From 3e406fb5082ffd51598d1929401d27b853637dfa Mon Sep 17 00:00:00 2001 From: Google GitHub Actions Bot <72759630+google-github-actions-bot@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:51:39 -0500 Subject: [PATCH] Release: v0.1.20 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b32aa253..03e79754a 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ go to the [Gemini Assistant workflow documentation](./examples/workflows/gemini- - prompt: _(Optional, default: `You are a helpful assistant.`)_ A string passed to the Gemini CLI's [`--prompt` argument](https://github.com/google-gemini/gemini-cli/blob/main/docs/get-started/configuration.md#command-line-arguments). - settings: _(Optional)_ A JSON string written to `.gemini/settings.json` to configure the CLI's _project_ settings. - For more details, see the documentation on [settings files][settings_json]. + For more details, see the documentation on [settings files](https://github.com/google-gemini/gemini-cli/blob/main/docs/get-started/configuration.md#settings-files). - use_gemini_code_assist: _(Optional, default: `false`)_ Whether to use Code Assist for Gemini model access instead of the default Gemini API key. For more information, see the [Gemini CLI documentation](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/authentication.md). diff --git a/package-lock.json b/package-lock.json index 07f1fbe0f..2db5c7829 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "run-gemini-cli", - "version": "0.1.19", + "version": "0.1.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "run-gemini-cli", - "version": "0.1.19", + "version": "0.1.20", "license": "Apache-2.0", "devDependencies": { "@google-github-actions/actions-utils": "^0.8.10", diff --git a/package.json b/package.json index 180b1ea1a..24b727f7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "run-gemini-cli", - "version": "0.1.19", + "version": "0.1.20", "description": "This works with our versioning tools, this is NOT an NPM repo", "scripts": { "build": "echo \"No build required for composite action\"",