We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad39fc commit 443ffb7Copy full SHA for 443ffb7
1 file changed
codex-cli/src/utils/agent/agent-loop.ts
@@ -488,7 +488,7 @@ export class AgentLoop {
488
reasoning = { effort: "high" };
489
if (this.model === "o3-mini" || this.model === "o4-mini") {
490
// @ts-expect-error waiting for API type update
491
- reasoning.summary = "detailed";
+ reasoning.summary = "auto";
492
}
493
494
const mergedInstructions = [prefix, this.instructions]
0 commit comments