Skip to content

Commit bd69c5a

Browse files
committed
codex should not have reasoning effort
1 parent 6a7eeb3 commit bd69c5a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.opencode/command/commit.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ core:
77
ci:
88
ignore:
99
wip:
10+
11+
prefer to explain WHY something was done from an end user perspective instead of
12+
WHAT was done.

packages/opencode/src/provider/transform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export namespace ProviderTransform {
9292
}
9393

9494
if (modelID.includes("gpt-5") && !modelID.includes("gpt-5-chat")) {
95-
result["reasoningEffort"] = "medium"
95+
if (!modelID.includes("codex")) result["reasoningEffort"] = "medium"
9696
if (providerID !== "azure") {
9797
result["textVerbosity"] = modelID.includes("codex") ? "medium" : "low"
9898
}

0 commit comments

Comments
 (0)