use github release for gemini

This commit is contained in:
Shawn Morreau
2025-11-20 06:53:57 -05:00
parent 579c79e38c
commit 295949c173
2 changed files with 6 additions and 55 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export const gemini = agent({
try {
const result = await spawn({
cmd: "node",
args: [cliPath, "--yolo", "--output-format", "text", sessionPrompt],
args: [cliPath, "--yolo", "--output-format", "text", "-p", sessionPrompt],
env: {
GEMINI_API_KEY: apiKey,
GITHUB_INSTALLATION_TOKEN: githubInstallationToken,