From d6342e8fd56ab2de824d04abd6107a4cc031911b Mon Sep 17 00:00:00 2001 From: David Chen Date: Thu, 4 Dec 2025 23:24:19 -0800 Subject: [PATCH] add reasoning options for cliproxy codex models --- opencode/opencode.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/opencode/opencode.json b/opencode/opencode.json index 2cb51df..6c7368f 100644 --- a/opencode/opencode.json +++ b/opencode/opencode.json @@ -46,14 +46,22 @@ "gpt-5.1-codex-max": { "name": "GPT-5.1 Codex Max (High)", "options": { - "reasoningEffort": "high" + "reasoningEffort": "high", + "include": [ + "reasoning.encrypted_content" + ], + "store": false } }, "gpt-5.1-codex-max-xhigh": { "id": "gpt-5.1-codex-max", "name": "GPT-5.1 Codex Max (Extra High)", "options": { - "reasoningEffort": "xhigh" + "reasoningEffort": "xhigh", + "include": [ + "reasoning.encrypted_content" + ], + "store": false } } }