adhdev 0.9.82-rc.290 → 0.9.82-rc.291

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.
@@ -1149,8 +1149,8 @@ function getDaemonBuildInfo() {
1149
1149
  if (cached) return cached;
1150
1150
  const commit = readInjected(true ? "396cb9c4084ea658cd3606b76948987cd875f138" : void 0) ?? "unknown";
1151
1151
  const commitShort = readInjected(true ? "396cb9c4" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1152
- const version2 = readInjected(true ? "0.9.82-rc.290" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.290" : void 0) ?? "unknown";
1153
- const builtAt = readInjected(true ? "2026-06-16T06:39:57.345Z" : void 0);
1152
+ const version2 = readInjected(true ? "0.9.82-rc.291" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.291" : void 0) ?? "unknown";
1153
+ const builtAt = readInjected(true ? "2026-06-16T06:42:47.941Z" : void 0);
1154
1154
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1155
1155
  return cached;
1156
1156
  }
@@ -127876,7 +127876,7 @@ var init_adhdev_daemon = __esm({
127876
127876
  init_version();
127877
127877
  init_src();
127878
127878
  init_runtime_defaults();
127879
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.290" });
127879
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.291" });
127880
127880
  LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
127881
127881
  AdhdevDaemon = class _AdhdevDaemon {
127882
127882
  localHttpServer = null;
package/dist/cli/index.js CHANGED
@@ -1149,8 +1149,8 @@ function getDaemonBuildInfo() {
1149
1149
  if (cached) return cached;
1150
1150
  const commit = readInjected(true ? "396cb9c4084ea658cd3606b76948987cd875f138" : void 0) ?? "unknown";
1151
1151
  const commitShort = readInjected(true ? "396cb9c4" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1152
- const version2 = readInjected(true ? "0.9.82-rc.290" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.290" : void 0) ?? "unknown";
1153
- const builtAt = readInjected(true ? "2026-06-16T06:39:57.345Z" : void 0);
1152
+ const version2 = readInjected(true ? "0.9.82-rc.291" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.291" : void 0) ?? "unknown";
1153
+ const builtAt = readInjected(true ? "2026-06-16T06:42:47.941Z" : void 0);
1154
1154
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1155
1155
  return cached;
1156
1156
  }
@@ -127846,7 +127846,7 @@ var init_adhdev_daemon = __esm({
127846
127846
  init_version();
127847
127847
  init_src();
127848
127848
  init_runtime_defaults();
127849
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.290" });
127849
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.291" });
127850
127850
  LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
127851
127851
  AdhdevDaemon = class _AdhdevDaemon {
127852
127852
  localHttpServer = null;
package/dist/index.js CHANGED
@@ -629,8 +629,8 @@ function getDaemonBuildInfo() {
629
629
  if (cached) return cached;
630
630
  const commit = readInjected(true ? "396cb9c4084ea658cd3606b76948987cd875f138" : void 0) ?? "unknown";
631
631
  const commitShort = readInjected(true ? "396cb9c4" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
632
- const version2 = readInjected(true ? "0.9.82-rc.290" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.290" : void 0) ?? "unknown";
633
- const builtAt = readInjected(true ? "2026-06-16T06:39:57.345Z" : void 0);
632
+ const version2 = readInjected(true ? "0.9.82-rc.291" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.291" : void 0) ?? "unknown";
633
+ const builtAt = readInjected(true ? "2026-06-16T06:42:47.941Z" : void 0);
634
634
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
635
635
  return cached;
636
636
  }
@@ -96668,7 +96668,7 @@ var init_adhdev_daemon = __esm({
96668
96668
  init_version();
96669
96669
  init_src();
96670
96670
  init_runtime_defaults();
96671
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.290" });
96671
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.291" });
96672
96672
  LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
96673
96673
  AdhdevDaemon = class _AdhdevDaemon {
96674
96674
  localHttpServer = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.290",
3
+ "version": "0.9.82-rc.291",
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.290",
52
+ "@adhdev/daemon-core": "0.9.82-rc.291",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
- "@adhdev/mesh-shared": "0.9.82-rc.290",
54
+ "@adhdev/mesh-shared": "0.9.82-rc.291",
55
55
  "@modelcontextprotocol/sdk": "^1.0.0",
56
56
  "@xterm/addon-serialize": "^0.14.0",
57
57
  "@xterm/xterm": "^6.0.0",