adhdev 1.0.39-rc.8 → 1.0.39-rc.9

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 ? "37babf91fc649f590da3e4993d4aef18060c88d8" : void 0) ?? "unknown";
4443
4443
  const commitShort = readInjected(true ? "37babf91" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4444
- const version2 = readInjected(true ? "1.0.39-rc.8" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.8" : void 0) ?? "unknown";
4445
- const builtAt = readInjected(true ? "2026-08-08T02:45:00.795Z" : void 0);
4444
+ const version2 = readInjected(true ? "1.0.39-rc.9" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.9" : void 0) ?? "unknown";
4445
+ const builtAt = readInjected(true ? "2026-08-08T02:48:55.931Z" : void 0);
4446
4446
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4447
4447
  return cached;
4448
4448
  }
@@ -166464,7 +166464,7 @@ var init_adhdev_daemon = __esm({
166464
166464
  init_daemon_pid();
166465
166465
  init_src();
166466
166466
  init_runtime_defaults();
166467
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.8" });
166467
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.9" });
166468
166468
  AdhdevDaemon = class _AdhdevDaemon {
166469
166469
  localHttpServer = null;
166470
166470
  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 ? "37babf91fc649f590da3e4993d4aef18060c88d8" : void 0) ?? "unknown";
4443
4443
  const commitShort = readInjected(true ? "37babf91" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4444
- const version2 = readInjected(true ? "1.0.39-rc.8" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.8" : void 0) ?? "unknown";
4445
- const builtAt = readInjected(true ? "2026-08-08T02:45:00.795Z" : void 0);
4444
+ const version2 = readInjected(true ? "1.0.39-rc.9" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.9" : void 0) ?? "unknown";
4445
+ const builtAt = readInjected(true ? "2026-08-08T02:48:55.931Z" : void 0);
4446
4446
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4447
4447
  return cached;
4448
4448
  }
@@ -166414,7 +166414,7 @@ var init_adhdev_daemon = __esm({
166414
166414
  init_daemon_pid();
166415
166415
  init_src();
166416
166416
  init_runtime_defaults();
166417
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.8" });
166417
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.9" });
166418
166418
  AdhdevDaemon = class _AdhdevDaemon {
166419
166419
  localHttpServer = null;
166420
166420
  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 ? "37babf91fc649f590da3e4993d4aef18060c88d8" : void 0) ?? "unknown";
3989
3989
  const commitShort = readInjected(true ? "37babf91" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
3990
- const version2 = readInjected(true ? "1.0.39-rc.8" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.8" : void 0) ?? "unknown";
3991
- const builtAt = readInjected(true ? "2026-08-08T02:45:00.795Z" : void 0);
3990
+ const version2 = readInjected(true ? "1.0.39-rc.9" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.9" : void 0) ?? "unknown";
3991
+ const builtAt = readInjected(true ? "2026-08-08T02:48:55.931Z" : void 0);
3992
3992
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
3993
3993
  return cached;
3994
3994
  }
@@ -135234,7 +135234,7 @@ var init_adhdev_daemon = __esm({
135234
135234
  init_daemon_pid();
135235
135235
  init_src();
135236
135236
  init_runtime_defaults();
135237
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.8" });
135237
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.9" });
135238
135238
  AdhdevDaemon = class _AdhdevDaemon {
135239
135239
  localHttpServer = null;
135240
135240
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "1.0.39-rc.8",
3
+ "version": "1.0.39-rc.9",
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.39-rc.8",
53
+ "@adhdev/daemon-core": "1.0.39-rc.9",
54
54
  "@adhdev/ghostty-vt-node": "*",
55
- "@adhdev/mesh-shared": "1.0.39-rc.8",
55
+ "@adhdev/mesh-shared": "1.0.39-rc.9",
56
56
  "@modelcontextprotocol/sdk": "^1.0.0",
57
57
  "@xterm/addon-serialize": "^0.14.0",
58
58
  "@xterm/xterm": "^6.0.0",