adhdev 1.0.21-rc.2 → 1.0.21-rc.3

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.
@@ -4375,8 +4375,8 @@ function getDaemonBuildInfo() {
4375
4375
  if (cached) return cached;
4376
4376
  const commit = readInjected(true ? "89c750927f379b7063a2d1481b08aa267e96f790" : void 0) ?? "unknown";
4377
4377
  const commitShort = readInjected(true ? "89c75092" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4378
- const version2 = readInjected(true ? "1.0.21-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.21-rc.2" : void 0) ?? "unknown";
4379
- const builtAt = readInjected(true ? "2026-07-23T13:49:25.930Z" : void 0);
4378
+ const version2 = readInjected(true ? "1.0.21-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.21-rc.3" : void 0) ?? "unknown";
4379
+ const builtAt = readInjected(true ? "2026-07-23T16:23:24.042Z" : void 0);
4380
4380
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4381
4381
  return cached;
4382
4382
  }
@@ -149899,7 +149899,7 @@ var init_adhdev_daemon = __esm({
149899
149899
  init_daemon_pid();
149900
149900
  init_src();
149901
149901
  init_runtime_defaults();
149902
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.21-rc.2" });
149902
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.21-rc.3" });
149903
149903
  AdhdevDaemon = class _AdhdevDaemon {
149904
149904
  localHttpServer = null;
149905
149905
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -4375,8 +4375,8 @@ function getDaemonBuildInfo() {
4375
4375
  if (cached) return cached;
4376
4376
  const commit = readInjected(true ? "89c750927f379b7063a2d1481b08aa267e96f790" : void 0) ?? "unknown";
4377
4377
  const commitShort = readInjected(true ? "89c75092" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4378
- const version2 = readInjected(true ? "1.0.21-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.21-rc.2" : void 0) ?? "unknown";
4379
- const builtAt = readInjected(true ? "2026-07-23T13:49:25.930Z" : void 0);
4378
+ const version2 = readInjected(true ? "1.0.21-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.21-rc.3" : void 0) ?? "unknown";
4379
+ const builtAt = readInjected(true ? "2026-07-23T16:23:24.042Z" : void 0);
4380
4380
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4381
4381
  return cached;
4382
4382
  }
@@ -149869,7 +149869,7 @@ var init_adhdev_daemon = __esm({
149869
149869
  init_daemon_pid();
149870
149870
  init_src();
149871
149871
  init_runtime_defaults();
149872
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.21-rc.2" });
149872
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.21-rc.3" });
149873
149873
  AdhdevDaemon = class _AdhdevDaemon {
149874
149874
  localHttpServer = null;
149875
149875
  localWss = null;
package/dist/index.js CHANGED
@@ -3915,8 +3915,8 @@ function getDaemonBuildInfo() {
3915
3915
  if (cached) return cached;
3916
3916
  const commit = readInjected(true ? "89c750927f379b7063a2d1481b08aa267e96f790" : void 0) ?? "unknown";
3917
3917
  const commitShort = readInjected(true ? "89c75092" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
3918
- const version2 = readInjected(true ? "1.0.21-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.21-rc.2" : void 0) ?? "unknown";
3919
- const builtAt = readInjected(true ? "2026-07-23T13:49:25.930Z" : void 0);
3918
+ const version2 = readInjected(true ? "1.0.21-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.21-rc.3" : void 0) ?? "unknown";
3919
+ const builtAt = readInjected(true ? "2026-07-23T16:23:24.042Z" : void 0);
3920
3920
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
3921
3921
  return cached;
3922
3922
  }
@@ -118700,7 +118700,7 @@ var init_adhdev_daemon = __esm({
118700
118700
  init_daemon_pid();
118701
118701
  init_src();
118702
118702
  init_runtime_defaults();
118703
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.21-rc.2" });
118703
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.21-rc.3" });
118704
118704
  AdhdevDaemon = class _AdhdevDaemon {
118705
118705
  localHttpServer = null;
118706
118706
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "1.0.21-rc.2",
3
+ "version": "1.0.21-rc.3",
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.21-rc.2",
52
+ "@adhdev/daemon-core": "1.0.21-rc.3",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
- "@adhdev/mesh-shared": "1.0.21-rc.2",
54
+ "@adhdev/mesh-shared": "1.0.21-rc.3",
55
55
  "@modelcontextprotocol/sdk": "^1.0.0",
56
56
  "@xterm/addon-serialize": "^0.14.0",
57
57
  "@xterm/xterm": "^6.0.0",