main
1#!/usr/bin/env bash
2# OpenCode with Vertex AI environment
3# Usage: oco [args...]
4
5exec pass-run -q \
6 -e GOOGLE_CLOUD_PROJECT=redhat/google/osp/core-project \
7 -e VERTEX_LOCATION=redhat/google/osp/core-location \
8 -- opencode "$@"