We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7eeb3 commit bd69c5aCopy full SHA for bd69c5a
.opencode/command/commit.md
@@ -7,3 +7,6 @@ core:
7
ci:
8
ignore:
9
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
@@ -92,7 +92,7 @@ export namespace ProviderTransform {
92
}
93
94
if (modelID.includes("gpt-5") && !modelID.includes("gpt-5-chat")) {
95
- result["reasoningEffort"] = "medium"
+ if (!modelID.includes("codex")) result["reasoningEffort"] = "medium"
96
if (providerID !== "azure") {
97
result["textVerbosity"] = modelID.includes("codex") ? "medium" : "low"
98
0 commit comments