Copilot CLI v1.0.35-3: Contribution Graph, Agent Sync, Emoji Fix
Copilot CLI 1.0.35-3 adds a GitHub-style contribution graph to /usage, fixes emoji handling in text input, and changes sync task behavior to block until completion. Plugins now activate immediately without restart.
TL;DR
- GitHub-style contribution graph added to /usage with terminal color adaptation
- Sync task calls now block until completion instead of auto-backgrounding after 60s
- Fixed emoji/multi-codepoint character handling in text input
- Plugins take effect immediately without restart; Windows tool detection fixed
New
- Contribution graph in /usage — GitHub-style visual that adapts to your terminal's color mode and falls back to distinct glyphs in no-color terminals
Improved
- Rendering performance — Large text blocks in the timeline now display faster
- Sync task behavior — Task calls block until completion under MULTI_TURN_AGENTS instead of auto-promoting to background after 60s; sync no longer returns reusable agent_id (use mode: "background" for follow-ups)
- Tab navigation — Home/End keys now jump to first and last tab
- Plugin installation — Plugins take effect immediately after install without requiring a restart
Fixed
- Self-correcting custom tool calls in agentic loop
- Cursor movement, deletion, and rendering for emoji and multi-codepoint characters in text input
- Tool availability detection on Windows
- Session token expiry during a turn handled automatically without resending messages
- Initial tab and arrow key navigation in /cwd and /add-dir path picker selects correct item
- Transient I/O errors no longer appear as red entries in timeline when IDE or extension disconnects
- Custom agents and skills in ~/.claude/ no longer incorrectly loaded as Copilot project config
- Login command restores interactive input correctly after authentication
Update with: npm install -g @github/copilot-cli@1.0.35-3
Source: Copilot CLI