This release updates keyboard shortcuts, refines plan mode slash commands, improves subagent management documentation, and adds guidance for terminal-specific input issues in VS Code and similar environments.
Added
/view-planslash command (with aliases/show-planand/plan-view) to preview the current saved plan./plannow accepts an optional description to seed the initial planning prompt.
Changed
- Keyboard shortcut for expanding/collapsing all thinking blocks changed from
Ctrl+Shift+EtoCtrl+E. - Subagent catalog access moved from
Ctrl+Shift+Ato the command palette (Ctrl+P) under Manage Agents (/config-agents). - New session shortcut (
Ctrl+N) now supports optional creation in a git worktree via a follow-up prompt. - Exit session binding updated; documentation reflects
/homeas the new primary method. /plandocumentation clarified to emphasize explicit entry and the new description parameter.- Terminal support documentation expanded with a dedicated section on
Shift+Enternewline behavior in VS Code and related editors, recommendingAlt+Enteras the reliable alternative.
Fixed
- None.
Removed
Ctrl+Shift+Asubagent catalog toggle removed from keyboard shortcuts.
Upgrade notes
None.