diff --git a/src/plugin-handlers/config-handler.ts b/src/plugin-handlers/config-handler.ts index 08bf84f5..c29efa72 100644 --- a/src/plugin-handlers/config-handler.ts +++ b/src/plugin-handlers/config-handler.ts @@ -176,7 +176,7 @@ export function createConfigHandler(deps: ConfigHandlerDeps) { pluginConfig.agents?.["Prometheus (Planner)"]; const defaultModel = config.model as string | undefined; const prometheusBase = { - model: (migratedPlanConfig as Record).model ?? defaultModel, + model: defaultModel ?? "anthropic/claude-opus-4-5", mode: "primary" as const, prompt: PROMETHEUS_SYSTEM_PROMPT, permission: PROMETHEUS_PERMISSION,