Skip to content

0.0.348

Choose a tag to compare

@RyanHecht RyanHecht released this 22 Oct 00:52
· 71 commits to main since this release
d73f702

0.0.348 - 2025-10-21

  • Copilot's output now streams in token-by-token! This can be disabled with --stream off
  • Made improvements to the memory footprint of Copilot CLI, especially when dealing with shell commands that produce very large outputs
  • Ensured we preserve comments in VSCode config files when using /terminal-setup (fixes #325)
  • Bundled node-pty into the CLI package -- we're one step closer to implementing #16
  • Fixed an issue where local tool calling broke sessions (fixes #365, #364, #366)
  • Added our LICENSE.md to our Node package (fixes #371)
  • Added debug logging to authentication status changes to get to the bottom of #346

Run npm install -g @github/copilot@latest to update!