@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 +1 -1
- package/src/codex-bridge.mjs +1 -1
package/package.json
CHANGED
package/src/codex-bridge.mjs
CHANGED
|
@@ -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 || "
|
|
407
|
+
sandbox: cmd.params.sandbox || "workspace-write",
|
|
408
408
|
});
|
|
409
409
|
// Track thread
|
|
410
410
|
if (result?.thread?.id) {
|