From 5bd0b5fa08e9bc850f13cce95a3c2595f794e367 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Wed, 1 Apr 2026 18:26:12 -0700 Subject: [PATCH] fix(tests): align agent-config test with task_system default revert --- src/plugin-handlers/agent-config-handler.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin-handlers/agent-config-handler.test.ts b/src/plugin-handlers/agent-config-handler.test.ts index 9be307ef4..6cb7514ed 100644 --- a/src/plugin-handlers/agent-config-handler.test.ts +++ b/src/plugin-handlers/agent-config-handler.test.ts @@ -290,7 +290,7 @@ describe("applyAgentConfig builtin override protection", () => { }) // then - expect(createSisyphusJuniorAgentSpy).toHaveBeenCalledWith(undefined, "openai/gpt-5.4", true) + expect(createSisyphusJuniorAgentSpy).toHaveBeenCalledWith(undefined, "openai/gpt-5.4", false) }) test("includes project and global .agents skills in builtin agent awareness", async () => {