adhdev 1.0.18-rc.5 → 1.0.18-rc.6

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.
@@ -1328,8 +1328,8 @@ function getDaemonBuildInfo() {
1328
1328
  if (cached) return cached;
1329
1329
  const commit = readInjected(true ? "a9f2898ed9e58f0b35cf6df7eb7618e088475c26" : void 0) ?? "unknown";
1330
1330
  const commitShort = readInjected(true ? "a9f2898e" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1331
- const version2 = readInjected(true ? "1.0.18-rc.5" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.18-rc.5" : void 0) ?? "unknown";
1332
- const builtAt = readInjected(true ? "2026-07-22T00:36:10.417Z" : void 0);
1331
+ const version2 = readInjected(true ? "1.0.18-rc.6" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.18-rc.6" : void 0) ?? "unknown";
1332
+ const builtAt = readInjected(true ? "2026-07-22T00:47:25.134Z" : void 0);
1333
1333
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1334
1334
  return cached;
1335
1335
  }
@@ -147563,7 +147563,7 @@ var init_adhdev_daemon = __esm({
147563
147563
  init_daemon_pid();
147564
147564
  init_src();
147565
147565
  init_runtime_defaults();
147566
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.18-rc.5" });
147566
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.18-rc.6" });
147567
147567
  AdhdevDaemon = class _AdhdevDaemon {
147568
147568
  localHttpServer = null;
147569
147569
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -1328,8 +1328,8 @@ function getDaemonBuildInfo() {
1328
1328
  if (cached) return cached;
1329
1329
  const commit = readInjected(true ? "a9f2898ed9e58f0b35cf6df7eb7618e088475c26" : void 0) ?? "unknown";
1330
1330
  const commitShort = readInjected(true ? "a9f2898e" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1331
- const version2 = readInjected(true ? "1.0.18-rc.5" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.18-rc.5" : void 0) ?? "unknown";
1332
- const builtAt = readInjected(true ? "2026-07-22T00:36:10.417Z" : void 0);
1331
+ const version2 = readInjected(true ? "1.0.18-rc.6" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.18-rc.6" : void 0) ?? "unknown";
1332
+ const builtAt = readInjected(true ? "2026-07-22T00:47:25.134Z" : void 0);
1333
1333
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1334
1334
  return cached;
1335
1335
  }
@@ -147533,7 +147533,7 @@ var init_adhdev_daemon = __esm({
147533
147533
  init_daemon_pid();
147534
147534
  init_src();
147535
147535
  init_runtime_defaults();
147536
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.18-rc.5" });
147536
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.18-rc.6" });
147537
147537
  AdhdevDaemon = class _AdhdevDaemon {
147538
147538
  localHttpServer = null;
147539
147539
  localWss = null;
package/dist/index.js CHANGED
@@ -868,8 +868,8 @@ function getDaemonBuildInfo() {
868
868
  if (cached) return cached;
869
869
  const commit = readInjected(true ? "a9f2898ed9e58f0b35cf6df7eb7618e088475c26" : void 0) ?? "unknown";
870
870
  const commitShort = readInjected(true ? "a9f2898e" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
871
- const version2 = readInjected(true ? "1.0.18-rc.5" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.18-rc.5" : void 0) ?? "unknown";
872
- const builtAt = readInjected(true ? "2026-07-22T00:36:10.417Z" : void 0);
871
+ const version2 = readInjected(true ? "1.0.18-rc.6" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.18-rc.6" : void 0) ?? "unknown";
872
+ const builtAt = readInjected(true ? "2026-07-22T00:47:25.134Z" : void 0);
873
873
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
874
874
  return cached;
875
875
  }
@@ -116364,7 +116364,7 @@ var init_adhdev_daemon = __esm({
116364
116364
  init_daemon_pid();
116365
116365
  init_src();
116366
116366
  init_runtime_defaults();
116367
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.18-rc.5" });
116367
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.18-rc.6" });
116368
116368
  AdhdevDaemon = class _AdhdevDaemon {
116369
116369
  localHttpServer = null;
116370
116370
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "1.0.18-rc.5",
3
+ "version": "1.0.18-rc.6",
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": "1.0.18-rc.5",
52
+ "@adhdev/daemon-core": "1.0.18-rc.6",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
- "@adhdev/mesh-shared": "1.0.18-rc.5",
54
+ "@adhdev/mesh-shared": "1.0.18-rc.6",
55
55
  "@modelcontextprotocol/sdk": "^1.0.0",
56
56
  "@xterm/addon-serialize": "^0.14.0",
57
57
  "@xterm/xterm": "^6.0.0",