Files
gemini-cli/packages/cli
mkorwel f508722a93 fix(cli): update notification incorrectly suggests @latest for nightly versions
The manual update message in the notification box incorrectly suggested
'@latest' even when running a nightly build. This is now corrected to
suggest '@nightly' for nightly builds and '@<version>' or '@latest'
appropriately for others.

Additionally, the 'enableAutoUpdateNotification' setting is now exposed
in the settings dialog, allowing users who have auto-updates disabled
to opt-out of the notification prompts.

Fixes #23188
2026-04-13 13:58:54 -07:00
..