Revert "Merge pull request #2611 from MoerAI/fix/keep-default-builder-agent"
This reverts commit0aa8bfe839, reversing changes made to422eaa9ae0.
This commit is contained in:
@@ -137,7 +137,7 @@ export async function applyAgentConfig(params: {
|
|||||||
|
|
||||||
const isSisyphusEnabled = params.pluginConfig.sisyphus_agent?.disabled !== true;
|
const isSisyphusEnabled = params.pluginConfig.sisyphus_agent?.disabled !== true;
|
||||||
const builderEnabled =
|
const builderEnabled =
|
||||||
params.pluginConfig.sisyphus_agent?.default_builder_enabled ?? true;
|
params.pluginConfig.sisyphus_agent?.default_builder_enabled ?? false;
|
||||||
const plannerEnabled = params.pluginConfig.sisyphus_agent?.planner_enabled ?? true;
|
const plannerEnabled = params.pluginConfig.sisyphus_agent?.planner_enabled ?? true;
|
||||||
const replacePlan = params.pluginConfig.sisyphus_agent?.replace_plan ?? true;
|
const replacePlan = params.pluginConfig.sisyphus_agent?.replace_plan ?? true;
|
||||||
const shouldDemotePlan = plannerEnabled && replacePlan;
|
const shouldDemotePlan = plannerEnabled && replacePlan;
|
||||||
|
|||||||
Reference in New Issue
Block a user