From d06ee6a6d8fd610f6740bee4f9a4c59b9df850b1 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Thu, 20 Aug 2026 10:15:15 -0700 Subject: [PATCH] Feat: Add @google/genai SDK dependency Co-authored-by: Opus 5 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4003b94..bc875a9 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ }, "dependencies": { "openai": "6.34.*", - "@anthropic-ai/sdk": "0.91.*" + "@anthropic-ai/sdk": "0.91.*", + "@google/genai": "2.*" } }