Back
AI summary
Written by AI from the official notes. Check them for exact details.New features include slash command chaining and improved scrolling in the diff viewer, along with several bug fixes.
- Added support for stacking multiple slash commands in a single prompt.
- Improved scrolling in the /diff viewer for better usability.
- Fixed subagent declaration issues for custom agents.
- Headless mode now enforces settings.json policies correctly.
- Resolved prompt issues with custom Enter key bindings.
Why it matters: Users who rely on command chaining and headless mode should pay attention to these enhancements and fixes.
Full release notes7 changes
Added slash command stacking (chaining multiple commands in a single prompt), diff viewer scroll fixes, headless mode settings.json policy enforcement, and subagent declaration fixes.
- Added support for stacking multiple leading slash commands in a single prompt, so a chain like
/plan /grill-me <prompt>parses, activates, and renders every command in the order you typed them. - Improved scrolling in the
/diffviewer so paging through a diff no longer jitters or pushes the status line off the screen when lines wrap or comments expand. - Fixed custom agents that declare
subagent: falsestill appearing in the available-subagents list and being invocable as subagents. - Fixed headless (
-p/--print) runs so they now honor persistedsettings.jsonpolicies, includingpermissions, file access, sandbox mode, auto-execution, and artifact review. - Fixed
/btwside-questions leaking into the conversation list as duplicate entries that carried the parent conversation's title. - Fixed the prompt to honor a custom Enter binding to
prompt.insert_newline, so a remapped Enter inserts a newline instead of submitting. - Fixed eligibility error messages so the CLI shows the real reason again instead of defaulting to a generic "unknown reason".