adhdev 1.0.39-rc.10 → 1.0.39-rc.11

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 ? "e83658a6a9fa9fe9529dd88548adac8581276d02" : void 0) ?? "unknown";
4443
4443
  const commitShort = readInjected(true ? "e83658a6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4444
- const version2 = readInjected(true ? "1.0.39-rc.10" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.10" : void 0) ?? "unknown";
4445
- const builtAt = readInjected(true ? "2026-08-08T05:14:59.234Z" : void 0);
4444
+ const version2 = readInjected(true ? "1.0.39-rc.11" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.11" : void 0) ?? "unknown";
4445
+ const builtAt = readInjected(true ? "2026-08-08T05:17:46.666Z" : void 0);
4446
4446
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4447
4447
  return cached;
4448
4448
  }
@@ -166467,7 +166467,7 @@ var init_adhdev_daemon = __esm({
166467
166467
  init_daemon_pid();
166468
166468
  init_src();
166469
166469
  init_runtime_defaults();
166470
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.10" });
166470
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.11" });
166471
166471
  AdhdevDaemon = class _AdhdevDaemon {
166472
166472
  localHttpServer = null;
166473
166473
  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 ? "e83658a6a9fa9fe9529dd88548adac8581276d02" : void 0) ?? "unknown";
4443
4443
  const commitShort = readInjected(true ? "e83658a6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4444
- const version2 = readInjected(true ? "1.0.39-rc.10" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.10" : void 0) ?? "unknown";
4445
- const builtAt = readInjected(true ? "2026-08-08T05:14:59.234Z" : void 0);
4444
+ const version2 = readInjected(true ? "1.0.39-rc.11" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.11" : void 0) ?? "unknown";
4445
+ const builtAt = readInjected(true ? "2026-08-08T05:17:46.666Z" : void 0);
4446
4446
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4447
4447
  return cached;
4448
4448
  }
@@ -166417,7 +166417,7 @@ var init_adhdev_daemon = __esm({
166417
166417
  init_daemon_pid();
166418
166418
  init_src();
166419
166419
  init_runtime_defaults();
166420
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.10" });
166420
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.11" });
166421
166421
  AdhdevDaemon = class _AdhdevDaemon {
166422
166422
  localHttpServer = null;
166423
166423
  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 ? "e83658a6a9fa9fe9529dd88548adac8581276d02" : void 0) ?? "unknown";
3989
3989
  const commitShort = readInjected(true ? "e83658a6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
3990
- const version2 = readInjected(true ? "1.0.39-rc.10" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.10" : void 0) ?? "unknown";
3991
- const builtAt = readInjected(true ? "2026-08-08T05:14:59.234Z" : void 0);
3990
+ const version2 = readInjected(true ? "1.0.39-rc.11" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.11" : void 0) ?? "unknown";
3991
+ const builtAt = readInjected(true ? "2026-08-08T05:17:46.666Z" : void 0);
3992
3992
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
3993
3993
  return cached;
3994
3994
  }
@@ -135237,7 +135237,7 @@ var init_adhdev_daemon = __esm({
135237
135237
  init_daemon_pid();
135238
135238
  init_src();
135239
135239
  init_runtime_defaults();
135240
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.10" });
135240
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.11" });
135241
135241
  AdhdevDaemon = class _AdhdevDaemon {
135242
135242
  localHttpServer = null;
135243
135243
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "1.0.39-rc.10",
3
+ "version": "1.0.39-rc.11",
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.10",
53
+ "@adhdev/daemon-core": "1.0.39-rc.11",
54
54
  "@adhdev/ghostty-vt-node": "*",
55
- "@adhdev/mesh-shared": "1.0.39-rc.10",
55
+ "@adhdev/mesh-shared": "1.0.39-rc.11",
56
56
  "@modelcontextprotocol/sdk": "^1.0.0",
57
57
  "@xterm/addon-serialize": "^0.14.0",
58
58
  "@xterm/xterm": "^6.0.0",