You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## 0.0.336 - 2025-10-07
2
+
3
+
- Enabled proxy support via HTTPS_PROXY/HTTP_PROXY environment variables regardless of Node version (Fixes https://github.com/github/copilot-cli/issues/41)
4
+
- Significantly reduced token consumption, round trips per problem, and time to result. We'll share more specific data in our weekly changelog on Friday!
5
+
- Improved file write performances (especially on Windows) by not relying on the shell to fetch the current working directory
6
+
- Fixed a bug where `/clear` did not properly reset the context truncation tracking state
7
+
- Hid the "Welcome to GitHub Copilot CLI" welcome message on session resumption and `/clear` for a cleaner look
8
+
- Improved the alignment of tables where the scrollbar is present
9
+
- Improved the output of `--help` by making it more concise
10
+
- Added a prompt for users who launch with `--screen-reader` to persistently save this preference
11
+
- Potentially improved flickering in some cases; we're still working on this!
12
+
1
13
## 0.0.335 - 2025-10-06
2
14
3
15
- Improved visibility into file edits by showing file diffs in the timeline by default, without the need to Ctrl+R
0 commit comments