From 9e92a8c6472236890fc7e3825615e8aef2bea90f Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 30 Jan 2026 20:40:03 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E7=9A=84=20reasoningEffort=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除配置中不必要的 reasoningEffort 选项以简化设置 --- opencode.jsonc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 19f0ff9..8b1eeb0 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -84,9 +84,6 @@ "output": ["text"] }, "limit": { "context": 400000, "output": 128000 }, - "options": { - "reasoningEffort": "xhigh" - } }, "gpt-5.2-codex": { "name": "GPT-5.2-Codex", @@ -96,9 +93,6 @@ "output": ["text"] }, "limit": { "context": 400000, "output": 128000 }, - "options": { - "reasoningEffort": "xhigh" - } } } },