Read-only exploration mode for safe code analysis. Forces the agent to plan before acting, then tracks execution progress.
| Command | Description |
|---|---|
/plan |
Toggle plan mode |
/todos |
Show current plan progress |
Ctrl+Alt+P |
Toggle plan mode (shortcut) |
| Flag | Description |
|---|---|
--plan |
Start in plan mode |
- Enable plan mode with
/plan— only read-only tools are available - Agent analyzes code and creates a numbered plan under a
Plan:header - Choose "Execute the plan" when prompted — full tools restored
- Agent marks steps complete with
[DONE:n]tags - Progress widget shows completion status
- Tools:
read,bash,grep,find,ls,questionnaire - Bash: filtered through allowlist (blocks rm, mv, git commit, npm install, etc.)
- Agent cannot modify any files
Based on pi-mono example extension.