acp: Suggest upgrading to preview instead of latest (#36648)
A previous PR changed the install command from `@latest` to `@preview`, but the upgrade command kept suggesting `@latest`. Release Notes: - N/A
This commit is contained in:
parent
568e1d0a42
commit
9a3e4c47d0
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ impl AgentServer for Gemini {
|
||||||
current_version
|
current_version
|
||||||
).into(),
|
).into(),
|
||||||
upgrade_message: "Upgrade Gemini CLI to latest".into(),
|
upgrade_message: "Upgrade Gemini CLI to latest".into(),
|
||||||
upgrade_command: "npm install -g @google/gemini-cli@latest".into(),
|
upgrade_command: "npm install -g @google/gemini-cli@preview".into(),
|
||||||
}.into())
|
}.into())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue