Commit 1b8fd7fd9ae4

Vincent Demeester <vincent@sbr.pm>
2026-02-02 10:22:50
Revert "scripts: add pir wrapper for pi-coding-agent with Vertex AI"
Removing pir wrapper as Vertex AI access is not available. Requires roles/aiplatform.user IAM permission on the GCP project which is not currently granted. Pi-coding-agent is still available via direct 'pi' command. For Gemini models, use direct Gemini API with --provider google-gemini-cli or use other providers (anthropic, openai, etc.).
1 parent 260c831
Changed files (1)
pkgs
my
scripts
bin
pkgs/my/scripts/bin/pir
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-# Pi coding agent with Vertex AI environment
-# Usage: pir [args...]
-
-export GOOGLE_CLOUD_PROJECT=itpc-gcp-core-pe-eng-claude
-export GOOGLE_CLOUD_LOCATION=us-central1
-
-exec pi "$@"