So, how exactly is Gemini CLI different between v0.1.9-nightly and v0.1.10-dev? #3226
-
I noticed that gemini-cli has started releasing both nightly and dev versions, so is this again following Chrome's versioning model? |
Beta Was this translation helpful? Give feedback.
Answered by
swissspidy
Jul 4, 2025
Replies: 2 comments
-
The nightly builds are exactly that: a fresh build every midnight (UTC) of what's currently in the The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jackwotherspoon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The nightly builds are exactly that: a fresh build every midnight (UTC) of what's currently in the
main
branch.The
-dev.
builds are just manual snapshots, they don't follow a particular schedule.