@clawos-dev/clawd 0.2.210-beta.418.4af4e12 → 0.2.210-beta.419.6484399
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/cli.cjs +5 -3
- 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>
|
|
40847
|
-
WebSocket relay
|
|
40848
|
-
|
|
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):
|
package/package.json
CHANGED