Fixing main and make plan mode reasoning effort medium (#9980)

It's overthinking so much on high and going over the context window.
This commit is contained in:
Ahmed Ibrahim
2026-01-26 22:30:24 -08:00
committed by GitHub
parent cabb2085cc
commit 509ff1c643
2 changed files with 32 additions and 25 deletions
@@ -28,7 +28,7 @@ fn plan_preset() -> CollaborationModeMask {
name: "Plan".to_string(),
mode: Some(ModeKind::Plan),
model: None,
reasoning_effort: Some(Some(ReasoningEffort::High)),
reasoning_effort: Some(Some(ReasoningEffort::Medium)),
developer_instructions: Some(Some(COLLABORATION_MODE_PLAN.to_string())),
}
}