Back to feed

Version 0.0.329

Sep 29, 2025
GitHub/GitHub Copilot CLICLIv0.0.329
  • Added support for Claude Sonnet 4.5 and made it the default model
  • Added /model slash command to easily change the model (fixes https://github.com/github/copilot-cli/issues/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 https://github.com/github/copilot-cli/issues/120, https://github.com/github/copilot-cli/issues/108, )
  • Improved error messages when users provide incorrect command-line arguments. (Addresses feedback of the discoverability of non-interactive mode from https://github.com/github/copilot-cli/issues/96)
  • Changed the behavior of Ctrl+r to expand only recent timeline items. After running Ctrl+r, you can use Ctrl+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 https://github.com/github/copilot-cli/issues/14)
  • Removed the left and right borders 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 like shell(npm run test:*) to match any shell commands beginning with npm run test
  • Improved the copilot --resume interface with relative time display, session message count, (Fixes https://github.com/github/copilot-cli/issues/97)