adhdev 0.9.82-rc.478 → 0.9.82-rc.479

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.
@@ -1293,10 +1293,10 @@ function readInjected(value) {
1293
1293
  }
1294
1294
  function getDaemonBuildInfo() {
1295
1295
  if (cached) return cached;
1296
- const commit = readInjected(true ? "5ae79caf6a3117a9b9353f4a2dfd2083e2657007" : void 0) ?? "unknown";
1297
- const commitShort = readInjected(true ? "5ae79caf" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1298
- const version2 = readInjected(true ? "0.9.82-rc.478" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.478" : void 0) ?? "unknown";
1299
- const builtAt = readInjected(true ? "2026-07-06T19:05:20.343Z" : void 0);
1296
+ const commit = readInjected(true ? "6d7bacdddb31d77f5aa1c900d667702ab9acb472" : void 0) ?? "unknown";
1297
+ const commitShort = readInjected(true ? "6d7bacdd" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1298
+ const version2 = readInjected(true ? "0.9.82-rc.479" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.479" : void 0) ?? "unknown";
1299
+ const builtAt = readInjected(true ? "2026-07-06T19:58:32.201Z" : void 0);
1300
1300
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1301
1301
  return cached;
1302
1302
  }
@@ -141908,7 +141908,7 @@ var init_adhdev_daemon = __esm({
141908
141908
  init_daemon_pid();
141909
141909
  init_src();
141910
141910
  init_runtime_defaults();
141911
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.478" });
141911
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.479" });
141912
141912
  AdhdevDaemon = class _AdhdevDaemon {
141913
141913
  localHttpServer = null;
141914
141914
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -1293,10 +1293,10 @@ function readInjected(value) {
1293
1293
  }
1294
1294
  function getDaemonBuildInfo() {
1295
1295
  if (cached) return cached;
1296
- const commit = readInjected(true ? "5ae79caf6a3117a9b9353f4a2dfd2083e2657007" : void 0) ?? "unknown";
1297
- const commitShort = readInjected(true ? "5ae79caf" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1298
- const version2 = readInjected(true ? "0.9.82-rc.478" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.478" : void 0) ?? "unknown";
1299
- const builtAt = readInjected(true ? "2026-07-06T19:05:20.343Z" : void 0);
1296
+ const commit = readInjected(true ? "6d7bacdddb31d77f5aa1c900d667702ab9acb472" : void 0) ?? "unknown";
1297
+ const commitShort = readInjected(true ? "6d7bacdd" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1298
+ const version2 = readInjected(true ? "0.9.82-rc.479" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.479" : void 0) ?? "unknown";
1299
+ const builtAt = readInjected(true ? "2026-07-06T19:58:32.201Z" : void 0);
1300
1300
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1301
1301
  return cached;
1302
1302
  }
@@ -141878,7 +141878,7 @@ var init_adhdev_daemon = __esm({
141878
141878
  init_daemon_pid();
141879
141879
  init_src();
141880
141880
  init_runtime_defaults();
141881
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.478" });
141881
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.479" });
141882
141882
  AdhdevDaemon = class _AdhdevDaemon {
141883
141883
  localHttpServer = null;
141884
141884
  localWss = null;
package/dist/index.js CHANGED
@@ -773,10 +773,10 @@ function readInjected(value) {
773
773
  }
774
774
  function getDaemonBuildInfo() {
775
775
  if (cached) return cached;
776
- const commit = readInjected(true ? "5ae79caf6a3117a9b9353f4a2dfd2083e2657007" : void 0) ?? "unknown";
777
- const commitShort = readInjected(true ? "5ae79caf" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
778
- const version2 = readInjected(true ? "0.9.82-rc.478" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.478" : void 0) ?? "unknown";
779
- const builtAt = readInjected(true ? "2026-07-06T19:05:20.343Z" : void 0);
776
+ const commit = readInjected(true ? "6d7bacdddb31d77f5aa1c900d667702ab9acb472" : void 0) ?? "unknown";
777
+ const commitShort = readInjected(true ? "6d7bacdd" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
778
+ const version2 = readInjected(true ? "0.9.82-rc.479" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.479" : void 0) ?? "unknown";
779
+ const builtAt = readInjected(true ? "2026-07-06T19:58:32.201Z" : void 0);
780
780
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
781
781
  return cached;
782
782
  }
@@ -110742,7 +110742,7 @@ var init_adhdev_daemon = __esm({
110742
110742
  init_daemon_pid();
110743
110743
  init_src();
110744
110744
  init_runtime_defaults();
110745
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.478" });
110745
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.479" });
110746
110746
  AdhdevDaemon = class _AdhdevDaemon {
110747
110747
  localHttpServer = null;
110748
110748
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.478",
3
+ "version": "0.9.82-rc.479",
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.478",
52
+ "@adhdev/daemon-core": "0.9.82-rc.479",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
- "@adhdev/mesh-shared": "0.9.82-rc.478",
54
+ "@adhdev/mesh-shared": "0.9.82-rc.479",
55
55
  "@modelcontextprotocol/sdk": "^1.0.0",
56
56
  "@xterm/addon-serialize": "^0.14.0",
57
57
  "@xterm/xterm": "^6.0.0",