From 11b22ea0d09258ceedc3dee74f92bc4266ad5de6 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Thu, 20 Nov 2025 12:24:31 -0500 Subject: [PATCH] Preinstall common AI agents (#308) So it's possible to automate things within VMs. --- templates/xcode.pkr.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/xcode.pkr.hcl b/templates/xcode.pkr.hcl index a42297c..1aee24e 100644 --- a/templates/xcode.pkr.hcl +++ b/templates/xcode.pkr.hcl @@ -100,6 +100,9 @@ build { "brew --version", "brew update", "brew upgrade", + "brew install codex", + "brew install --cask claude-code", + "brew install --cask amazon-q" ] }