@clawos-dev/clawd 0.2.209-beta.416.b1feadc → 0.2.210-beta.417.a3be9b3

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.
Files changed (2) hide show
  1. package/dist/cli.cjs +0 -2
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -41820,8 +41820,6 @@ function composeGuestSandbox(base, userWorkDir, spawnCwd) {
41820
41820
  "~/.clawd/config.json",
41821
41821
  "~/.clawd/auth.json"
41822
41822
  ]);
41823
- const netv = s.sandbox.network ?? (s.sandbox.network = {});
41824
- netv.allowedDomains = unionArr(netv.allowedDomains, ["*.tunnel.clawos.chat"]);
41825
41823
  return s;
41826
41824
  }
41827
41825
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.209-beta.416.b1feadc",
3
+ "version": "0.2.210-beta.417.a3be9b3",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",