Skip to content

Commit b7c22b0

Browse files
Release: v0.1.20 (#452)
## What's Changed * ci(mcp): version up GitHub MCP Server by @Marukome0743 in #437 * docs: update a broken link of gemini cli by @Marukome0743 in #441 * fix(setup): Gracefully handle internal-only Cloud by @spencer426 in #447 * Release: v0.1.20 by @spencer426 in #449 * Revert "Release: v0.1.20" by @spencer426 in #450 ## New Contributors * @spencer426 made their first contribution in #447 **Full Changelog**: v0.1.19...v0.1.20
1 parent 2aad799 commit b7c22b0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ go to the [Gemini Assistant workflow documentation](./examples/workflows/gemini-
178178
- <a name="__input_prompt"></a><a href="#user-content-__input_prompt"><code>prompt</code></a>: _(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).
179179

180180
- <a name="__input_settings"></a><a href="#user-content-__input_settings"><code>settings</code></a>: _(Optional)_ A JSON string written to `.gemini/settings.json` to configure the CLI's _project_ settings.
181-
For more details, see the documentation on [settings files][settings_json].
181+
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).
182182

183183
- <a name="__input_use_gemini_code_assist"></a><a href="#user-content-__input_use_gemini_code_assist"><code>use_gemini_code_assist</code></a>: _(Optional, default: `false`)_ Whether to use Code Assist for Gemini model access instead of the default Gemini API key.
184184
For more information, see the [Gemini CLI documentation](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/authentication.md).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "run-gemini-cli",
3-
"version": "0.1.19",
3+
"version": "0.1.20",
44
"description": "This works with our versioning tools, this is NOT an NPM repo",
55
"scripts": {
66
"build": "echo \"No build required for composite action\"",

0 commit comments

Comments
 (0)