Copilot CLI v1.0.6-1: Memory & Quota Fixes
Copilot CLI v1.0.6-1 improves memory usage, fixes quota display for Free users, and resolves HTTP/2 crashes with sub-agents.
TL;DR
- Streaming and tool-output memory usage improved
- Fixed inaccurate quota display for Copilot Free users
- Resolved HTTP/2 connection pool crashes when sub-agents are active
- CLI now loads latest version after auto-update
Improved
- Streaming and tool-output memory usage — reduced memory footprint during command execution and tool interactions
Fixed
- Quota widget accuracy — remaining requests widget no longer displays incorrect quota data for Copilot Free users
- HTTP/2 connection pool race conditions — resolved session crashes when sub-agents are active
- Auto-update version loading — CLI now properly loads the latest version after auto-update completes
- Kill command validation — validation no longer incorrectly blocks legitimate commands like
p.kill()in Python scripts - Instruction file frontmatter —
applyTofield now accepts both string and array values
Update with: gh copilot update
Source: Copilot CLI