fix(category-resolver): add kimi to unstable agent detection, check category config model

🤖 Generated with assistance of [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
YeonGyu-Kim
2026-02-21 03:33:37 +09:00
parent 2c3ee36059
commit 8f31bfbb00
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -2046,8 +2046,8 @@ describe("sisyphus-task", () => {
expect(result).toContain("Artistry result here")
}, { timeout: 20000 })
test("writing category (gemini-flash) with run_in_background=false should force background but wait for result", async () => {
// given - writing uses gemini-3-flash
test("writing category (kimi) with run_in_background=false should force background but wait for result", async () => {
// given - writing uses kimi-for-coding/k2p5
const { createDelegateTask } = require("./tools")
let launchCalled = false