@clawos-dev/clawd 0.2.210-beta.418.4af4e12 → 0.2.210-beta.420.f6c95da

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 +5 -5
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -40843,9 +40843,11 @@ Subcommands:
40843
40843
  \u72EC\u7ACB CC \u63A7\u5236\u5668\u8FDB\u7A0B\uFF1A\u5916\u90E8 AI \u901A\u8FC7 stdin/stdout \u884C JSON \u534F\u8BAE
40844
40844
  \u9A71\u52A8 CC \u591A\u8F6E\u5BF9\u8BDD\u4E0E\u6743\u9650\u51B3\u7B56\uFF0CIPC \u5168\u7A0B\u5F55\u5230 --record JSONL\u3002
40845
40845
  \u8BE6\u89C1 'clawd run-case --help'
40846
- ssh-relay <peer-device-id> [--data-dir <path>]
40847
- WebSocket relay to peer daemon's /rpc/ssh-tunnel\uFF0C\u4F5C\u4E3A SSH
40848
- ProxyCommand \u4F7F\u7528\uFF08Contact SSH tunnel\uFF0CPR#2\uFF09\u3002
40846
+ ssh-relay <peer-device-id>
40847
+ WebSocket relay via local daemon (reads
40848
+ CLAWD_DAEMON_URL + CLAWD_SESSION_ID from env)
40849
+ to peer /rpc/ssh-tunnel\uFF0C\u4F5C\u4E3A SSH ProxyCommand
40850
+ \u4F7F\u7528\uFF08Contact SSH tunnel v2\uFF09\u3002
40849
40851
  \u8BE6\u89C1 'clawd ssh-relay --help'
40850
40852
 
40851
40853
  Env (advanced):
@@ -41576,8 +41578,6 @@ function composeGuestSandbox(base, userWorkDir, spawnCwd) {
41576
41578
  "~/.clawd/config.json",
41577
41579
  "~/.clawd/auth.json"
41578
41580
  ]);
41579
- const netv = s.sandbox.network ?? (s.sandbox.network = {});
41580
- netv.allowedDomains = unionArr(netv.allowedDomains, ["*.tunnel.clawos.chat"]);
41581
41581
  return s;
41582
41582
  }
41583
41583
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.210-beta.418.4af4e12",
3
+ "version": "0.2.210-beta.420.f6c95da",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",