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
docs(extensions): add documentation for extensions (#340)
Adds a new documentation page for Gemini CLI extensions, explaining how
to configure and use them. The main README is updated to include a link
to the new documentation.
This is a follow up after
#329.
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Use it to perform GitHub pull request reviews, triage issues, perform code analy
20
20
-[Issue Triage](#issue-triage)
21
21
-[Pull Request Review](#pull-request-review)
22
22
-[Gemini CLI Assistant](#gemini-cli-assistant)
23
+
-[Configuration](#configuration)
23
24
-[Inputs](#inputs)
24
25
-[Outputs](#outputs)
25
26
-[Repository Variables](#repository-variables)
@@ -28,6 +29,7 @@ Use it to perform GitHub pull request reviews, triage issues, perform code analy
28
29
-[Google Authentication](#google-authentication)
29
30
-[GitHub Authentication](#github-authentication)
30
31
-[Observability](#observability)
32
+
-[Extensions](#extensions)
31
33
-[Best Practices](#best-practices)
32
34
-[Customization](#customization)
33
35
-[Contributing](#contributing)
@@ -137,15 +139,15 @@ This action can be used to automatically review pull requests when they are
137
139
opened. For a detailed guide on how to set up the pull request review system,
138
140
go to the [GitHub PR Review workflow documentation](./examples/workflows/pr-review).
139
141
140
-
141
-
142
142
### Gemini CLI Assistant
143
143
144
144
This type of action can be used to invoke a general-purpose, conversational Gemini
145
145
AI assistant within the pull requests and issues to perform a wide range of
146
146
tasks. For a detailed guide on how to set up the general-purpose Gemini CLI workflow,
147
147
go to the [Gemini Assistant workflow documentation](./examples/workflows/gemini-assistant).
148
148
149
+
## Configuration
150
+
149
151
### Inputs
150
152
151
153
<!-- BEGIN_AUTOGEN_INPUTS -->
@@ -271,6 +273,14 @@ for debugging and optimization.
271
273
For detailed instructions on how to set up and configure observability, go to
272
274
the [Observability documentation](./docs/observability.md).
273
275
276
+
## Extensions
277
+
278
+
The Gemini CLI can be extended with additional functionality through extensions.
279
+
These extensions are installed from source from their GitHub repositories.
280
+
281
+
For detailed instructions on how to set up and configure extensions, go to the
282
+
[Extensions documentation](./docs/extensions.md).
283
+
274
284
## Best Practices
275
285
276
286
To ensure the security, reliability, and efficiency of your automated workflows, we strongly recommend following our best practices. These guidelines cover key areas such as repository security, workflow configuration, and monitoring.
0 commit comments