Commit af05f2baa9db

Vincent Demeester <vincent@sbr.pm>
2026-02-11 09:05:20
chore: removed goose-cli and gor wrapper
Removed goose-cli as we will implement recipe functionality directly in pi instead. Decided to use pi's existing extension system rather than add another tool.
1 parent 897cc12
Changed files (2)
home
common
pkgs
my
scripts
bin
home/common/dev/ai.nix
@@ -83,7 +83,6 @@ in
     chmouzies-ai
     aichat
     # aider-chat
-    goose-cli
     master.claude-code
     master.claude-code-acp
     master.gemini-cli
pkgs/my/scripts/bin/gor
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-# Goose with Vertex AI environment
-# Usage: gor [args...]
-# This wrapper configures goose to use GCP Vertex AI
-
-export GCP_PROJECT_ID=itpc-gcp-pnd-pe-eng-claude
-export GCP_LOCATION=us-east5
-
-exec goose "$@"