@agentvault/agentvault 0.23.34 → 0.23.35

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.js CHANGED
@@ -50506,11 +50506,6 @@ var init_clientConfig = __esm({
50506
50506
  });
50507
50507
 
50508
50508
  // ../crypto/node_modules/ts-mls/dist/src/util/array.js
50509
- function arraysEqual(a2, b2) {
50510
- if (a2.length !== b2.length)
50511
- return false;
50512
- return a2.every((val, index) => val === b2[index]);
50513
- }
50514
50509
  var init_array = __esm({
50515
50510
  "../crypto/node_modules/ts-mls/dist/src/util/array.js"() {
50516
50511
  }
@@ -50699,7 +50694,7 @@ async function validateRatchetTree(tree, groupContext, config2, authService, tre
50699
50694
  if (dpNode !== void 0) {
50700
50695
  if (dpNode.nodeType !== "parent")
50701
50696
  return new InternalError("Expected parent node");
50702
- if (!arraysEqual(dpNode.parent.unmergedLeaves, n2.parent.unmergedLeaves))
50697
+ if (!dpNode.parent.unmergedLeaves.includes(unmergedLeaf))
50703
50698
  return new ValidationError("non-blank intermediate node must list leaf node in its unmerged_leaves");
50704
50699
  }
50705
50700
  }
@@ -63267,11 +63262,11 @@ var init_mls_kp_pool = __esm({
63267
63262
 
63268
63263
  // src/client-version.ts
63269
63264
  function ownIdentity() {
63270
- const v2 = true ? "0.23.34" : FALLBACK;
63265
+ const v2 = true ? "0.23.35" : FALLBACK;
63271
63266
  return `${PACKAGE}@${v2}`;
63272
63267
  }
63273
63268
  function buildSha() {
63274
- const raw = true ? "6b305ca-dirty" : "";
63269
+ const raw = true ? "0160bbb-dirty" : "";
63275
63270
  const cleaned = (raw ?? "").trim();
63276
63271
  return !cleaned || cleaned === "unknown" ? null : cleaned;
63277
63272
  }
@@ -65482,7 +65477,7 @@ var init_channel = __esm({
65482
65477
  */
65483
65478
  sendActivitySpan(spanData) {
65484
65479
  if (!this._ws || this._ws.readyState !== WebSocket.OPEN) return;
65485
- const pluginVersion = true ? "0.23.34" : "0.0.0-dev";
65480
+ const pluginVersion = true ? "0.23.35" : "0.0.0-dev";
65486
65481
  const agentName = this.config.agentName ?? "Agent";
65487
65482
  const resource = {
65488
65483
  "service.name": "agentvault-agent",
@@ -67420,7 +67415,7 @@ var init_channel = __esm({
67420
67415
  agentVersion: this.config.agentVersion ?? "0.0.0",
67421
67416
  // __AV_VERSION__ is injected by esbuild from package.json at build time.
67422
67417
  // Falls back to "0.0.0-dev" in non-bundled contexts (tests).
67423
- pluginVersion: true ? "0.23.34" : "0.0.0-dev"
67418
+ pluginVersion: true ? "0.23.35" : "0.0.0-dev"
67424
67419
  });
67425
67420
  this._telemetryReporter.startAutoFlush(3e4);
67426
67421
  }
@@ -67744,7 +67739,7 @@ var init_channel = __esm({
67744
67739
  agentVersion: this.config.agentVersion ?? "0.0.0",
67745
67740
  // __AV_VERSION__ is injected by esbuild from package.json at build time.
67746
67741
  // Falls back to "0.0.0-dev" in non-bundled contexts (tests).
67747
- pluginVersion: true ? "0.23.34" : "0.0.0-dev"
67742
+ pluginVersion: true ? "0.23.35" : "0.0.0-dev"
67748
67743
  });
67749
67744
  this._telemetryReporter.startAutoFlush(3e4);
67750
67745
  }
@@ -92530,7 +92525,7 @@ var init_index = __esm({
92530
92525
  await init_skill_telemetry();
92531
92526
  await init_policy_enforcer();
92532
92527
  init_room_protocol();
92533
- VERSION = true ? "0.23.34" : "0.0.0-dev";
92528
+ VERSION = true ? "0.23.35" : "0.0.0-dev";
92534
92529
  }
92535
92530
  });
92536
92531
 
@@ -92627,9 +92622,9 @@ function describeSdkCapabilities(results) {
92627
92622
  function describeBuildIdentity() {
92628
92623
  const name2 = "Build identity";
92629
92624
  try {
92630
- const raw = true ? "6b305ca-dirty" : "";
92625
+ const raw = true ? "0160bbb-dirty" : "";
92631
92626
  const sha = (raw ?? "").trim();
92632
- const at = true ? "2026-09-04T12:36:53.105Z".trim() : "";
92627
+ const at = true ? "2026-09-04T13:24:45.021Z".trim() : "";
92633
92628
  const built = at ? ` built ${at}` : "";
92634
92629
  if (!sha || sha === "unknown") {
92635
92630
  return {