@clawos-dev/clawd 0.2.343 → 0.2.344
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
CHANGED
|
@@ -60225,7 +60225,7 @@ function computeMethodAccess(args) {
|
|
|
60225
60225
|
}
|
|
60226
60226
|
|
|
60227
60227
|
// src/version.ts
|
|
60228
|
-
var version = "0.2.
|
|
60228
|
+
var version = "0.2.344".length > 0 ? "0.2.344" : "dev";
|
|
60229
60229
|
|
|
60230
60230
|
// src/cli-probe/probe.ts
|
|
60231
60231
|
var fs59 = __toESM(require("fs"), 1);
|
|
@@ -60301,6 +60301,9 @@ function buildReadyFrame(deps, client) {
|
|
|
60301
60301
|
mode: deps.mode,
|
|
60302
60302
|
daemonSource,
|
|
60303
60303
|
globalCliVersion,
|
|
60304
|
+
// 连接身份下发(UI 据此挑历史加载策略)。noAuth 本机直连 / 老 fixture 不带 ctx 时
|
|
60305
|
+
// 一律 owner —— 那条路径本来就只有本机 UI 走得到。
|
|
60306
|
+
principalKind: client?.principalKind ?? "owner",
|
|
60304
60307
|
...fileSharing,
|
|
60305
60308
|
...logShipping ? { logShipping } : {},
|
|
60306
60309
|
...onboardingCompletedAt !== void 0 ? { onboardingCompletedAt } : {}
|