mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-25 03:03:19 -07:00
f508722a93
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