Skip to content

Commit 9d848e6

Browse files
authored
0.0.332
1 parent f32bbc3 commit 9d848e6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.0.332 - 2025-10-01
2+
3+
- Switched to using per-subscription Copilot API endpoints in accordance with [GitHub's docs](https://docs.github.com/en/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-access/manage-network-access) (fixes https://github.com/github/copilot-cli/issues/76)
4+
- Fixed a bug where `/user [list | show | swtich]` did not include users signed in from all authentication modes (fixes https://github.com/github/copilot-cli/issues/58)
5+
- Fixed a bug where switching to another user with `/user switch` did not take effect in the GitHub MCP server
6+
- Improved the screenreader experience by disabling the scrollbar in the `@` file picker, the `--resume` session picker, and the `/` command picker
7+
- Improved the polish of the scrollbar container (increased the width, reduced the opacity of the gutter)
8+
- Minor visual improvements to the input area (moved the current model indicator to the right so it's not cramped with the CWD, improved the positioning of the file picker's "indexing" indicator, improved hint formatting in completion menus)
9+
- Improved Markdown legibility by excluding `#` prefixes in headings
10+
- Improved how we extract paths from shell commands for permission handling (might fix https://github.com/github/copilot-cli/issues/159, https://github.com/github/copilot-cli/issues/67)
11+
112
## 0.0.331 - 2025-10-01
213

314
- Improved the information density of file read/edit timeline events

0 commit comments

Comments
 (0)