Copilot CLI v1.0.2: GA Release with UX Fixes
Copilot CLI reaches 1.0 GA with quality-of-life improvements: better exit handling, form submission fixes, and cross-platform hook config support.
TL;DR
- Copilot CLI hits 1.0 general availability — major version bump
- Better CLI exit handling and form submission with Enter key
- Cross-platform hook config support and meta key fixes
New
- Exit command — Type 'exit' as a bare command to close the CLI cleanly
- Ask_user form improvements — Submit forms with Enter key and allow custom responses in enum fields
- Cross-platform hook alias — Use 'command' field as a unified alias for bash/powershell in hook configs
- Timeout alias — Hook configurations now accept 'timeout' as shorthand for 'timeoutSec'
Fixed
- Meta key handling with control keys — resolves issues with shift+enter from /terminal-setup
Update: npm install -g @github/copilot-cli@latest
Source: Copilot CLI