adhdev 1.0.35-rc.6 → 1.0.35-rc.7

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 ? "c1d1038434821ae6444c37cb034dd8ec344d8fc3" : void 0) ?? "unknown";
4398
4398
  const commitShort = readInjected(true ? "c1d10384" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4399
- const version2 = readInjected(true ? "1.0.35-rc.6" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.35-rc.6" : void 0) ?? "unknown";
4400
- const builtAt = readInjected(true ? "2026-08-05T05:16:58.609Z" : void 0);
4399
+ const version2 = readInjected(true ? "1.0.35-rc.7" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.35-rc.7" : void 0) ?? "unknown";
4400
+ const builtAt = readInjected(true ? "2026-08-05T05:21:48.618Z" : void 0);
4401
4401
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4402
4402
  return cached;
4403
4403
  }
@@ -162260,7 +162260,7 @@ var init_adhdev_daemon = __esm({
162260
162260
  init_daemon_pid();
162261
162261
  init_src();
162262
162262
  init_runtime_defaults();
162263
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.35-rc.6" });
162263
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.35-rc.7" });
162264
162264
  AdhdevDaemon = class _AdhdevDaemon {
162265
162265
  localHttpServer = null;
162266
162266
  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 ? "c1d1038434821ae6444c37cb034dd8ec344d8fc3" : void 0) ?? "unknown";
4398
4398
  const commitShort = readInjected(true ? "c1d10384" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4399
- const version2 = readInjected(true ? "1.0.35-rc.6" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.35-rc.6" : void 0) ?? "unknown";
4400
- const builtAt = readInjected(true ? "2026-08-05T05:16:58.609Z" : void 0);
4399
+ const version2 = readInjected(true ? "1.0.35-rc.7" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.35-rc.7" : void 0) ?? "unknown";
4400
+ const builtAt = readInjected(true ? "2026-08-05T05:21:48.618Z" : void 0);
4401
4401
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4402
4402
  return cached;
4403
4403
  }
@@ -162230,7 +162230,7 @@ var init_adhdev_daemon = __esm({
162230
162230
  init_daemon_pid();
162231
162231
  init_src();
162232
162232
  init_runtime_defaults();
162233
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.35-rc.6" });
162233
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.35-rc.7" });
162234
162234
  AdhdevDaemon = class _AdhdevDaemon {
162235
162235
  localHttpServer = null;
162236
162236
  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 ? "c1d1038434821ae6444c37cb034dd8ec344d8fc3" : void 0) ?? "unknown";
3938
3938
  const commitShort = readInjected(true ? "c1d10384" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
3939
- const version2 = readInjected(true ? "1.0.35-rc.6" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.35-rc.6" : void 0) ?? "unknown";
3940
- const builtAt = readInjected(true ? "2026-08-05T05:16:58.609Z" : void 0);
3939
+ const version2 = readInjected(true ? "1.0.35-rc.7" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.35-rc.7" : void 0) ?? "unknown";
3940
+ const builtAt = readInjected(true ? "2026-08-05T05:21:48.618Z" : void 0);
3941
3941
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
3942
3942
  return cached;
3943
3943
  }
@@ -131046,7 +131046,7 @@ var init_adhdev_daemon = __esm({
131046
131046
  init_daemon_pid();
131047
131047
  init_src();
131048
131048
  init_runtime_defaults();
131049
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.35-rc.6" });
131049
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.35-rc.7" });
131050
131050
  AdhdevDaemon = class _AdhdevDaemon {
131051
131051
  localHttpServer = null;
131052
131052
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "1.0.35-rc.6",
3
+ "version": "1.0.35-rc.7",
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.6",
53
+ "@adhdev/daemon-core": "1.0.35-rc.7",
54
54
  "@adhdev/ghostty-vt-node": "*",
55
- "@adhdev/mesh-shared": "1.0.35-rc.6",
55
+ "@adhdev/mesh-shared": "1.0.35-rc.7",
56
56
  "@modelcontextprotocol/sdk": "^1.0.0",
57
57
  "@xterm/addon-serialize": "^0.14.0",
58
58
  "@xterm/xterm": "^6.0.0",