@adhdev/daemon-standalone 1.0.29-rc.2 → 1.0.29-rc.4

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/public/index.html CHANGED
@@ -7,9 +7,9 @@
7
7
  <meta name="description" content="ADHDev self-hosted dashboard for controlling AI agents" />
8
8
  <link rel="icon" href="/otter-logo.png" />
9
9
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
10
- <script type="module" crossorigin src="/assets/index-B83k8HUW.js"></script>
10
+ <script type="module" crossorigin src="/assets/index-Cono379Q.js"></script>
11
11
  <link rel="modulepreload" crossorigin href="/assets/vendor-DyCWA2YZ.js">
12
- <link rel="stylesheet" crossorigin href="/assets/index-Jy4W-yh-.css">
12
+ <link rel="stylesheet" crossorigin href="/assets/index-DaANjDZS.css">
13
13
  </head>
14
14
  <body>
15
15
  <!-- Apply theme immediately to prevent FOIT (Flash of Incorrect Theme) -->
@@ -7930,6 +7930,7 @@ async function meshRefineNode(ctx, args) {
7930
7930
  ...args.execute !== void 0 ? { execute: args.execute } : {},
7931
7931
  ...args.dry_run !== void 0 ? { dryRun: args.dry_run } : {},
7932
7932
  ...coordinatorDaemonId ? { coordinatorDaemonId } : {},
7933
+ ...ctx.coordinatorSessionId ? { coordinatorSessionId: ctx.coordinatorSessionId } : {},
7933
7934
  inlineMesh: ctx.mesh
7934
7935
  });
7935
7936
  if (result?.success && result.async !== true && result.removeResult?.removed !== false) {
@@ -7951,6 +7952,7 @@ async function meshRefineBatch(ctx, args = {}) {
7951
7952
  ...args.execute !== void 0 ? { execute: args.execute } : {},
7952
7953
  ...args.dry_run !== void 0 ? { dryRun: args.dry_run } : {},
7953
7954
  ...coordinatorDaemonId ? { coordinatorDaemonId } : {},
7955
+ ...ctx.coordinatorSessionId ? { coordinatorSessionId: ctx.coordinatorSessionId } : {},
7954
7956
  inlineMesh: ctx.mesh
7955
7957
  });
7956
7958
  const payload = unwrapCommandPayload(result) ?? result;