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 } } }