adhdev 0.9.82-rc.391 → 0.9.82-rc.392

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.
@@ -1267,10 +1267,10 @@ function readInjected(value) {
1267
1267
  }
1268
1268
  function getDaemonBuildInfo() {
1269
1269
  if (cached) return cached;
1270
- const commit = readInjected(true ? "75257fc67bcdde54dd5c0220f7ac0b77ca95875d" : void 0) ?? "unknown";
1271
- const commitShort = readInjected(true ? "75257fc6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1272
- const version2 = readInjected(true ? "0.9.82-rc.391" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.391" : void 0) ?? "unknown";
1273
- const builtAt = readInjected(true ? "2026-06-26T11:25:42.970Z" : void 0);
1270
+ const commit = readInjected(true ? "62225119ccdbf6c3c153a4225ff6ba2032ad87e1" : void 0) ?? "unknown";
1271
+ const commitShort = readInjected(true ? "62225119" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1272
+ const version2 = readInjected(true ? "0.9.82-rc.392" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.392" : void 0) ?? "unknown";
1273
+ const builtAt = readInjected(true ? "2026-06-26T12:24:59.910Z" : void 0);
1274
1274
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1275
1275
  return cached;
1276
1276
  }
@@ -135135,7 +135135,7 @@ var init_adhdev_daemon = __esm({
135135
135135
  init_version();
135136
135136
  init_src();
135137
135137
  init_runtime_defaults();
135138
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.391" });
135138
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.392" });
135139
135139
  LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
135140
135140
  AdhdevDaemon = class _AdhdevDaemon {
135141
135141
  localHttpServer = null;
package/dist/cli/index.js CHANGED
@@ -1267,10 +1267,10 @@ function readInjected(value) {
1267
1267
  }
1268
1268
  function getDaemonBuildInfo() {
1269
1269
  if (cached) return cached;
1270
- const commit = readInjected(true ? "75257fc67bcdde54dd5c0220f7ac0b77ca95875d" : void 0) ?? "unknown";
1271
- const commitShort = readInjected(true ? "75257fc6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1272
- const version2 = readInjected(true ? "0.9.82-rc.391" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.391" : void 0) ?? "unknown";
1273
- const builtAt = readInjected(true ? "2026-06-26T11:25:42.970Z" : void 0);
1270
+ const commit = readInjected(true ? "62225119ccdbf6c3c153a4225ff6ba2032ad87e1" : void 0) ?? "unknown";
1271
+ const commitShort = readInjected(true ? "62225119" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1272
+ const version2 = readInjected(true ? "0.9.82-rc.392" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.392" : void 0) ?? "unknown";
1273
+ const builtAt = readInjected(true ? "2026-06-26T12:24:59.910Z" : void 0);
1274
1274
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1275
1275
  return cached;
1276
1276
  }
@@ -135105,7 +135105,7 @@ var init_adhdev_daemon = __esm({
135105
135105
  init_version();
135106
135106
  init_src();
135107
135107
  init_runtime_defaults();
135108
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.391" });
135108
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.392" });
135109
135109
  LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
135110
135110
  AdhdevDaemon = class _AdhdevDaemon {
135111
135111
  localHttpServer = null;
package/dist/index.js CHANGED
@@ -747,10 +747,10 @@ function readInjected(value) {
747
747
  }
748
748
  function getDaemonBuildInfo() {
749
749
  if (cached) return cached;
750
- const commit = readInjected(true ? "75257fc67bcdde54dd5c0220f7ac0b77ca95875d" : void 0) ?? "unknown";
751
- const commitShort = readInjected(true ? "75257fc6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
752
- const version2 = readInjected(true ? "0.9.82-rc.391" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.391" : void 0) ?? "unknown";
753
- const builtAt = readInjected(true ? "2026-06-26T11:25:42.970Z" : void 0);
750
+ const commit = readInjected(true ? "62225119ccdbf6c3c153a4225ff6ba2032ad87e1" : void 0) ?? "unknown";
751
+ const commitShort = readInjected(true ? "62225119" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
752
+ const version2 = readInjected(true ? "0.9.82-rc.392" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.392" : void 0) ?? "unknown";
753
+ const builtAt = readInjected(true ? "2026-06-26T12:24:59.910Z" : void 0);
754
754
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
755
755
  return cached;
756
756
  }
@@ -103927,7 +103927,7 @@ var init_adhdev_daemon = __esm({
103927
103927
  init_version();
103928
103928
  init_src();
103929
103929
  init_runtime_defaults();
103930
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.391" });
103930
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.392" });
103931
103931
  LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
103932
103932
  AdhdevDaemon = class _AdhdevDaemon {
103933
103933
  localHttpServer = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.391",
3
+ "version": "0.9.82-rc.392",
4
4
  "description": "ADHDev — Agent Dashboard Hub for Dev. The control hub for your AI coding agents (Claude Code, Codex, Hermes, …).",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -49,9 +49,9 @@
49
49
  "node": ">=18"
50
50
  },
51
51
  "dependencies": {
52
- "@adhdev/daemon-core": "0.9.82-rc.391",
52
+ "@adhdev/daemon-core": "0.9.82-rc.392",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
- "@adhdev/mesh-shared": "0.9.82-rc.391",
54
+ "@adhdev/mesh-shared": "0.9.82-rc.392",
55
55
  "@modelcontextprotocol/sdk": "^1.0.0",
56
56
  "@xterm/addon-serialize": "^0.14.0",
57
57
  "@xterm/xterm": "^6.0.0",
@@ -3421,6 +3421,7 @@ async function meshEnqueueTask(ctx, args) {
3421
3421
  }
3422
3422
  {
3423
3423
  const queueTrigger = await triggerMeshQueueAndReport(ctx);
3424
+ const coordinatorDaemonId = resolveCoordinatorDaemonId(ctx);
3424
3425
  const dispatchPromises = [];
3425
3426
  for (const node of ctx.mesh.nodes) {
3426
3427
  const isLocalNode = isLocalControlPlaneNode(ctx, node);
@@ -3428,7 +3429,15 @@ async function meshEnqueueTask(ctx, args) {
3428
3429
  if (targetNodeId && node.id !== targetNodeId) continue;
3429
3430
  if (!(0, import_daemon_core3.nodeSatisfiesRequiredTags)(requiredTags, (0, import_daemon_core3.buildMeshNodeCapabilityTags)(node))) continue;
3430
3431
  dispatchPromises.push(
3431
- ipcDispatchToRemoteAgent(ctx, node, { message: args.message }).then((result) => {
3432
+ ipcDispatchToRemoteAgent(ctx, node, {
3433
+ message: args.message,
3434
+ meshContext: {
3435
+ meshId: ctx.mesh.id,
3436
+ nodeId: node.id,
3437
+ taskId: task.id,
3438
+ ...coordinatorDaemonId ? { coordinatorDaemonId } : {}
3439
+ }
3440
+ }).then((result) => {
3432
3441
  if (result.success) {
3433
3442
  try {
3434
3443
  const providerType = result.providerType;