Categories
Tags
Agent Mode Astro Auto Accept Automation Camping changelog Chat clear CLI Code Actions Codex compact Component Design Configuration context Context Copilot copy Ctrl+S CUDA Cursor Day Trip delegate diff Dynamic Routing Editor Error Error Fix Error Handling experimental Gemini git GitHub GitHub Copilot Google Hiking Hot Springs init Installation Iwate Prefecture Kobe Linux Localization Mac Mention Meteor Shower Mode Switching model Nara Prefecture NES NoAdapterInstalled Node.js nvm OpenAI params plan PowerShell Prompt props Public Key Authentication Python Redirect Reference Rename research rewind SEO Settings share Shell Execution Shift+Tab Shortcut SSH SSH config ssh-copy-id Stargazing Static Site streamer-mode Student undo Update usage 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/
