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 <git@umesh.dev>
This commit is contained in:
Umesh Yadav
2025-08-27 22:29:30 +05:30
committed by GitHub
parent 07373d15ef
commit fead511df9

View File

@@ -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