Skip to content

Refresh Gemini model and post-0.6.5 docs#734

Merged
lukacf merged 1 commit into
mainfrom
codex/update-gemini-35-docs
May 20, 2026
Merged

Refresh Gemini model and post-0.6.5 docs#734
lukacf merged 1 commit into
mainfrom
codex/update-gemini-35-docs

Conversation

@lukacf
Copy link
Copy Markdown
Owner

@lukacf lukacf commented May 20, 2026

Summary

  • replace the featured/recommended Gemini text model with gemini-3.5-flash in the catalog, default provider model, tests, and examples
  • refresh public docs and .claude/skills/meerkat-* guidance from the stale 0.6.5/0.6.6 snapshot to the current 0.6.19 release line
  • update contract/version snippets and post-0.6.5 architecture notes covering WorkGraph, Azure OpenAI, HTML output, typed notices, mob/runtime durability, and release hardening

Verification

  • ./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_body
  • make docs-check
  • make check
  • push hooks: cargo fmt check, changed-crate clippy, machine codegen/verify, generated-header audit, bridge gate, Bazel freshness, deterministic gate

Gemini source checked against Google AI docs for gemini-3.5-flash (stable model code, last updated 2026-05-19).

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

@lukacf lukacf force-pushed the codex/update-gemini-35-docs branch from e1cb5a0 to a53c43f Compare May 20, 2026 08:23
@lukacf lukacf merged commit 5df9e49 into main May 20, 2026
18 checks passed
@lukacf lukacf deleted the codex/update-gemini-35-docs branch May 20, 2026 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant