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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## 0.0.335 - 2025-10-06
2
+
3
+
- Improved visibility into file edits by showing file diffs in the timeline by default, without the need to Ctrl+R
4
+
- Improved slash command input by showing argument hints in the input box
5
+
- Improved the display of the interface in windows less than 80 columns wide
6
+
- Reduced the number of colors and improved the spacing of Markdown rendering
7
+
- Added a warning when attempting to use proxy support in an environment where it won't work (Node <24, required environment variables not set) (A more permanent fix for https://github.com/github/copilot-cli/issues/41 is coming ~tomorrow)
8
+
- Updated the context truncation message's color from an error color to a warning color
9
+
- Fixed a bug where `copilot` logs might not have been properly created on Windows
10
+
- Fixed a bug where Powershell users with custom profiles might have had issues running commands (Fixes https://github.com/github/copilot-cli/issues/196)
11
+
- Fixed a bug where prompts were truncated after pasting and other edge cases (Fixes https://github.com/github/copilot-cli/issues/208, https://github.com/github/copilot-cli/issues/218)
12
+
- Fixed a bug where users would see a login prompt on startup despite being logged in (fixes https://github.com/github/copilot-cli/issues/202)
13
+
- Fixed a bug where some SSH users in certain environments were unable to get the OAuth login link and had their processes hang trying to open a browser (fixes https://github.com/github/copilot-cli/issues/89)
14
+
1
15
## 0.0.334 - 2025-10-03
2
16
3
17
- Improved the experience of pasting large content: when pasting more than 10 lines, it's displayed as a compact token like `[Paste #1 - 15 lines]` instead of flooding the terminal.
0 commit comments