Skip to content

Commit ac2bc8f

Browse files
authored
0.0.333
1 parent 9d848e6 commit ac2bc8f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.0.333 - 2025-10-02
2+
3+
- Added image support! `@`-mention files to add them as input to the model.
4+
- Improved proxy support for users on Node.JS v24+. See [this comment](https://github.com/github/copilot-cli/issues/41#issuecomment-3362444262) for more details (Fixes https://github.com/github/copilot-cli/issues/41)
5+
- Added support for directly executing shell commands and bypassing the model by prepending input with `!` (fixes https://github.com/github/copilot-cli/issues/186, https://github.com/github/copilot-cli/issues/12)
6+
- Added `/usage` slash command to provide stats about Premium request usage, session time, code changes, and per-model token use. This information is also printed at the conclusion of a session (Fixes https://github.com/github/copilot-cli/issues/27, https://github.com/github/copilot-cli/issues/121)
7+
- Improved `--screen-reader` mode by replacing icons in the timeline with informative labels
8+
- Added a `--continue` flag to resume the most recently closed session
9+
- Updated the `/clear` command to properly clear old timeline entries/session information (Fixes https://github.com/github/copilot-cli/issues/170)
10+
111
## 0.0.332 - 2025-10-01
212

313
- 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)

0 commit comments

Comments
 (0)