@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.
- package/dist/session-runner.js +1 -1
- package/package.json +1 -1
package/dist/session-runner.js
CHANGED
|
@@ -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://", "--
|
|
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 }
|