adhdev 1.0.38-rc.7 → 1.0.38-rc.8

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.
@@ -4441,8 +4441,8 @@ function getDaemonBuildInfo() {
4441
4441
  if (cached) return cached;
4442
4442
  const commit = readInjected(true ? "5896f4ca87363708599a8f645c75de37a4510a78" : void 0) ?? "unknown";
4443
4443
  const commitShort = readInjected(true ? "5896f4ca" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4444
- const version2 = readInjected(true ? "1.0.38-rc.7" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.38-rc.7" : void 0) ?? "unknown";
4445
- const builtAt = readInjected(true ? "2026-08-06T13:59:12.830Z" : void 0);
4444
+ const version2 = readInjected(true ? "1.0.38-rc.8" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.38-rc.8" : void 0) ?? "unknown";
4445
+ const builtAt = readInjected(true ? "2026-08-06T14:02:56.936Z" : void 0);
4446
4446
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4447
4447
  return cached;
4448
4448
  }
@@ -167601,7 +167601,7 @@ var init_adhdev_daemon = __esm({
167601
167601
  init_daemon_pid();
167602
167602
  init_src();
167603
167603
  init_runtime_defaults();
167604
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.38-rc.7" });
167604
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.38-rc.8" });
167605
167605
  AdhdevDaemon = class _AdhdevDaemon {
167606
167606
  localHttpServer = null;
167607
167607
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -4441,8 +4441,8 @@ function getDaemonBuildInfo() {
4441
4441
  if (cached) return cached;
4442
4442
  const commit = readInjected(true ? "5896f4ca87363708599a8f645c75de37a4510a78" : void 0) ?? "unknown";
4443
4443
  const commitShort = readInjected(true ? "5896f4ca" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4444
- const version2 = readInjected(true ? "1.0.38-rc.7" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.38-rc.7" : void 0) ?? "unknown";
4445
- const builtAt = readInjected(true ? "2026-08-06T13:59:12.830Z" : void 0);
4444
+ const version2 = readInjected(true ? "1.0.38-rc.8" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.38-rc.8" : void 0) ?? "unknown";
4445
+ const builtAt = readInjected(true ? "2026-08-06T14:02:56.936Z" : void 0);
4446
4446
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4447
4447
  return cached;
4448
4448
  }
@@ -167551,7 +167551,7 @@ var init_adhdev_daemon = __esm({
167551
167551
  init_daemon_pid();
167552
167552
  init_src();
167553
167553
  init_runtime_defaults();
167554
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.38-rc.7" });
167554
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.38-rc.8" });
167555
167555
  AdhdevDaemon = class _AdhdevDaemon {
167556
167556
  localHttpServer = null;
167557
167557
  localWss = null;
package/dist/index.js CHANGED
@@ -3987,8 +3987,8 @@ function getDaemonBuildInfo() {
3987
3987
  if (cached) return cached;
3988
3988
  const commit = readInjected(true ? "5896f4ca87363708599a8f645c75de37a4510a78" : void 0) ?? "unknown";
3989
3989
  const commitShort = readInjected(true ? "5896f4ca" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
3990
- const version2 = readInjected(true ? "1.0.38-rc.7" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.38-rc.7" : void 0) ?? "unknown";
3991
- const builtAt = readInjected(true ? "2026-08-06T13:59:12.830Z" : void 0);
3990
+ const version2 = readInjected(true ? "1.0.38-rc.8" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.38-rc.8" : void 0) ?? "unknown";
3991
+ const builtAt = readInjected(true ? "2026-08-06T14:02:56.936Z" : void 0);
3992
3992
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
3993
3993
  return cached;
3994
3994
  }
@@ -136371,7 +136371,7 @@ var init_adhdev_daemon = __esm({
136371
136371
  init_daemon_pid();
136372
136372
  init_src();
136373
136373
  init_runtime_defaults();
136374
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.38-rc.7" });
136374
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.38-rc.8" });
136375
136375
  AdhdevDaemon = class _AdhdevDaemon {
136376
136376
  localHttpServer = null;
136377
136377
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "1.0.38-rc.7",
3
+ "version": "1.0.38-rc.8",
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": {
@@ -50,9 +50,9 @@
50
50
  "node": ">=18"
51
51
  },
52
52
  "dependencies": {
53
- "@adhdev/daemon-core": "1.0.38-rc.7",
53
+ "@adhdev/daemon-core": "1.0.38-rc.8",
54
54
  "@adhdev/ghostty-vt-node": "*",
55
- "@adhdev/mesh-shared": "1.0.38-rc.7",
55
+ "@adhdev/mesh-shared": "1.0.38-rc.8",
56
56
  "@modelcontextprotocol/sdk": "^1.0.0",
57
57
  "@xterm/addon-serialize": "^0.14.0",
58
58
  "@xterm/xterm": "^6.0.0",