@antmanler/claude-code-acp 0.13.0 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/acp-agent.js +1 -1
- package/package.json +1 -1
package/dist/acp-agent.js
CHANGED
|
@@ -470,7 +470,7 @@ export class ClaudeAcpAgent {
|
|
|
470
470
|
// If we want bypassPermissions to be an option, we have to allow it here.
|
|
471
471
|
// But it doesn't work in root mode, so we only activate it if it will work.
|
|
472
472
|
allowDangerouslySkipPermissions: !IS_ROOT,
|
|
473
|
-
permissionMode,
|
|
473
|
+
// permissionMode,
|
|
474
474
|
canUseTool: this.canUseTool(sessionId),
|
|
475
475
|
// note: although not documented by the types, passing an absolute path
|
|
476
476
|
// here works to find zed's managed node version.
|