docs: fix plan agent docs (#2215)

This commit is contained in:
Aiden Cline
2025-08-23 14:52:02 -05:00
committed by GitHub
parent b80046120c
commit 0fd312346b

View File

@@ -58,12 +58,11 @@ Build is the **default** primary agent with all tools enabled. This is the stand
_Mode_: `primary` _Mode_: `primary`
A restricted agent designed for planning and analysis. In the plan agent, the following tools are disabled by default: A restricted agent designed for planning and analysis. We use a permission system to give you more control and prevent unintended changes.
By default, all of the following are set to `ask`:
- `write` - Cannot create new files - `file edits`: All writes, patches, and edits
- `edit` - Cannot modify existing files - `bash`: All bash commands
- `patch` - Cannot apply patches
- `bash` - Cannot execute shell commands
This agent is useful when you want the LLM to analyze code, suggest changes, or create plans without making any actual modifications to your codebase. This agent is useful when you want the LLM to analyze code, suggest changes, or create plans without making any actual modifications to your codebase.