main
 1#!/usr/bin/env bash
 2# Claude Code with Vertex AI environment (Haiku model - lightweight)
 3# Usage: crl [args...]
 4
 5export CLAUDE_CODE_USE_VERTEX=1
 6
 7exec pass-run -q \
 8  -e CLOUD_ML_REGION=redhat/google/osp/location \
 9  -e ANTHROPIC_VERTEX_PROJECT_ID=redhat/google/osp/project \
10  -- claude --model claude-haiku-4-5 "$@"