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\"",