You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scoped models (--models or enabledModels) now remember the last selected model across sessions instead of always starting with the first model in the scope (#736 by @ogulcancelik)
Show bun install instead of npm install in update notification when running under Bun (#714 by @dannote)
/skill prompts now include the skill path (#711 by @jblwilliams)
Use configurable expandTools keybinding instead of hardcoded Ctrl+O (#717 by @dannote)
Compaction turn prefix summaries now merge correctly (#738 by @vsabavat)
Fixed signature support for non-Anthropic models in Amazon Bedrock provider (#727 by @unexge)
Keyboard shortcuts (Ctrl+C, Ctrl+D, etc.) now work on non-Latin keyboard layouts (Russian, Ukrainian, Bulgarian, etc.) in terminals supporting Kitty keyboard protocol with alternate key reporting (#718 by @dannote)
Added
Edit tool now uses fuzzy matching as fallback when exact match fails, tolerating trailing whitespace, smart quotes, Unicode dashes, and special spaces (#713 by @dannote)
Support APPEND_SYSTEM.md to append instructions to the system prompt (#716 by @tallshort)
Session picker search: Ctrl+R toggles sorting between fuzzy match (default) and most recent; supports quoted phrase matching and re: regex mode (#731 by @ogulcancelik)
Export getAgentDir for extensions (#749 by @dannote)
Show loaded prompt templates on startup (#743 by @tallshort)
MiniMax China (minimax-cn) provider support (#725 by @tallshort)
gpt-5.2-codex models for GitHub Copilot and OpenCode Zen providers (#734 by @aadishv)
Changed
Replaced wasm-vips with @silvia-odwyer/photon-node for image processing (#710 by @can1357)
Extension example: plan-mode/ shortcut changed from Shift+P to Ctrl+Alt+P to avoid conflict with typing capital P (#746 by @ferologics)
UI keybinding hints now respect configured keybindings across components (#724 by @dannote)
CLI process title is now set to pi for easier process identification (#742 by @richardgill)