Copilot CLI v1.0.47: Fork Naming & Cloud Agent Resume
Copilot CLI 1.0.47 adds fork naming, vim navigation in diffs, and fixes model visibility for Max subscribers. Cloud agent sessions now support resume even without pushed changes.
TL;DR
- /fork now accepts optional names; forked sessions show their origin
- Copilot Max subscribers see correct model availability for their tier
- j/k vim keys work in /diff view; --resume supports cloud agent sessions
New
- /fork with optional naming — Pass a name when forking sessions; the sessions dialog now displays the origin of forked branches for clarity
- Vim navigation in /diff — Use j/k keys for up/down navigation in the diff view, matching standard vim bindings
- Cloud agent session resume — The --resume flag now works with Copilot cloud agent sessions even when the agent hasn't pushed changes to its branch yet
Fixed
- Copilot Max subscription model visibility — Subscribers now see the correct models available to their subscription tier instead of seeing unavailable options
Update via: npm install -g @github/copilot-cli@latest
Source: Copilot CLI