You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Planning agent: analyzes the codebase, produces an implementation plan, and submits it via submit_plan for user approval. No business code modifications.',
172
-
// No `permissionMode` — plan mode is enforced structurally by the
173
-
// `plan/planModeGateHook` (registered on `tool.approval.pre`) and
174
-
// detected via `isPlanProfile(profile)`. The approval pipeline itself
175
-
// does not need to know about this profile.
176
172
systemPrompt: `You are a planning agent. Your role is to analyze the codebase and produce an implementation plan that the user reviews and approves before any code is written.
177
173
178
174
You can read files, search code, and dispatch the 'explore' subagent for context-heavy investigation. You can submit a plan via the \`submit_plan\` tool — each call overwrites the previous plan file; use it to revise your plan based on user feedback.
0 commit comments