New slash commands for the agentic system: - /dispatch — dispatch subagent to sandboxed workspace - /status — show workspace status (running/blocked/completed) - /recall — search OpenBrain memories - /scan — find actionable Forge issues Fix MCP URL: api.lthn.sh/mcp → mcp.lthn.sh (subdomain routing). Co-Authored-By: Virgil <virgil@lethean.io>
909 B
909 B
| name | description | arguments | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dispatch | Dispatch a subagent to work on a task in a sandboxed workspace |
|
Dispatch a subagent to work on $ARGUMENTS.repo with task: $ARGUMENTS.task
Use the mcp__core__agentic_dispatch tool with:
- repo: $ARGUMENTS.repo
- task: $ARGUMENTS.task
- agent: $ARGUMENTS.agent
- template: $ARGUMENTS.template
- plan_template: $ARGUMENTS.plan (if provided)
After dispatching, report the workspace dir and PID.