@botbuddy/cli 1.2.1 → 1.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbuddy/cli",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "BotBuddy — Swarm coordination CLI for multi-agent workflows",
5
5
  "type": "module",
6
6
  "bin": {
@@ -404,7 +404,7 @@ export async function runBridge(args) {
404
404
  model: cmd.params.model || model,
405
405
  cwd: cmd.params.cwd || repoPath,
406
406
  approvalPolicy: cmd.params.approval_policy || "never",
407
- sandbox: cmd.params.sandbox || "workspaceWrite",
407
+ sandbox: cmd.params.sandbox || "workspace-write",
408
408
  });
409
409
  // Track thread
410
410
  if (result?.thread?.id) {