From c212c701a460834eb973eb3bfddcd060ee0f93f3 Mon Sep 17 00:00:00 2001 From: Sushan Shetty <157783413+sushanshetty1@users.noreply.github.com> Date: Tue, 18 Nov 2025 20:49:42 +0530 Subject: [PATCH] Update installation command for Gemini CLI --- .../main/antora/modules/ROOT/pages/api/gemini-cli-sdk.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/antora/modules/ROOT/pages/api/gemini-cli-sdk.adoc b/docs/src/main/antora/modules/ROOT/pages/api/gemini-cli-sdk.adoc index 5563d81..3f34df2 100644 --- a/docs/src/main/antora/modules/ROOT/pages/api/gemini-cli-sdk.adoc +++ b/docs/src/main/antora/modules/ROOT/pages/api/gemini-cli-sdk.adoc @@ -18,7 +18,7 @@ Gemini CLI is Google's autonomous coding agent that can understand and modify co + [source,bash] ---- -npm install -g @google/generative-ai-cli +npm install -g @google/gemini-cli ---- 2. **Set API Key**: @@ -706,4 +706,4 @@ While both are autonomous coding agents, they have different strengths: * Compare different agent providers in xref:api/claude-code-sdk.adoc[Claude Code SDK] * Learn the unified API in xref:api/agentclient.adoc[AgentClient API] -* See practical examples in xref:samples.adoc[Sample Agents] \ No newline at end of file +* See practical examples in xref:samples.adoc[Sample Agents]