New Release? #8556
Answered
by
diegosouzapw
powellnorma
asked this question in
Q&A
New Release?
#8556
|
Gemini 3.6 is still missing for me, even though I think it got added to master, e.g. its mentioned here: 888c872 |
Answered by
diegosouzapw
Jul 26, 2026
Replies: 1 comment
|
Hey @powellnorma! You are right — v3.8.48 is about 2 weeks old and Gemini 3.6 models (flash-high/medium/low) were added to the codebase after that release (via the Antigravity CLI provider). The current development branch ( If you want Gemini 3.6 right now, you can install from source: git clone https://github.com/diegosouzapw/OmniRoute.git
cd OmniRoute && npm install && npm run build
npm startOr use the dev server directly: |
0 replies
Answer selected by
diegosouzapw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @powellnorma! You are right — v3.8.48 is about 2 weeks old and Gemini 3.6 models (flash-high/medium/low) were added to the codebase after that release (via the Antigravity CLI provider).
The current development branch (
release/v3.8.49) includes Gemini 3.6 support and many other fixes. A new release is being prepared — you can track progress on therelease/v3.8.49branch.If you want Gemini 3.6 right now, you can install from source:
Or use the dev server directly:
npm run dev(port 20128).