flake-update-20260505
1#!/usr/bin/env bash
2# Claude Code with Vertex AI environment (Opus model - full power)
3# Usage: crf [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-opus-4-5 "$@"