Expand description
Plan mode tools: switch between execution and planning modes.
Plan mode restricts the agent to read-only tools, preventing mutations while the user reviews and approves a plan. The LLM decides when to enter plan mode based on task complexity.
Structsยง
- Enter
Plan Mode Tool - Enter plan mode (read-only operations only).
- Exit
Plan Mode Tool - Exit plan mode (re-enable all tools).