adhdev 1.0.58-rc.77 → 1.0.58-rc.78

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.
@@ -4655,10 +4655,10 @@ function readInjected(value) {
4655
4655
  }
4656
4656
  function getDaemonBuildInfo() {
4657
4657
  if (cached) return cached;
4658
- const commit = readInjected(true ? "7bbcd41fe25a55de9d7eebd8f69b96e3afce6c72" : void 0) ?? "unknown";
4659
- const commitShort = readInjected(true ? "7bbcd41f" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4660
- const version2 = readInjected(true ? "1.0.58-rc.77" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.58-rc.77" : void 0) ?? "unknown";
4661
- const builtAt = readInjected(true ? "2026-09-05T06:23:58.955Z" : void 0);
4658
+ const commit = readInjected(true ? "75c8f07aa67367de0db8dbeb94e697f8e277fc5a" : void 0) ?? "unknown";
4659
+ const commitShort = readInjected(true ? "75c8f07a" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4660
+ const version2 = readInjected(true ? "1.0.58-rc.78" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.58-rc.78" : void 0) ?? "unknown";
4661
+ const builtAt = readInjected(true ? "2026-09-05T07:57:07.838Z" : void 0);
4662
4662
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4663
4663
  return cached;
4664
4664
  }
@@ -200971,7 +200971,7 @@ var init_adhdev_daemon = __esm({
200971
200971
  init_daemon_local_ipc_http();
200972
200972
  init_daemon_pid();
200973
200973
  init_src();
200974
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.77" });
200974
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.78" });
200975
200975
  AdhdevDaemon = class _AdhdevDaemon {
200976
200976
  localHttpServer = null;
200977
200977
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -4655,10 +4655,10 @@ function readInjected(value) {
4655
4655
  }
4656
4656
  function getDaemonBuildInfo() {
4657
4657
  if (cached) return cached;
4658
- const commit = readInjected(true ? "7bbcd41fe25a55de9d7eebd8f69b96e3afce6c72" : void 0) ?? "unknown";
4659
- const commitShort = readInjected(true ? "7bbcd41f" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4660
- const version2 = readInjected(true ? "1.0.58-rc.77" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.58-rc.77" : void 0) ?? "unknown";
4661
- const builtAt = readInjected(true ? "2026-09-05T06:23:58.955Z" : void 0);
4658
+ const commit = readInjected(true ? "75c8f07aa67367de0db8dbeb94e697f8e277fc5a" : void 0) ?? "unknown";
4659
+ const commitShort = readInjected(true ? "75c8f07a" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4660
+ const version2 = readInjected(true ? "1.0.58-rc.78" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.58-rc.78" : void 0) ?? "unknown";
4661
+ const builtAt = readInjected(true ? "2026-09-05T07:57:07.838Z" : void 0);
4662
4662
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4663
4663
  return cached;
4664
4664
  }
@@ -200838,7 +200838,7 @@ var init_adhdev_daemon = __esm({
200838
200838
  init_daemon_local_ipc_http();
200839
200839
  init_daemon_pid();
200840
200840
  init_src();
200841
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.77" });
200841
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.78" });
200842
200842
  AdhdevDaemon = class _AdhdevDaemon {
200843
200843
  localHttpServer = null;
200844
200844
  localWss = null;
package/dist/index.js CHANGED
@@ -4201,10 +4201,10 @@ function readInjected(value) {
4201
4201
  }
4202
4202
  function getDaemonBuildInfo() {
4203
4203
  if (cached) return cached;
4204
- const commit = readInjected(true ? "7bbcd41fe25a55de9d7eebd8f69b96e3afce6c72" : void 0) ?? "unknown";
4205
- const commitShort = readInjected(true ? "7bbcd41f" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4206
- const version2 = readInjected(true ? "1.0.58-rc.77" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.58-rc.77" : void 0) ?? "unknown";
4207
- const builtAt = readInjected(true ? "2026-09-05T06:23:58.955Z" : void 0);
4204
+ const commit = readInjected(true ? "75c8f07aa67367de0db8dbeb94e697f8e277fc5a" : void 0) ?? "unknown";
4205
+ const commitShort = readInjected(true ? "75c8f07a" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4206
+ const version2 = readInjected(true ? "1.0.58-rc.78" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.58-rc.78" : void 0) ?? "unknown";
4207
+ const builtAt = readInjected(true ? "2026-09-05T07:57:07.838Z" : void 0);
4208
4208
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4209
4209
  return cached;
4210
4210
  }
@@ -168924,7 +168924,7 @@ var init_adhdev_daemon = __esm({
168924
168924
  init_daemon_local_ipc_http();
168925
168925
  init_daemon_pid();
168926
168926
  init_src();
168927
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.77" });
168927
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.78" });
168928
168928
  AdhdevDaemon = class _AdhdevDaemon {
168929
168929
  localHttpServer = null;
168930
168930
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "1.0.58-rc.77",
3
+ "version": "1.0.58-rc.78",
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.58-rc.77",
53
+ "@adhdev/daemon-core": "1.0.58-rc.78",
54
54
  "@adhdev/ghostty-vt-node": "*",
55
- "@adhdev/mesh-shared": "1.0.58-rc.77",
55
+ "@adhdev/mesh-shared": "1.0.58-rc.78",
56
56
  "@modelcontextprotocol/sdk": "^1.0.0",
57
57
  "@xterm/addon-serialize": "^0.14.0",
58
58
  "@xterm/xterm": "^6.0.0",
@@ -40942,7 +40942,7 @@ var require_dist3 = __commonJS({
40942
40942
  if (cached2) return cached2;
40943
40943
  const commit = readInjected(true ? "unknown" : void 0) ?? "unknown";
40944
40944
  const commitShort = readInjected(true ? "unknown" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
40945
- const version2 = readInjected(true ? "1.0.58-rc.77" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
40945
+ const version2 = readInjected(true ? "1.0.58-rc.78" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
40946
40946
  const builtAt = readInjected(true ? "unknown" : void 0);
40947
40947
  cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
40948
40948
  return cached2;