PlanningOverlayPrompt returns the plan-mode-only instructions appended when the chat is in plan mode.
()
| 145 | // PlanningOverlayPrompt returns the plan-mode-only instructions appended |
| 146 | // when the chat is in plan mode. |
| 147 | func PlanningOverlayPrompt() string { |
| 148 | return planningOverlayPrompt |
| 149 | } |
| 150 | |
| 151 | // Root plan mode may use approved external MCP tools, but delegated |
| 152 | // plan-mode subagents stay on the narrower built-in-only boundary |
no outgoing calls