@alook/cli 0.0.17 → 0.0.18

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.
@@ -15964,7 +15964,7 @@ class CodexBackend {
15964
15964
  this.cliPath = cliPath;
15965
15965
  }
15966
15966
  execute(prompt, options) {
15967
- const proc = spawn2(this.cliPath, ["app-server", "--listen", "stdio://"], {
15967
+ const proc = spawn2(this.cliPath, ["app-server", "--listen", "stdio://", "--config", "sandbox_workspace_write.network_access=true"], {
15968
15968
  cwd: options.cwd,
15969
15969
  stdio: ["pipe", "pipe", "pipe"],
15970
15970
  env: { ...process.env, ...options.env }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alook/cli",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Alook CLI — register and run always-on AI coding agents.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/alookai/alook#readme",