adhdev 1.0.35-rc.2 → 1.0.35-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 ? "3875b913f032a9f2012318bcb7904a2c96f6f965" : void 0) ?? "unknown";
4398
4398
  const commitShort = readInjected(true ? "3875b913" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4399
- const version2 = readInjected(true ? "1.0.35-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.35-rc.2" : void 0) ?? "unknown";
4400
- const builtAt = readInjected(true ? "2026-08-05T03:02:05.598Z" : void 0);
4399
+ const version2 = readInjected(true ? "1.0.35-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.35-rc.3" : void 0) ?? "unknown";
4400
+ const builtAt = readInjected(true ? "2026-08-05T03:04:09.412Z" : void 0);
4401
4401
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4402
4402
  return cached;
4403
4403
  }
@@ -162078,7 +162078,7 @@ var init_adhdev_daemon = __esm({
162078
162078
  init_daemon_pid();
162079
162079
  init_src();
162080
162080
  init_runtime_defaults();
162081
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.35-rc.2" });
162081
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.35-rc.3" });
162082
162082
  AdhdevDaemon = class _AdhdevDaemon {
162083
162083
  localHttpServer = null;
162084
162084
  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 ? "3875b913f032a9f2012318bcb7904a2c96f6f965" : void 0) ?? "unknown";
4398
4398
  const commitShort = readInjected(true ? "3875b913" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4399
- const version2 = readInjected(true ? "1.0.35-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.35-rc.2" : void 0) ?? "unknown";
4400
- const builtAt = readInjected(true ? "2026-08-05T03:02:05.598Z" : void 0);
4399
+ const version2 = readInjected(true ? "1.0.35-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.35-rc.3" : void 0) ?? "unknown";
4400
+ const builtAt = readInjected(true ? "2026-08-05T03:04:09.412Z" : void 0);
4401
4401
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4402
4402
  return cached;
4403
4403
  }
@@ -162048,7 +162048,7 @@ var init_adhdev_daemon = __esm({
162048
162048
  init_daemon_pid();
162049
162049
  init_src();
162050
162050
  init_runtime_defaults();
162051
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.35-rc.2" });
162051
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.35-rc.3" });
162052
162052
  AdhdevDaemon = class _AdhdevDaemon {
162053
162053
  localHttpServer = null;
162054
162054
  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 ? "3875b913f032a9f2012318bcb7904a2c96f6f965" : void 0) ?? "unknown";
3938
3938
  const commitShort = readInjected(true ? "3875b913" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
3939
- const version2 = readInjected(true ? "1.0.35-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.35-rc.2" : void 0) ?? "unknown";
3940
- const builtAt = readInjected(true ? "2026-08-05T03:02:05.598Z" : void 0);
3939
+ const version2 = readInjected(true ? "1.0.35-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.35-rc.3" : void 0) ?? "unknown";
3940
+ const builtAt = readInjected(true ? "2026-08-05T03:04:09.412Z" : void 0);
3941
3941
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
3942
3942
  return cached;
3943
3943
  }
@@ -130864,7 +130864,7 @@ var init_adhdev_daemon = __esm({
130864
130864
  init_daemon_pid();
130865
130865
  init_src();
130866
130866
  init_runtime_defaults();
130867
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.35-rc.2" });
130867
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.35-rc.3" });
130868
130868
  AdhdevDaemon = class _AdhdevDaemon {
130869
130869
  localHttpServer = null;
130870
130870
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "1.0.35-rc.2",
3
+ "version": "1.0.35-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.35-rc.2",
53
+ "@adhdev/daemon-core": "1.0.35-rc.3",
54
54
  "@adhdev/ghostty-vt-node": "*",
55
- "@adhdev/mesh-shared": "1.0.35-rc.2",
55
+ "@adhdev/mesh-shared": "1.0.35-rc.3",
56
56
  "@modelcontextprotocol/sdk": "^1.0.0",
57
57
  "@xterm/addon-serialize": "^0.14.0",
58
58
  "@xterm/xterm": "^6.0.0",