GitHub Copilot CLI v0.0.342

GitHub Copilot CLI v0.0.342 was released on .

Summary

0.0.342 - 2025-10-15 - Overhauled our session logging format: - Introduced a new session logging format that decouples how we store sessions from how we display them in the timeline. The new format...

Release Context

  • This was the 15th GitHub Copilot CLI release of 2025 tracked by Havoptic.
  • It shipped 1 day after GitHub Copilot CLI v0.0.341 (October 15, 2025).

Shipped around the same time

Within 3 days of this release, other AI coding tools also shipped:

Compare GitHub Copilot CLI: vs Claude Code · vs OpenAI Codex CLI · vs Cursor · vs Gemini CLI · vs Kiro CLI · vs Devin Desktop · vs Antigravity CLI

Release Notes

0.0.342 - 2025-10-15 - Overhauled our session logging format: - Introduced a new session logging format that decouples how we store sessions from how we display them in the timeline. The new format is cleaner, more concise, and scalable, and will allow us to more easily implement new features down the line. - New sessions are stored in ~/.copilot/session-state - Legacy sessions are stored in ~/.copilot/history-session-state -- these will be migrated to the new format & location as you resume them from copilot --resume - Enabled the Kitty protocol by default. Multi-line input is now supported via Shift+Ctrl on terminal that support the Kitty protocol. Multi-line input is also supported in VSCode and its forks by running the /terminal-setup command (fixes https://github.com/github/copilot-cli/issues/14) - Enabled non-interactive GHE logins by respecting the GHHOST environment variable for PAT and gh authentication modes (fixes https://github.com/github/copilot-cli/issues/296) - Improved debug log collection convenience by adding a persistent loglevel option in ~/.copilot/config. Possible values: ["none", "error", "warning", "info", "debug", "all", "default"] - Added debug logging when calls to /model result in Copilot API errors. This should help us diagnose some policy/model access edge cases like https://github.com/github/copilot-cli/issues/268 and https://github.com/github/copilot-cli/issues/116 - Added gradlew to the list of commands whose subcommands can be whitelisted (fixes https://github.com/github/copilot-cli/issues/217issuecomment-3393844685) - Fixed a bug where sessions could enter a stuck state after a failed MCP tool call (fixes https://github.com/github/copilot-cli/issues/312) - Made the output of --help text more concise Run npm install -g @github/copilot@latest to update!

View original release

Other Recent GitHub Copilot CLI Releases

All GitHub Copilot CLI releases · All AI coding tool releases on Havoptic