GitHub Copilot CLI v0.0.329

GitHub Copilot CLI v0.0.329 was released on .

Summary

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 https://github.com/github/copilot-cli/issues/...

Release Context

  • This was the 2nd GitHub Copilot CLI release of 2025 tracked by Havoptic.
  • It shipped 3 days after GitHub Copilot CLI v0.0.328 (September 26, 2025).

Shipped around the same time

Within 3 days of this release, other AI coding tools also shipped:

Compare GitHub Copilot CLI: vs Claude Code · vs OpenAI Codex CLI · vs Cursor · vs Gemini CLI · vs Kiro CLI · vs Devin Desktop · vs Antigravity CLI

Release Notes

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 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 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 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) Run npm install -g @github/copilot@latest to update!

View original release

Other Recent GitHub Copilot CLI Releases

All GitHub Copilot CLI releases · All AI coding tool releases on Havoptic