adhdev 1.0.50-rc.1 → 1.0.50-rc.2

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.
@@ -4556,10 +4556,10 @@ function readInjected(value) {
4556
4556
  }
4557
4557
  function getDaemonBuildInfo() {
4558
4558
  if (cached) return cached;
4559
- const commit = readInjected(true ? "843234e152eea96a06234d5705f5457200964120" : void 0) ?? "unknown";
4560
- const commitShort = readInjected(true ? "843234e1" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4561
- const version2 = readInjected(true ? "1.0.50-rc.1" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.50-rc.1" : void 0) ?? "unknown";
4562
- const builtAt = readInjected(true ? "2026-08-16T14:16:49.488Z" : void 0);
4559
+ const commit = readInjected(true ? "413492581e750d1b33890b790c694af135ae057f" : void 0) ?? "unknown";
4560
+ const commitShort = readInjected(true ? "41349258" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4561
+ const version2 = readInjected(true ? "1.0.50-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.50-rc.2" : void 0) ?? "unknown";
4562
+ const builtAt = readInjected(true ? "2026-08-16T15:24:44.275Z" : void 0);
4563
4563
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4564
4564
  return cached;
4565
4565
  }
@@ -172639,7 +172639,7 @@ var init_adhdev_daemon = __esm({
172639
172639
  init_daemon_pid();
172640
172640
  init_src();
172641
172641
  init_runtime_defaults();
172642
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.50-rc.1" });
172642
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.50-rc.2" });
172643
172643
  AdhdevDaemon = class _AdhdevDaemon {
172644
172644
  localHttpServer = null;
172645
172645
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -4556,10 +4556,10 @@ function readInjected(value) {
4556
4556
  }
4557
4557
  function getDaemonBuildInfo() {
4558
4558
  if (cached) return cached;
4559
- const commit = readInjected(true ? "843234e152eea96a06234d5705f5457200964120" : void 0) ?? "unknown";
4560
- const commitShort = readInjected(true ? "843234e1" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4561
- const version2 = readInjected(true ? "1.0.50-rc.1" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.50-rc.1" : void 0) ?? "unknown";
4562
- const builtAt = readInjected(true ? "2026-08-16T14:16:49.488Z" : void 0);
4559
+ const commit = readInjected(true ? "413492581e750d1b33890b790c694af135ae057f" : void 0) ?? "unknown";
4560
+ const commitShort = readInjected(true ? "41349258" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4561
+ const version2 = readInjected(true ? "1.0.50-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.50-rc.2" : void 0) ?? "unknown";
4562
+ const builtAt = readInjected(true ? "2026-08-16T15:24:44.275Z" : void 0);
4563
4563
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4564
4564
  return cached;
4565
4565
  }
@@ -172506,7 +172506,7 @@ var init_adhdev_daemon = __esm({
172506
172506
  init_daemon_pid();
172507
172507
  init_src();
172508
172508
  init_runtime_defaults();
172509
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.50-rc.1" });
172509
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.50-rc.2" });
172510
172510
  AdhdevDaemon = class _AdhdevDaemon {
172511
172511
  localHttpServer = null;
172512
172512
  localWss = null;
package/dist/index.js CHANGED
@@ -4102,10 +4102,10 @@ function readInjected(value) {
4102
4102
  }
4103
4103
  function getDaemonBuildInfo() {
4104
4104
  if (cached) return cached;
4105
- const commit = readInjected(true ? "843234e152eea96a06234d5705f5457200964120" : void 0) ?? "unknown";
4106
- const commitShort = readInjected(true ? "843234e1" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4107
- const version2 = readInjected(true ? "1.0.50-rc.1" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.50-rc.1" : void 0) ?? "unknown";
4108
- const builtAt = readInjected(true ? "2026-08-16T14:16:49.488Z" : void 0);
4105
+ const commit = readInjected(true ? "413492581e750d1b33890b790c694af135ae057f" : void 0) ?? "unknown";
4106
+ const commitShort = readInjected(true ? "41349258" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4107
+ const version2 = readInjected(true ? "1.0.50-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.50-rc.2" : void 0) ?? "unknown";
4108
+ const builtAt = readInjected(true ? "2026-08-16T15:24:44.275Z" : void 0);
4109
4109
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4110
4110
  return cached;
4111
4111
  }
@@ -140654,7 +140654,7 @@ var init_adhdev_daemon = __esm({
140654
140654
  init_daemon_pid();
140655
140655
  init_src();
140656
140656
  init_runtime_defaults();
140657
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.50-rc.1" });
140657
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.50-rc.2" });
140658
140658
  AdhdevDaemon = class _AdhdevDaemon {
140659
140659
  localHttpServer = null;
140660
140660
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "1.0.50-rc.1",
3
+ "version": "1.0.50-rc.2",
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.50-rc.1",
53
+ "@adhdev/daemon-core": "1.0.50-rc.2",
54
54
  "@adhdev/ghostty-vt-node": "*",
55
- "@adhdev/mesh-shared": "1.0.50-rc.1",
55
+ "@adhdev/mesh-shared": "1.0.50-rc.2",
56
56
  "@modelcontextprotocol/sdk": "^1.0.0",
57
57
  "@xterm/addon-serialize": "^0.14.0",
58
58
  "@xterm/xterm": "^6.0.0",