Skip to content

Commit 443ffb7

Browse files
authored
update summary to auto (#1)
1 parent 4ad39fc commit 443ffb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codex-cli/src/utils/agent/agent-loop.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ export class AgentLoop {
488488
reasoning = { effort: "high" };
489489
if (this.model === "o3-mini" || this.model === "o4-mini") {
490490
// @ts-expect-error waiting for API type update
491-
reasoning.summary = "detailed";
491+
reasoning.summary = "auto";
492492
}
493493
}
494494
const mergedInstructions = [prefix, this.instructions]

0 commit comments

Comments
 (0)