@slock-ai/daemon 0.18.0 → 0.19.0

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -385,7 +385,9 @@ var ClaudeDriver = class {
385
385
  "--mcp-config",
386
386
  mcpConfigPath,
387
387
  "--model",
388
- ctx.config.model || "sonnet"
388
+ ctx.config.model || "sonnet",
389
+ "--disallowed-tools",
390
+ "EnterPlanMode,ExitPlanMode"
389
391
  ];
390
392
  if (ctx.config.sessionId) {
391
393
  args2.push("--resume", ctx.config.sessionId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slock-ai/daemon",
3
- "version": "0.18.0",
3
+ "version": "0.19.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "slock-daemon": "dist/index.js"