fix(models): update Gemini 3 to 3.1 Pro and add Kimi to writing category fallback

Closes #2065

Closes #1968
This commit is contained in:
YeonGyu-Kim
2026-02-26 21:01:05 +09:00
parent c505989ad4
commit d425f9bb80
25 changed files with 242 additions and 239 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ describe("createThinkModeHook", () => {
const input = createHookInput({
sessionID,
providerID: "google",
modelID: "gemini-3-pro",
modelID: "gemini-3.1-pro",
})
const output = createHookOutput("Please solve this directly")