GitHub Copilot CLI v1.0.82 Changelog
What changed in Copilot CLI v1.0.82, released 2026-08-29 — explained in plain English.
- You can now type while the app is preparing a new workspace without breaking the switch.
- Login errors now tell you exactly what went wrong instead of just asking you to log in again.
Want a heads-up when GitHub Copilot CLI updates?
We email you the moment a new GitHub Copilot CLI version drops — plus plain-English release notes like these. No spam.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
GitHub Copilot CLI is a tool that helps you write commands and code right in your terminal. This update is all about making the tool less frustrating to use—especially when you are waiting for it to set up a new workspace or trying to figure out why your login failed. It is a great quality-of-life update for anyone who uses the terminal for coding.
What's new
- Expanded plan view: If you are looking at a "plan approval card" (a preview of the steps Copilot wants to take) and need to see more detail, you can now press Ctrl+E on your keyboard to expand the card and view the full plan.
Improvements
- Clearer error messages: When your login fails, the tool used to just show you the
/loginprompt again without explaining why. Now, it shows the specific error—like "401 Bad credentials"—so you know if your password or login token is the problem.
Fixes
- Fixed a workspace switching bug: There are commands called
/worktreeand/movethat set up a separate workspace (a "worktree") for you to work in. Previously, if you started typing a message while the tool was still preparing this space, it would break the switch and prevent you from moving into the new workspace. That bug is now squashed, so you can type freely while it gets things ready.
Breaking changes
No breaking changes in this release.
How to upgrade
Update to GitHub Copilot CLI v1.0.82 by running:
npm install -g @github/copilot
This is our plain-language summary. Read the complete, official notes on the GitHub Copilot CLI official changelog ↗.
