Categories
Tags
Astro Camping CLI Codex Component Design Configuration Copilot CUDA Cursor Day Trip Dynamic Routing Editor Error Error Fix Error Handling Gemini git GitHub GitHub Copilot Google Hiking Hot Springs Installation Iwate Prefecture Kobe Linux Mac Meteor Shower Nara Prefecture NoAdapterInstalled Node.js nvm OpenAI params PowerShell props Public Key Authentication Python Redirect SEO SSH SSH config ssh-copy-id Stargazing Static Site streamer-mode Student Update Visual Studio VS Code VS2026 Windows WSL
112 words
1 minutes
How to Update GitHub Copilot CLI with the /update Command
Overview
GitHub Copilot CLI added the /update slash command, allowing you to update to the latest version without leaving the CLI.
Table of Contents
Usage
Simply launch Copilot CLI and run:
/copilot> /updateIf a newer version is available, it will be downloaded and installed automatically.
Comparison with Previous Update Methods
Before the /update command was added, you had to run a separate terminal command depending on how you installed Copilot CLI:
| Install method | Previous update command |
|---|---|
| npm | npm install -g @github/copilot |
| Install script | curl -fsSL https://gh.io/copilot-install | bash |
| Homebrew | brew upgrade copilot-cli |
| WinGet | winget upgrade GitHub.Copilot |
With /update, you no longer need to remember these — everything stays inside the CLI.
Checking Your Version
After updating, verify your version:
copilot --versionOr view the changelog from inside the CLI:
/copilot> /changelogRelated
How to Update GitHub Copilot CLI with the /update Command
https://naonao-na.com/en/posts/github-copilot-cli-update/
