New Features
- Configurable resume keybinding action for opening the session resume selector. See docs/keybindings.md. (#1249 by @juanibiapina)
Added
- Added
resumeas a configurable keybinding action, allowing users to bind a key to open the session resume selector (likenewSession,tree, andfork) (#1249 by @juanibiapina)
Changed
- Slash command menu now triggers on the first line even when other lines have content, allowing commands to be prepended to existing text (#1227 by @aliou)
Fixed
- Ignored unknown skill frontmatter fields when loading skills
- Fixed
/reloadnot picking up changes in global settings.json (#1241) - Fixed forked sessions to persist the user message after forking
- Fixed forked sessions to write to new session files instead of the parent (#1242)
- Fixed local package removal to normalize paths before comparison (#1243)
- Fixed OpenAI Codex Responses provider to respect configured baseUrl (#1244)
- Fixed
/settingscrashing in narrow terminals by handling small widths in the settings list (#1246 by @haoqixu) - Fixed Unix bash detection to fall back to PATH lookup when
/bin/bashis unavailable, including Termux setups (#1230 by @VaclavSynacek)