0.0.329
0.0.329 - 2025-09-29
- Added support for Claude Sonnet 4.5 and made it the default model
- Added
/model
slash command to easily change the model (fixes #10)/model
will open a picker to change the model/model <model>
will set the model to the parameter provided
- Added display of currently selected model above the input text box (Addresses feedback in #120, #108, )
- Improved error messages when users provide incorrect command-line arguments. (Addresses feedback of the discoverability of non-interactive mode from #96)
- Changed the behavior of
Ctrl+r
to expand only recent timeline items. After runningCtrl+r
, you can useCtrl+e
to expand all - Improved word motion logic to better detect newlines: using word motion keys will now correctly move to the first word on a line
- Improved the handling of multi-line inputs in the input box: the input text box is scrollable, limited to 10 lines. Long prompts won't take up the whole screen anymore! (This is on the way to implementing #14)
- Removed the left and right boarders from the input box. This makes it easier to copy text out of it!
- Added glob matching to shell rules. When using
--allow-tool
and--deny-tool
, you can now specify things likeshell(npm run test:*)
to match any shell commands beginning withnpm run test
- Improved the
copilot --resume
interface with relative time display, session message count, (Fixes #97)
Run npm install -g @github/copilot@latest
to update!