Skip to content

Agents

AgentModeEditBashWebPurpose
resolverallallowaskallowPrimary orchestrator.
codersubagentallowaskallowFocused implementation.
explorersubagentdenydenyallowFast read-only scout.
reviewersubagentdenydenyallowRead-only verification review.
deep-reviewersubagentdenydenyallowStrong review for risky changes.
plannersubagentdenydenyallowRead-only planning.
AgentPurpose
gptGPT-optimized primary resolver.
glmGLM/ZAI-optimized primary resolver.
codexLegacy Codex-optimized primary resolver.
architectDesign/decomposition helper.
gpt-coderStronger implementation helper.
debuggerReproduction and root-cause helper.
researcherCodebase and documentation research.

The resolver inspects relevant context, dispatches focused subagents, verifies the changed path, and iterates until the task is resolved or a real blocker is found.