From 6bc25068424874ee179cc634700a3db1fb3911fb Mon Sep 17 00:00:00 2001 From: voson Date: Wed, 28 Jan 2026 15:27:26 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E5=88=87=E6=8D=A2=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=A8=A1=E5=9E=8B=E4=B8=BA=20gpt-5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/opencode.json b/opencode.json index a18383d..749a676 100644 --- a/opencode.json +++ b/opencode.json @@ -1,7 +1,17 @@ { "$schema": "https://opencode.ai/config.json", - "model": "opencode/claude-sonnet-4-5", - "mcp": {}, + "model": "opencode/gpt-5.2", + "mcp": { + "pencil": { + "command": [ + "/Applications/Pencil.app/Contents/Resources/app.asar.unpacked/out/mcp-server-darwin-arm64", + "--ws-port", + "57630" + ], + "enabled": true, + "type": "local" + } + }, "permission": "allow", "plugin": [ "@mohak34/opencode-notifier@latest" @@ -9,7 +19,7 @@ "provider": { "opencode": { "models": { - "claude-opus-4-5": { + "claude-sonnet-4-5": { "options": { "thinking": { "type": "enabled", @@ -18,6 +28,6 @@ } } } - }, + } } }