From 13b09712917c13bf32113aac86c6fbdc31bce187 Mon Sep 17 00:00:00 2001 From: Abhi <43648792+abhipatel12@users.noreply.github.com> Date: Fri, 25 Jul 2025 16:18:59 -0400 Subject: fix(ci): Fix failing release workflow by creating a self-contained bundle (#4888) Co-authored-by: Jerop Kipruto --- packages/cli/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/cli/package.json') diff --git a/packages/cli/package.json b/packages/cli/package.json index faebfea3..ce672d22 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -29,6 +29,7 @@ }, "dependencies": { "@google/gemini-cli-core": "file:../core", + "@google/genai": "1.9.0", "@iarna/toml": "^2.2.5", "@types/update-notifier": "^6.0.8", "command-exists": "^1.2.9", @@ -52,7 +53,8 @@ "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1", "update-notifier": "^7.3.1", - "yargs": "^17.7.2" + "yargs": "^17.7.2", + "zod": "^3.23.8" }, "devDependencies": { "@babel/runtime": "^7.27.6", -- cgit v1.2.3