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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## 0.0.348 - 2025-10-21
2
+
3
+
- Copilot's output now streams in token-by-token! This can be disabled with `--stream off`
4
+
- Made improvements to the memory footprint of Copilot CLI, especially when dealing with shell commands that produce very large outputs
5
+
- Ensured we preserve comments in VSCode config files when using `/terminal-setup` (fixes https://github.com/github/copilot-cli/issues/325)
6
+
- Bundled `node-pty` into the CLI package -- we're one step closer to implementing https://github.com/github/copilot-cli/issues/16
7
+
- Fixed an issue where local tool calling broke sessions (fixes https://github.com/github/copilot-cli/issues/365, https://github.com/github/copilot-cli/issues/364, https://github.com/github/copilot-cli/issues/366)
8
+
- Added our LICENSE.md to our Node package (fixes https://github.com/github/copilot-cli/issues/371)
9
+
- Added debug logging to authentication status changes to get to the bottom of https://github.com/github/copilot-cli/issues/346
10
+
1
11
## 0.0.347 - 2025-10-20
2
12
3
13
- Fixed more bugs where incorrect PRU consumption stats were displayed on the frontend
0 commit comments