fix(plan): exclude EnterPlanMode tool from YOLO mode (#19570)

This commit is contained in:
Adib234
2026-02-19 20:53:12 -05:00
committed by GitHub
parent cbfb2a4e26
commit 5fd557347e
4 changed files with 52 additions and 4 deletions

View File

@@ -69,6 +69,7 @@ You can enter Plan Mode in three ways:
2. **Command:** Type `/plan` in the input box.
3. **Natural Language:** Ask the agent to "start a plan for...". The agent will
then call the [`enter_plan_mode`] tool to switch modes.
- **Note:** This tool is not available when the CLI is in YOLO mode.
### The Planning Workflow