adhdev 0.9.82-rc.413 → 0.9.82-rc.414

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.
@@ -1275,8 +1275,8 @@ function getDaemonBuildInfo() {
1275
1275
  if (cached) return cached;
1276
1276
  const commit = readInjected(true ? "7a774e95a82354f5357197b3c84f63e68b5f7a5d" : void 0) ?? "unknown";
1277
1277
  const commitShort = readInjected(true ? "7a774e95" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1278
- const version2 = readInjected(true ? "0.9.82-rc.413" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.413" : void 0) ?? "unknown";
1279
- const builtAt = readInjected(true ? "2026-06-28T11:48:44.271Z" : void 0);
1278
+ const version2 = readInjected(true ? "0.9.82-rc.414" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.414" : void 0) ?? "unknown";
1279
+ const builtAt = readInjected(true ? "2026-06-28T11:51:05.423Z" : void 0);
1280
1280
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1281
1281
  return cached;
1282
1282
  }
@@ -136459,7 +136459,7 @@ var init_adhdev_daemon = __esm({
136459
136459
  init_version();
136460
136460
  init_src();
136461
136461
  init_runtime_defaults();
136462
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.413" });
136462
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.414" });
136463
136463
  LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
136464
136464
  AdhdevDaemon = class _AdhdevDaemon {
136465
136465
  localHttpServer = null;
package/dist/cli/index.js CHANGED
@@ -1275,8 +1275,8 @@ function getDaemonBuildInfo() {
1275
1275
  if (cached) return cached;
1276
1276
  const commit = readInjected(true ? "7a774e95a82354f5357197b3c84f63e68b5f7a5d" : void 0) ?? "unknown";
1277
1277
  const commitShort = readInjected(true ? "7a774e95" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1278
- const version2 = readInjected(true ? "0.9.82-rc.413" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.413" : void 0) ?? "unknown";
1279
- const builtAt = readInjected(true ? "2026-06-28T11:48:44.271Z" : void 0);
1278
+ const version2 = readInjected(true ? "0.9.82-rc.414" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.414" : void 0) ?? "unknown";
1279
+ const builtAt = readInjected(true ? "2026-06-28T11:51:05.423Z" : void 0);
1280
1280
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1281
1281
  return cached;
1282
1282
  }
@@ -136429,7 +136429,7 @@ var init_adhdev_daemon = __esm({
136429
136429
  init_version();
136430
136430
  init_src();
136431
136431
  init_runtime_defaults();
136432
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.413" });
136432
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.414" });
136433
136433
  LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
136434
136434
  AdhdevDaemon = class _AdhdevDaemon {
136435
136435
  localHttpServer = null;
package/dist/index.js CHANGED
@@ -755,8 +755,8 @@ function getDaemonBuildInfo() {
755
755
  if (cached) return cached;
756
756
  const commit = readInjected(true ? "7a774e95a82354f5357197b3c84f63e68b5f7a5d" : void 0) ?? "unknown";
757
757
  const commitShort = readInjected(true ? "7a774e95" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
758
- const version2 = readInjected(true ? "0.9.82-rc.413" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.413" : void 0) ?? "unknown";
759
- const builtAt = readInjected(true ? "2026-06-28T11:48:44.271Z" : void 0);
758
+ const version2 = readInjected(true ? "0.9.82-rc.414" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.414" : void 0) ?? "unknown";
759
+ const builtAt = readInjected(true ? "2026-06-28T11:51:05.423Z" : void 0);
760
760
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
761
761
  return cached;
762
762
  }
@@ -105251,7 +105251,7 @@ var init_adhdev_daemon = __esm({
105251
105251
  init_version();
105252
105252
  init_src();
105253
105253
  init_runtime_defaults();
105254
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.413" });
105254
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.414" });
105255
105255
  LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
105256
105256
  AdhdevDaemon = class _AdhdevDaemon {
105257
105257
  localHttpServer = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.413",
3
+ "version": "0.9.82-rc.414",
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.413",
52
+ "@adhdev/daemon-core": "0.9.82-rc.414",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
- "@adhdev/mesh-shared": "0.9.82-rc.413",
54
+ "@adhdev/mesh-shared": "0.9.82-rc.414",
55
55
  "@modelcontextprotocol/sdk": "^1.0.0",
56
56
  "@xterm/addon-serialize": "^0.14.0",
57
57
  "@xterm/xterm": "^6.0.0",