@clawos-dev/clawd 0.2.375 → 0.2.376

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 +7 -1
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -44402,6 +44402,12 @@ function buildConnectionPrompt(args) {
44402
44402
  }
44403
44403
  parts.push(line);
44404
44404
  }
44405
+ if (args.mode === "guest" && args.guestDeviceId) {
44406
+ parts.push("");
44407
+ parts.push(
44408
+ `\u5BF9\u65B9\u8BF4\u7684\u300C\u6211\u7684\u684C\u9762 / \u6211\u672C\u5730\u7684\u2026\u300D\u662F\u4ED6\u90A3\u53F0\u8BBE\u5907\u3001\u4E0D\u662F\u672C\u673A\uFF1B\u8981\u5728\u90A3\u8FB9\u770B\u6587\u4EF6\u6216\u8DD1\u547D\u4EE4\uFF0C\u7528 peer-ops \u7684 exec\uFF0CpeerDeviceId \u586B ${args.guestDeviceId}\u3002`
44409
+ );
44410
+ }
44405
44411
  parts.push("");
44406
44412
  if (args.mode === "owner") {
44407
44413
  parts.push("\u81EA\u6211\u4ECB\u7ECD\u65F6\u4F7F\u7528\u7B2C\u4E00/\u7B2C\u4E8C\u4EBA\u79F0\uFF0C\u4F8B\u5982\u300C\u6211\u662F\u60A8\u7684 xxx \u52A9\u624B\u300D\u3002");
@@ -61104,7 +61110,7 @@ function computeMethodAccess(args) {
61104
61110
  }
61105
61111
 
61106
61112
  // src/version.ts
61107
- var version = "0.2.375".length > 0 ? "0.2.375" : "dev";
61113
+ var version = "0.2.376".length > 0 ? "0.2.376" : "dev";
61108
61114
 
61109
61115
  // src/cli-probe/probe.ts
61110
61116
  var fs64 = __toESM(require("fs"), 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.375",
3
+ "version": "0.2.376",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",