From f2d6bdbc83e914a76985c811edb121e660b9f76f Mon Sep 17 00:00:00 2001 From: cc-dan Date: Sat, 14 Mar 2026 06:37:45 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20default/plan=E6=A8=A1=E5=BC=8F=E6=9C=AA?= =?UTF-8?q?=E4=BC=A0=E9=80=92--permission-mode=E5=8F=82=E6=95=B0=E7=BB=99C?= =?UTF-8?q?laude=20CLI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/agent-runtime.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/agent-runtime.js b/lib/agent-runtime.js index ef2f1db..fc8c6ad 100644 --- a/lib/agent-runtime.js +++ b/lib/agent-runtime.js @@ -30,6 +30,7 @@ function createAgentRuntime(deps) { args.push('--permission-mode', 'plan'); break; case 'default': + args.push('--permission-mode', 'default'); break; } if (session.claudeSessionId) {