mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-29 07:21:37 +08:00
The google-gemini-cli (Cloud Code Assist) and gemini (native API) model pickers only offered gemini-2.5-*, so users picking Gemini 3 had to type a custom model name — usually wrong (e.g. "gemini-3.1-pro"), producing a 404 from cloudcode-pa.googleapis.com. Replace the 2.5-* entries with the actual Code Assist / Gemini API preview IDs: gemini-3.1-pro-preview, gemini-3-pro-preview, gemini-3-flash-preview (and gemini-3.1-flash-lite-preview on native). Update the hardcoded fallback in hermes_cli/main.py to match. Copilot's menu retains gemini-2.5-pro — that catalog is Microsoft's.
124 KiB
124 KiB