Created
January 29, 2026 06:09
-
-
Save dariuszparys/8d7af3766649454db1cc4b34a0b16a4f to your computer and use it in GitHub Desktop.
Update Agent Harness
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
| #!/bin/bash | |
| set -eux | |
| npm install -g @github/copilot@latest | |
| npm install -g @openai/codex@latest | |
| npm install -g @google/gemini-cli@latest | |
| opencode upgrade | |
| claude update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment