Copilot CLI v1.0.9: SSH & WSL Fixes
Copilot CLI 1.0.9 cleans up SSH error spam, fixes WSL clipboard handling for non-ASCII text, and adds gitignore control.
TL;DR
- SSH disconnects and terminal closes no longer spam spurious I/O errors
- WSL clipboard now handles CJK and non-ASCII characters correctly
- New config option to include gitignored files in @ file search
Fixed
- Spurious I/O error messages — ENOTCONN and EIO errors no longer clutter the timeline when SSH disconnects or terminals close
- WSL clipboard handling — Copying text on WSL now correctly preserves CJK and other non-ASCII characters
- Marketplace plugin installs — Shortened URLs (e.g., aka.ms links) now work correctly for marketplace and plugin installs
New
- include_gitignored config option — Include gitignored files in @ file search when enabled
Update with: npm install -g @github/copilot-cli@latest
Source: Copilot CLI