Skip to content

Commit f32bbc3

Browse files
authored
v0.0.331
1 parent fe25972 commit f32bbc3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.0.331 - 2025-10-01
2+
3+
- Improved the information density of file read/edit timeline events
4+
- Fixed an inaccuracy in the `--banner` help text; it previously implied that it would persistently change the configuration to always show the startup banner
5+
- Improved the `/model`s list to ensure that a user only sees models they have access to use -- previously, if a user tries to use a model they do not have access to (because of their Copilot plan, their geographic region, etc), they received a `model_not_supported` error. This should prevent that by not even showing such models as options in the list (Fixes https://github.com/github/copilot-cli/issues/112, https://github.com/github/copilot-cli/issues/85, https://github.com/github/copilot-cli/issues/40)
6+
- Fixed a bug where pressing down arrow in a multi-line prompt would wrap around to the first line (This is on the way to implementing https://github.com/github/copilot-cli/issues/14)
7+
- Added a scrollbar to the `@` file mentioning picker and increased the size of the active buffer to 10 items
8+
- Improved the experience of writing prompts while the agent is running -- up/down arrows will now correctly navigate between options in the `@` and `/` menus
9+
110
## 0.0.330 - 2025-09-29
211

312
- Changed the default model back to Sonnet 4 since Sonnet 4.5 hasn't rolled out to all users yet. Sonnet 4.5 is still available from the `/model` slash command

0 commit comments

Comments
 (0)