From fead511df9d332533385aed82bddb7988896262b Mon Sep 17 00:00:00 2001 From: Umesh Yadav <23421535+imumesh18@users.noreply.github.com> Date: Wed, 27 Aug 2025 22:29:30 +0530 Subject: [PATCH] docs: Update Gemini CLI version requirements and install instructions (#37008) Gemini cli - 0.2.0 is no longer in preview it's the latest version and released as of today. Release Notes: - N/A Signed-off-by: Umesh Yadav --- docs/src/ai/external-agents.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/ai/external-agents.md b/docs/src/ai/external-agents.md index a67aa9d889..1d11ca0311 100644 --- a/docs/src/ai/external-agents.md +++ b/docs/src/ai/external-agents.md @@ -31,10 +31,10 @@ If you'd like to bind this to a keyboard shortcut, you can do so by editing your If you don't yet have Gemini CLI installed, then Zed will install a version for you. If you do, then we will use the version of Gemini CLI on your path. -You need to be running at least Gemini version `0.2.0-preview`, and if your version of Gemini is too old you will see an +You need to be running at least Gemini version `0.2.0`, and if your version of Gemini is too old you will see an error message. -The instructions to upgrade Gemini depend on how you originally installed it, but typically, running `npm install -g gemini-cli@preview` should work. +The instructions to upgrade Gemini depend on how you originally installed it, but typically, running `npm install -g @google/gemini-cli@latest` should work. #### Authentication