Skip to content

Commit 407392c

Browse files
Release: v0.1.17 (#424)
## What's Changed * fix #371 use JSON output of gemini cli by @gsehgal in #402 * fix: detect silent failures in gemini-cli by checking for invalid JSO… by @megha1188 in #406 * chore: Add Prettier and pre-commit hook for consistent formatting, applying initial format fixes across documentation and examples. by @parthasaradhie in #409 * Rename `DEBUG` input to `GEMINI_DEBUG` and pass `--debug` flag to CLI. by @parthasaradhie in #407 * ci: auto update GitHub Actions using dependabot by @JamBalaya56562 in #398 * Add job summary for Gemini CLI execution by @megha1188 in #423 ## New Contributors * @megha1188 made their first contribution in #406 * @parthasaradhie made their first contribution in #409 **Full Changelog**: v0.1.16...v0.1.17
1 parent dd858da commit 407392c

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ go to the [Gemini Assistant workflow documentation](./examples/workflows/gemini-
152152

153153
<!-- prettier-ignore-start -->
154154
<!-- BEGIN_AUTOGEN_INPUTS -->
155+
155156
- <a name="__input_gcp_location"></a><a href="#user-content-__input_gcp_location"><code>gcp_location</code></a>: _(Optional)_ The Google Cloud location.
156157

157158
- <a name="__input_gcp_project_id"></a><a href="#user-content-__input_gcp_project_id"><code>gcp_project_id</code></a>: _(Optional)_ The Google Cloud project ID.
@@ -193,17 +194,20 @@ go to the [Gemini Assistant workflow documentation](./examples/workflows/gemini-
193194

194195
- <a name="__input_workflow_name"></a><a href="#user-content-__input_workflow_name"><code>workflow_name</code></a>: _(Optional, default: `${{ github.workflow }}`)_ The GitHub workflow name, used for telemetry purposes.
195196

197+
196198
<!-- END_AUTOGEN_INPUTS -->
197199
<!-- prettier-ignore-end -->
198200

199201
### Outputs
200202

201203
<!-- prettier-ignore-start -->
202204
<!-- BEGIN_AUTOGEN_OUTPUTS -->
205+
203206
- <a name="__output_summary"></a><a href="#user-content-__output_summary"><code>summary</code></a>: The summarized output from the Gemini CLI execution.
204207

205208
- <a name="__output_error"></a><a href="#user-content-__output_error"><code>error</code></a>: The error output from the Gemini CLI execution, if any.
206209

210+
207211
<!-- END_AUTOGEN_OUTPUTS -->
208212
<!-- prettier-ignore-end -->
209213

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.16",
3+
"version": "0.1.17",
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)