diff --git a/src/plugin-handlers/config-handler.ts b/src/plugin-handlers/config-handler.ts index b4e57c4..8ff2b0a 100644 --- a/src/plugin-handlers/config-handler.ts +++ b/src/plugin-handlers/config-handler.ts @@ -178,7 +178,7 @@ export function createConfigHandler(deps: ConfigHandlerDeps) { const defaultModel = config.model as string | undefined; const plannerSisyphusBase = { model: (migratedPlanConfig as Record).model ?? defaultModel, - mode: "all" as const, + mode: "primary" as const, prompt: PLAN_SYSTEM_PROMPT, permission: PLAN_PERMISSION, description: `${configAgent?.plan?.description ?? "Plan agent"} (OhMyOpenCode version)`,