@clawos-dev/clawd 0.2.208 → 0.2.209-beta.416.b1feadc

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 +2 -0
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -41820,6 +41820,8 @@ 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"]);
41823
41825
  return s;
41824
41826
  }
41825
41827
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.208",
3
+ "version": "0.2.209-beta.416.b1feadc",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",