feat: add default Plan mode for Claude Code tasks#767
feat: add default Plan mode for Claude Code tasks#767mhenrichsen wants to merge 2 commits intogeneralaction:mainfrom
Conversation
When creating a new task with Claude Code, it now defaults to starting in Plan mode. Users can override this per-task via a checkbox in the Advanced Options, or globally in Settings. When plan mode is active, /plan is injected via stdin before the initial prompt instead of passing the prompt as a CLI arg. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@mhenrichsen is attempting to deploy a commit to the General Action Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you! I'd like to see this as a setting where you can select whether plan mode should be enabled by default // if supported by provider. Ideally this feature generalizes across providers and is extensible, similar to auto-approve. And then when creating a task it should resolve to present the alternate option. (If you select default === plan mode, then advanced settings should allow to deselect and vice versa) |
Ensures initialInjectionSent is set in metadata even when plan mode sends just /plan with no initial prompt, preventing re-injection on session restart. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Great option to have, but I disagree on whether it should be default. It is a divergence from Claude Code standard and, insofar as possible, it should be up to the developer to enable features if needed, not disable them, for a cleaner interface to CC. |
|
I would love this as a setting. |
Summary
/planinjected via stdin before the prompt)Test plan
/planappears in terminal before the prompt/plan)/planinjection works/planis sent alone/planis NOT re-sent🤖 Generated with Claude Code