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

@@ -11,6 +11,8 @@ by the agent when you ask it to "start a plan" using natural language. In this
mode, the agent is restricted to read-only tools to allow for safe exploration
and planning.
> **Note:** This tool is not available when the CLI is in YOLO mode.
- **Tool name:** `enter_plan_mode`
- **Display name:** Enter Plan Mode
- **File:** `enter-plan-mode.ts`