GitHub Copilot CLI vv1.0.52
Summary
2026-05-23 - Non-interactive subcommands (plugin list, mcp list, help, version) no longer consume stdin - Add vertical scrollbar with mouse drag support to the main conversation view - Switching to...
Release Notes
2026-05-23 - Non-interactive subcommands (plugin list, mcp list, help, version) no longer consume stdin - Add vertical scrollbar with mouse drag support to the main conversation view - Switching to Autopilot mode no longer triggers unexpected permission prompts for tool, path, or URL access - copilot --continue from a session's saved directory now refreshes the saved branch and git context instead of leaving them stale - Kill command safety filter no longer rejects valid commands that contain shell redirection like kill -0 <PID> 2>/dev/null. - Sessions now resume in their saved working directory; pass -C <dir> to override. Flags whose values are relative paths (e.g. --attachment, --log-dir) resolve from the saved cwd. - Context window tier selection (default ~200K vs 1M tokens) is now enforced end-to-end, so picking a tier actually constrains compaction, truncation, and token display - AI Credits usage correctly displays after sessions using the Responses API - Rendering no longer stutters when using tmux on Cygwin or mintty - Slash command picker keeps (experimental) and (staff) labels orange when the row is selected - Reasoning tokens display as a parenthetical on output token count in the token usage summary - Sessions containing events with non-URL strings in URL/URI fields resume without a 'Session file is corrupted' error - Requests that time out due to an HTTP/2 upload stall automatically retry over HTTP/1.1 - Sessions no longer fail to load on Windows when a process exits with a high-bit exit code (e.g., .NET unhandled exceptions) - Timeline entry connector color matches surrounding elements when expanded - Gray background bar no longer appears behind user messages on terminals without truecolor support - Status line command supports plain shell commands in addition to executable script paths - Automatically prune old process log files from ~/.copilot/logs/ at startup to prevent unbounded disk growth - Polish /statusline picker with cleaner item descriptions
Other Recent GitHub Copilot CLI Releases
- vv1.0.49 (May 19, 2026)
- vv1.0.48 (May 14, 2026)
- vv1.0.47 (May 13, 2026)
- vv1.0.46 (May 12, 2026)
- vv1.0.45 (May 11, 2026)
All GitHub Copilot CLI releases · All AI coding tool releases on Havoptic