adhdev 0.9.82-rc.433 → 0.9.82-rc.434

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 ? "bf124fd471f6149d84a75594a6adaaff75793523" : void 0) ?? "unknown";
1297
1297
  const commitShort = readInjected(true ? "bf124fd4" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1298
- const version2 = readInjected(true ? "0.9.82-rc.433" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.433" : void 0) ?? "unknown";
1299
- const builtAt = readInjected(true ? "2026-06-30T14:22:48.657Z" : void 0);
1298
+ const version2 = readInjected(true ? "0.9.82-rc.434" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.434" : void 0) ?? "unknown";
1299
+ const builtAt = readInjected(true ? "2026-06-30T14:44:32.372Z" : void 0);
1300
1300
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1301
1301
  return cached;
1302
1302
  }
@@ -137511,7 +137511,7 @@ var init_adhdev_daemon = __esm({
137511
137511
  init_version();
137512
137512
  init_src();
137513
137513
  init_runtime_defaults();
137514
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.433" });
137514
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.434" });
137515
137515
  LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
137516
137516
  AdhdevDaemon = class _AdhdevDaemon {
137517
137517
  localHttpServer = 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 ? "bf124fd471f6149d84a75594a6adaaff75793523" : void 0) ?? "unknown";
1297
1297
  const commitShort = readInjected(true ? "bf124fd4" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1298
- const version2 = readInjected(true ? "0.9.82-rc.433" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.433" : void 0) ?? "unknown";
1299
- const builtAt = readInjected(true ? "2026-06-30T14:22:48.657Z" : void 0);
1298
+ const version2 = readInjected(true ? "0.9.82-rc.434" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.434" : void 0) ?? "unknown";
1299
+ const builtAt = readInjected(true ? "2026-06-30T14:44:32.372Z" : void 0);
1300
1300
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1301
1301
  return cached;
1302
1302
  }
@@ -137481,7 +137481,7 @@ var init_adhdev_daemon = __esm({
137481
137481
  init_version();
137482
137482
  init_src();
137483
137483
  init_runtime_defaults();
137484
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.433" });
137484
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.434" });
137485
137485
  LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
137486
137486
  AdhdevDaemon = class _AdhdevDaemon {
137487
137487
  localHttpServer = null;
package/dist/index.js CHANGED
@@ -775,8 +775,8 @@ function getDaemonBuildInfo() {
775
775
  if (cached) return cached;
776
776
  const commit = readInjected(true ? "bf124fd471f6149d84a75594a6adaaff75793523" : void 0) ?? "unknown";
777
777
  const commitShort = readInjected(true ? "bf124fd4" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
778
- const version2 = readInjected(true ? "0.9.82-rc.433" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.433" : void 0) ?? "unknown";
779
- const builtAt = readInjected(true ? "2026-06-30T14:22:48.657Z" : void 0);
778
+ const version2 = readInjected(true ? "0.9.82-rc.434" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.434" : void 0) ?? "unknown";
779
+ const builtAt = readInjected(true ? "2026-06-30T14:44:32.372Z" : void 0);
780
780
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
781
781
  return cached;
782
782
  }
@@ -106303,7 +106303,7 @@ var init_adhdev_daemon = __esm({
106303
106303
  init_version();
106304
106304
  init_src();
106305
106305
  init_runtime_defaults();
106306
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.433" });
106306
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.434" });
106307
106307
  LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
106308
106308
  AdhdevDaemon = class _AdhdevDaemon {
106309
106309
  localHttpServer = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.433",
3
+ "version": "0.9.82-rc.434",
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.433",
52
+ "@adhdev/daemon-core": "0.9.82-rc.434",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
- "@adhdev/mesh-shared": "0.9.82-rc.433",
54
+ "@adhdev/mesh-shared": "0.9.82-rc.434",
55
55
  "@modelcontextprotocol/sdk": "^1.0.0",
56
56
  "@xterm/addon-serialize": "^0.14.0",
57
57
  "@xterm/xterm": "^6.0.0",