adhdev 1.0.32-rc.2 → 1.0.32-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.
@@ -4396,8 +4396,8 @@ function getDaemonBuildInfo() {
4396
4396
  if (cached) return cached;
4397
4397
  const commit = readInjected(true ? "ba047888990d75d13401c27ae1f2ed566d5b8631" : void 0) ?? "unknown";
4398
4398
  const commitShort = readInjected(true ? "ba047888" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4399
- const version2 = readInjected(true ? "1.0.32-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.32-rc.2" : void 0) ?? "unknown";
4400
- const builtAt = readInjected(true ? "2026-08-03T23:38:46.348Z" : void 0);
4399
+ const version2 = readInjected(true ? "1.0.32-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.32-rc.3" : void 0) ?? "unknown";
4400
+ const builtAt = readInjected(true ? "2026-08-04T03:14:20.867Z" : void 0);
4401
4401
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4402
4402
  return cached;
4403
4403
  }
@@ -161571,7 +161571,7 @@ var init_adhdev_daemon = __esm({
161571
161571
  init_daemon_pid();
161572
161572
  init_src();
161573
161573
  init_runtime_defaults();
161574
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.32-rc.2" });
161574
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.32-rc.3" });
161575
161575
  AdhdevDaemon = class _AdhdevDaemon {
161576
161576
  localHttpServer = null;
161577
161577
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -4396,8 +4396,8 @@ function getDaemonBuildInfo() {
4396
4396
  if (cached) return cached;
4397
4397
  const commit = readInjected(true ? "ba047888990d75d13401c27ae1f2ed566d5b8631" : void 0) ?? "unknown";
4398
4398
  const commitShort = readInjected(true ? "ba047888" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4399
- const version2 = readInjected(true ? "1.0.32-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.32-rc.2" : void 0) ?? "unknown";
4400
- const builtAt = readInjected(true ? "2026-08-03T23:38:46.348Z" : void 0);
4399
+ const version2 = readInjected(true ? "1.0.32-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.32-rc.3" : void 0) ?? "unknown";
4400
+ const builtAt = readInjected(true ? "2026-08-04T03:14:20.867Z" : void 0);
4401
4401
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4402
4402
  return cached;
4403
4403
  }
@@ -161541,7 +161541,7 @@ var init_adhdev_daemon = __esm({
161541
161541
  init_daemon_pid();
161542
161542
  init_src();
161543
161543
  init_runtime_defaults();
161544
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.32-rc.2" });
161544
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.32-rc.3" });
161545
161545
  AdhdevDaemon = class _AdhdevDaemon {
161546
161546
  localHttpServer = null;
161547
161547
  localWss = null;
package/dist/index.js CHANGED
@@ -3936,8 +3936,8 @@ function getDaemonBuildInfo() {
3936
3936
  if (cached) return cached;
3937
3937
  const commit = readInjected(true ? "ba047888990d75d13401c27ae1f2ed566d5b8631" : void 0) ?? "unknown";
3938
3938
  const commitShort = readInjected(true ? "ba047888" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
3939
- const version2 = readInjected(true ? "1.0.32-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.32-rc.2" : void 0) ?? "unknown";
3940
- const builtAt = readInjected(true ? "2026-08-03T23:38:46.348Z" : void 0);
3939
+ const version2 = readInjected(true ? "1.0.32-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.32-rc.3" : void 0) ?? "unknown";
3940
+ const builtAt = readInjected(true ? "2026-08-04T03:14:20.867Z" : void 0);
3941
3941
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
3942
3942
  return cached;
3943
3943
  }
@@ -130357,7 +130357,7 @@ var init_adhdev_daemon = __esm({
130357
130357
  init_daemon_pid();
130358
130358
  init_src();
130359
130359
  init_runtime_defaults();
130360
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.32-rc.2" });
130360
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.32-rc.3" });
130361
130361
  AdhdevDaemon = class _AdhdevDaemon {
130362
130362
  localHttpServer = null;
130363
130363
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "1.0.32-rc.2",
3
+ "version": "1.0.32-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": {
@@ -50,9 +50,9 @@
50
50
  "node": ">=18"
51
51
  },
52
52
  "dependencies": {
53
- "@adhdev/daemon-core": "1.0.32-rc.2",
53
+ "@adhdev/daemon-core": "1.0.32-rc.3",
54
54
  "@adhdev/ghostty-vt-node": "*",
55
- "@adhdev/mesh-shared": "1.0.32-rc.2",
55
+ "@adhdev/mesh-shared": "1.0.32-rc.3",
56
56
  "@modelcontextprotocol/sdk": "^1.0.0",
57
57
  "@xterm/addon-serialize": "^0.14.0",
58
58
  "@xterm/xterm": "^6.0.0",