Refresh Gemini model and post-0.6.5 docs#734
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e1cb5a0f84
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| // (thinking_budget accepted for backward compatibility) | ||
| ModelCapabilities { | ||
| id: "gemini-3-flash-preview", | ||
| id: "gemini-3.5-flash", |
There was a problem hiding this comment.
Preserve backward compatibility for Gemini 3 Flash Preview ID
Do not replace the existing Gemini capability ID in place; this makes gemini-3-flash-preview uncatalogued and breaks exact-match flows that depend on catalog membership. Provider/model resolution and capability lookup are strict (profile_for/capabilities_for only succeed for catalog rows), so existing configs and tests still using gemini-3-flash-preview (for example meerkat-core/src/config.rs and meerkat/src/service_factory.rs) will now fail provider inference or capability-based behavior. Keep the previous ID as a supported row (or alias) and add gemini-3.5-flash separately.
Useful? React with 👍 / 👎.
e1cb5a0 to
a53c43f
Compare
Summary
gemini-3.5-flashin the catalog, default provider model, tests, and examples.claude/skills/meerkat-*guidance from the stale 0.6.5/0.6.6 snapshot to the current 0.6.19 release lineVerification
./scripts/repo-cargo test -p meerkat-core model_profile./scripts/repo-cargo test -p meerkat-gemini test_build_request_body_with_thinking_level./scripts/repo-cargo test -p meerkat-gemini test_openai_reasoning_effort_provider_tag_does_not_affect_gemini_bodymake docs-checkmake checkGemini source checked against Google AI docs for
gemini-3.5-flash(stable model code, last updated 2026-05-19).