@alook/cli 0.0.34 → 0.0.35

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.
@@ -16160,7 +16160,7 @@ class CodexBackend {
16160
16160
  this.cliPath = cliPath;
16161
16161
  }
16162
16162
  execute(prompt, options) {
16163
- const proc = spawn2(this.cliPath, ["app-server", "--listen", "stdio://", "--sandbox", "danger-full-access"], {
16163
+ const proc = spawn2(this.cliPath, ["app-server", "--listen", "stdio://", "--config", "sandbox_mode=danger-full-access"], {
16164
16164
  cwd: options.cwd,
16165
16165
  stdio: ["pipe", "pipe", "pipe"],
16166
16166
  env: { ...process.env, ...options.env }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alook/cli",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "description": "Alook CLI — Enable Your Person Colleague",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/alookai/alook#readme",