From f2a90d8f2e911f0a1d94b209bb8be368c2e603a1 Mon Sep 17 00:00:00 2001 From: MAO Dongyang Date: Mon, 22 Jun 2026 14:38:32 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B3=A8=E5=86=8C=20clawd-on-desk=20o?= =?UTF-8?q?pencode=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index 86b0eaa..fdf85ab 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -1,6 +1,9 @@ { "$schema": "https://opencode.ai/config.json", - "plugin": ["oh-my-openagent@latest"], + "plugin": [ + "oh-my-openagent@latest", + "C:/Users/MAO_D/Development/clawd-on-desk/hooks/opencode-plugin" + ], "autoupdate": false, "model": "anthropic/claude-opus-4-8", "small_model": "openai/gpt-5.4-mini",