[BUG]: Confusing UI: "/plan to preview" hint doesn't match /plan behavior
Resolved 💬 3 comments Opened Apr 19, 2026 by vibecastor Closed Apr 19, 2026
Bug Description
After certain actions, Claude Code prints a hint suggesting /plan can be used to preview the plan:
Updated plan
⎿ /plan to preview
However, running /plan does not show any plan — it only toggles plan mode:
❯ /plan
⎿ Enabled plan mode
The hint message implies /plan will preview the plan, but the command's only behavior is toggling plan mode on/off. Either the hint is wrong or /plan is missing the preview behavior.
Steps to Reproduce
- Trigger an action that produces the
Updated plan / ⎿ /plan to previewmessage. - Run
/plan. - Observe that no plan is shown — only
Enabled plan modeappears.
Expected Behavior
One of:
/planshows the current plan when invoked after the "Updated plan" hint, or- The hint message is changed so it doesn't reference
/planas a preview command.
Actual Behavior
/plan only toggles plan mode. There is no way to preview the plan referenced by the hint.
Environment
- Platform: darwin
- Terminal: iTerm.app
- Version: 2.1.114
- Feedback ID:
bcce8b6b-00fe-429e-a8df-d2a6fe99f385
Errors
[]This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗