GitHub Copilot CLI v1.0.59 Changelog
What changed in Copilot CLI v1.0.59, released 2026-06-02 โ explained in plain English.
- You can now talk to the tool instead of typing, using your computer's own speech recognition.
- This update focuses entirely on making the app more hands-free and accessible.
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.
This release is all about giving you a new way to interact with the command line. It matters most to developers who want to work faster by dictating their instructions out loud, or anyone who prefers speaking over typing a lot of code commands.
What's new
- Voice commands: You can now use the
/voicecommand to speak your prompts out loud. Instead of typing out a long instruction, you can dictate it, and the tool will use local speech-to-text models to turn your voice into text. (A "local model" means the audio is processed right on your own computer, rather than being sent to the internet, which is faster and keeps your data private).
Improvements
- No general improvements were mentioned in this release.
Fixes
- No specific bugs were mentioned in this release.
Breaking changes
No breaking changes in this release.
How to upgrade
Update to GitHub Copilot CLI v1.0.59 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 โ.
