con un clic
oad-debug
// OpenAgentd workflow for investigating bugs, regressions, sessions, and runtime issues.
// OpenAgentd workflow for investigating bugs, regressions, sessions, and runtime issues.
OpenAgentd workflow for well-formatted, detailed conventional commits.
OpenAgentd workflow for syncing project documentation with recent code changes.
OpenAgentd workflow for version bumps, release PRs, GitHub releases, and release notes.
Install, update, remove, or restart Model Context Protocol (MCP) servers in `{OPENAGENTD_CONFIG_DIR}/mcp.json`. Use when the user asks to add / remove / list / restart an MCP, or to enable a server like filesystem, github, postgres, puppeteer, brave-search.
Update or upgrade the agent's own configuration on request — swap the model, tune thinking/temperature, add tools/skills, change the image-generation provider/model, or install a new skill. Use when the user says things like "upgrade yourself", "switch your model to X", "use Gemini for images", "add the plugin-installer skill to yourself", "make yourself faster/smarter".
Install a user plugin from a URL into `{OPENAGENTD_CONFIG_DIR}/plugins/`. Use when the user provides a URL and asks to add / install a plugin.
| name | oad/debug |
| description | OpenAgentd workflow for investigating bugs, regressions, sessions, and runtime issues. |
Debug the reported issue.
Workflow:
Triage the report
Choose the fastest evidence path
manual/ helpers before ad-hoc probing:
uv run python -m manual.health
uv run python -m manual.team_sessions --id <SESSION_ID>
uv run python -m manual.team_history <SESSION_ID>
uv run python -m manual.team_timeline <SESSION_ID> --full
uv run python -m manual.team_sse "message" --session <SESSION_ID>
uv run python -m manual.queued_injection
bun checks/tests, and use existing UI state patterns.manual/ or manual/try_providers/.manual/AGENTS.md for the full manual script catalogue.Reproduce narrowly
Diagnose from code and evidence
Fix surgically
Verify and report