You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Summary**
This PR introduces the optional installation of extensions
**Changes**
- New `extensions` input: A newline separated list of extension
repository URLs.
- Conditional installation: The install workflow checks the extension
flag and installs extensions that are listed
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,8 @@ go to the [Gemini Assistant workflow documentation](./examples/workflows/gemini-
179
179
- <aname="use_vertex_ai"></a><ahref="#user-content-use_vertex_ai"><code>use_vertex_ai</code></a>: _(Optional, default: `false`)_ Whether to use Vertex AI for Gemini model access instead of the default Gemini API key.
180
180
For more information, see the [Gemini CLI documentation](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/authentication.md).
181
181
182
+
- <aname="extensions"></a><ahref="#user-content-extensions"><code>extensions</code></a>: _(Optional)_ A list of Gemini CLI extensions to install.
0 commit comments