claude-code
claude-code copied to clipboard
[FEATURE] Add "Execute on Web" option when exiting Plan Mode
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
After creating a plan in Plan Mode, users currently have to manually type & Execute the plan
to send execution to Claude Code on the web. This breaks the flow and requires remembering the syntax.
Proposed Solution
Add a new option when exiting Plan Mode:
Plan completed. How would you like to proceed?
- Clear context and Execute locally(auto-accept)
- Execute locally (auto-accept)
- Execute locally (manual approval)
- Execute on web (background task) ← NEW
- No, keep planning
Alternative Solutions
No response
Priority
Medium - Would be very helpful
Feature Category
Interactive mode (TUI)
Use Case Example
- Seamless "plan locally, execute remotely" workflow
- No need to remember
&prefix syntax - Consistent with the official best practice pattern documented at https://code.claude.com/docs/en/claude-code-on-the-web
Additional Context
No response