adhdev 0.9.82-rc.466 → 0.9.82-rc.467

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.
@@ -1295,8 +1295,8 @@ function getDaemonBuildInfo() {
1295
1295
  if (cached) return cached;
1296
1296
  const commit = readInjected(true ? "e0f04b7d54855e0f0d5ed4200078d95596ab9f6f" : void 0) ?? "unknown";
1297
1297
  const commitShort = readInjected(true ? "e0f04b7d" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1298
- const version2 = readInjected(true ? "0.9.82-rc.466" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.466" : void 0) ?? "unknown";
1299
- const builtAt = readInjected(true ? "2026-07-05T08:19:07.603Z" : void 0);
1298
+ const version2 = readInjected(true ? "0.9.82-rc.467" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.467" : void 0) ?? "unknown";
1299
+ const builtAt = readInjected(true ? "2026-07-05T10:01:46.727Z" : void 0);
1300
1300
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1301
1301
  return cached;
1302
1302
  }
@@ -141106,7 +141106,7 @@ var init_adhdev_daemon = __esm({
141106
141106
  init_daemon_pid();
141107
141107
  init_src();
141108
141108
  init_runtime_defaults();
141109
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.466" });
141109
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.467" });
141110
141110
  AdhdevDaemon = class _AdhdevDaemon {
141111
141111
  localHttpServer = null;
141112
141112
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -1295,8 +1295,8 @@ function getDaemonBuildInfo() {
1295
1295
  if (cached) return cached;
1296
1296
  const commit = readInjected(true ? "e0f04b7d54855e0f0d5ed4200078d95596ab9f6f" : void 0) ?? "unknown";
1297
1297
  const commitShort = readInjected(true ? "e0f04b7d" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1298
- const version2 = readInjected(true ? "0.9.82-rc.466" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.466" : void 0) ?? "unknown";
1299
- const builtAt = readInjected(true ? "2026-07-05T08:19:07.603Z" : void 0);
1298
+ const version2 = readInjected(true ? "0.9.82-rc.467" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.467" : void 0) ?? "unknown";
1299
+ const builtAt = readInjected(true ? "2026-07-05T10:01:46.727Z" : void 0);
1300
1300
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1301
1301
  return cached;
1302
1302
  }
@@ -141076,7 +141076,7 @@ var init_adhdev_daemon = __esm({
141076
141076
  init_daemon_pid();
141077
141077
  init_src();
141078
141078
  init_runtime_defaults();
141079
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.466" });
141079
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.467" });
141080
141080
  AdhdevDaemon = class _AdhdevDaemon {
141081
141081
  localHttpServer = null;
141082
141082
  localWss = null;
package/dist/index.js CHANGED
@@ -775,8 +775,8 @@ function getDaemonBuildInfo() {
775
775
  if (cached) return cached;
776
776
  const commit = readInjected(true ? "e0f04b7d54855e0f0d5ed4200078d95596ab9f6f" : void 0) ?? "unknown";
777
777
  const commitShort = readInjected(true ? "e0f04b7d" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
778
- const version2 = readInjected(true ? "0.9.82-rc.466" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.466" : void 0) ?? "unknown";
779
- const builtAt = readInjected(true ? "2026-07-05T08:19:07.603Z" : void 0);
778
+ const version2 = readInjected(true ? "0.9.82-rc.467" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.467" : void 0) ?? "unknown";
779
+ const builtAt = readInjected(true ? "2026-07-05T10:01:46.727Z" : void 0);
780
780
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
781
781
  return cached;
782
782
  }
@@ -109940,7 +109940,7 @@ var init_adhdev_daemon = __esm({
109940
109940
  init_daemon_pid();
109941
109941
  init_src();
109942
109942
  init_runtime_defaults();
109943
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.466" });
109943
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.467" });
109944
109944
  AdhdevDaemon = class _AdhdevDaemon {
109945
109945
  localHttpServer = null;
109946
109946
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.466",
3
+ "version": "0.9.82-rc.467",
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.466",
52
+ "@adhdev/daemon-core": "0.9.82-rc.467",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
- "@adhdev/mesh-shared": "0.9.82-rc.466",
54
+ "@adhdev/mesh-shared": "0.9.82-rc.467",
55
55
  "@modelcontextprotocol/sdk": "^1.0.0",
56
56
  "@xterm/addon-serialize": "^0.14.0",
57
57
  "@xterm/xterm": "^6.0.0",