hermes-agent/tests/plugins/model_providers
kosta e25d516c8c fix(gemini): bump native provider aux default to gemini-3.6-flash
The native Gemini provider profile's default_aux_model and the curated
model picker catalog were still pinned to gemini-3.5-flash, a stale
generation now superseded by gemini-3.6-flash (documented GA). Bump
both so the auxiliary-task default and the picker stay in sync with
the current model.

Contract test asserts the durable lockstep invariant only
(default_aux_model is a member of _PROVIDER_MODELS["gemini"]) rather
than pinning either side to a frozen model-name string, so it doesn't
need updating on the next model-generation bump.
2026-07-28 11:54:46 -07:00
..
test_copilot_profile.py
test_custom_profile.py
test_deepseek_profile.py fix(deepseek): drop retired models from picker and provider defaults 2026-07-26 16:28:41 -07:00
test_fireworks_profile.py
test_gemini_profile.py fix(gemini): bump native provider aux default to gemini-3.6-flash 2026-07-28 11:54:46 -07:00
test_kimi_profile.py
test_minimax_profile.py
test_ollama_cloud_profile.py
test_opencode_go_profile.py
test_upstage_profile.py
test_zai_profile.py