Commit 3db5d6763225

Vincent Demeester <vincent@sbr.pm>
2026-01-29 17:13:07
feat(scripts): add oco wrapper for opencode with Vertex AI
Sets GOOGLE_CLOUD_PROJECT and VERTEX_LOCATION environment variables for running opencode against the core PE engineering Claude project. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 03e1069
Changed files (1)
pkgs
my
scripts
bin
pkgs/my/scripts/bin/oco
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+# OpenCode with Vertex AI environment
+# Usage: oco [args...]
+
+export GOOGLE_CLOUD_PROJECT=itpc-gcp-core-pe-eng-claude
+export VERTEX_LOCATION=global
+
+exec opencode "$@"