Skip to content

Commit d73f702

Browse files
authored
0.0.348
1 parent bce7f5a commit d73f702

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.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+
111
## 0.0.347 - 2025-10-20
212

313
- Fixed more bugs where incorrect PRU consumption stats were displayed on the frontend

0 commit comments

Comments
 (0)