/plan Now Accepts an Inline Description to Start Immediately
Claude Code 2.1.72 extends the /plan command to accept an optional inline description argument, allowing developers to enter plan mode and begin work in a single step (e.g., /plan fix the auth bug). Previously, entering plan mode required a separate step to provide context. The release also adds keyboard usability improvements to /config β Escape cancels changes, Enter saves and closes, Space toggles settings β reducing friction in the plan-and-configure workflow.
Sources & Mentions
4 external resources covering this update
Entering Plan Mode Without an Extra Round-Trip
Plan mode in Claude Code provides a structured environment for reviewing and approving what Claude intends to do before any changes are made. The workflow historically required two steps: invoke /plan to enter the mode, then describe the task. In v2.1.72, those two steps collapse into one.
/plan fix the auth bug in the OAuth middleware
Claude Code enters plan mode and immediately begins working on the described task. The description argument is optional β /plan with no argument still opens plan mode as before. But for developers with a task already in mind, the inline form eliminates the extra turn and keeps the workflow tight.
/config Keyboard Overhaul
The same release brings meaningful keyboard improvements to /config, the settings panel:
- Escape now cancels pending changes (instead of requiring a mouse click or UI navigation)
- Enter saves and closes the panel
- Space toggles boolean settings
These changes make /config behave like a standard modal dialog, reducing the cognitive overhead of adjusting settings mid-session. Previously, navigating and confirming changes in /config was more cumbersome in keyboard-only environments.
Related Fix: Fork Plan Isolation
A bug is also addressed where forked conversations (/fork) were sharing the same plan file. Edits to a plan in one fork could silently overwrite the plan in another fork β a data-loss edge case for users who use /fork to explore parallel approaches. The fix ensures each fork maintains an independent plan file.
Why This Matters
These changes reflect a broader effort to reduce friction in the plan-and-review cycle β one of Claude Code's core safety mechanisms. Making it faster to enter plan mode with context, and easier to confirm settings changes with standard keyboard shortcuts, lowers the cost of using these features correctly.