Created
January 12, 2026 04:13
-
-
Save wilsonsilva/65959f709ce52860b674d2ed585aacdd to your computer and use it in GitHub Desktop.
Update all AI CLI tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew upgrade mise # Mise | |
| mise upgrade # Bun and other dependencies | |
| bun add -g @google/gemini-cli # Gemini CLI | |
| bun add -g @anthropic-ai/claude-code # Claude Code | |
| bun add -g @sourcegraph/amp@latest # AmpCode | |
| bun add -g opencode-ai # OpenCode | |
| bun add -g @github/copilot # Github Copilot CLI | |
| agent update # Cursor CLI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment