Preinstall common AI agents (#308)

So it's possible to automate things within VMs.
This commit is contained in:
Fedor Korotkov 2025-11-20 12:24:31 -05:00 committed by GitHub
parent 062ecd3e0e
commit 11b22ea0d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ build {
"brew --version", "brew --version",
"brew update", "brew update",
"brew upgrade", "brew upgrade",
"brew install codex",
"brew install --cask claude-code",
"brew install --cask amazon-q"
] ]
} }