From 277667beb4138f1db4e33017c9399c8816997a34 Mon Sep 17 00:00:00 2001 From: Sourya Kakarla Date: Sat, 25 Jul 2026 00:09:24 +0000 Subject: [PATCH] Load local Gemini credentials in botenv --- .botenv | 1 + 1 file changed, 1 insertion(+) diff --git a/.botenv b/.botenv index 84c0dd3..3206068 100644 --- a/.botenv +++ b/.botenv @@ -36,6 +36,7 @@ if [ -d "$BOTFILES_ROOT/secrets/local" ]; then "$BOTFILES_ROOT/secrets/local/linear.rc" \ "$BOTFILES_ROOT/secrets/local/claude-bedrock.rc" \ "$BOTFILES_ROOT/secrets/local/claude-vertex.rc" \ + "$BOTFILES_ROOT/secrets/local/gemini.rc" \ "$BOTFILES_ROOT/secrets/local/codex-azure.rc" \ "$BOTFILES_ROOT/secrets/local/codex-openai.rc" \ "$BOTFILES_ROOT/secrets/local/deep-research.rc" \