Copilot CLI v1.0.6-2: Memory & Windows Fixes
Copilot CLI 1.0.6-2 patches memory leaks, fixes Windows update race conditions, and improves help dialog behavior.
TL;DR
- Reduced memory footprint by cutting redundant environment variable copies
- Fixed tree-sitter WASM memory leak and Windows update race conditions
- Help dialog and multi-instance loading now work correctly on Windows
Improved
- Memory usage — eliminated redundant environment variable copies per child process spawn
Fixed
- Tree-sitter WASM objects now freed after shell command parsing to prevent memory leak
- /help dialog no longer starts scrolled in alt-screen mode
- Auto-update correctly recovers from race conditions on Windows
- CLI no longer fails to load on Windows after updating while another instance is running
Update via: gh copilot update or download from GitHub releases
Source: Copilot CLI