@boxcrew/cli 0.1.8 → 0.1.9

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -527,7 +527,7 @@ function runDaemon(agentName) {
527
527
  args = ["agent", "--message", message, "--json", "--agent", "main", "--timeout", "300"];
528
528
  } else {
529
529
  cmd = claudePath;
530
- args = ["-p", message, "--output-format", "stream-json", "--verbose"];
530
+ args = ["-p", message, "--output-format", "stream-json", "--verbose", "--dangerously-skip-permissions"];
531
531
  if (sessionId) args.push("--resume", sessionId);
532
532
  }
533
533
  const child = spawn(cmd, args, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxcrew/cli",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "BoxCrew CLI — manage your agents from the terminal",
5
5
  "type": "module",
6
6
  "bin": {