fix(config): stop sisyphus-junior from inheriting UI-selected model

This commit is contained in:
YeonGyu-Kim
2026-02-06 17:44:47 +09:00
parent 3be722b3b1
commit 3a0d7e8dc3
4 changed files with 119 additions and 280 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ export function createConfigHandler(deps: ConfigHandlerDeps) {
agentConfig["sisyphus-junior"] = createSisyphusJuniorAgentWithOverrides(
pluginConfig.agents?.["sisyphus-junior"],
config.model as string | undefined
undefined
);
if (builderEnabled) {