Gemini recognition fixed for keys Google cut off from older models, real
error messages when a cloud vendor says no, and reproducible release builds.
Fixed
- Cloud AI errors now include the vendor's own error message instead of just
the HTTP status — a Gemini 404, for example, now says which model is
unavailable rather than leaving you guessing at keys and settings.
(#16)
Changed
-
The Gemini default model is now
gemini-3.5-flash(wasgemini-2.5-flash,
which Google shuts down on 2026-10-16 and has already restricted for some
keys). The OpenRouter default follows suit. Only affects an empty model
field — an explicitly set model is never changed. -
Release builds are now reproducible: rebuilding
main.jsfrom the tagged
source produces a byte-identical artifact. Previously a wall-clock build
stamp was baked into every bundle, which made the directory review's
rebuild-and-compare check flag every release. Dev builds keep the
timestamped toolbar stamp.