adhdev 0.9.82-rc.349 → 0.9.82-rc.350

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.
@@ -1202,8 +1202,8 @@ function getDaemonBuildInfo() {
1202
1202
  if (cached) return cached;
1203
1203
  const commit = readInjected(true ? "f066449c7e758daf63ad40d431a5e97fc8d79a0e" : void 0) ?? "unknown";
1204
1204
  const commitShort = readInjected(true ? "f066449c" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1205
- const version2 = readInjected(true ? "0.9.82-rc.349" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.349" : void 0) ?? "unknown";
1206
- const builtAt = readInjected(true ? "2026-06-21T18:52:17.675Z" : void 0);
1205
+ const version2 = readInjected(true ? "0.9.82-rc.350" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.350" : void 0) ?? "unknown";
1206
+ const builtAt = readInjected(true ? "2026-06-21T19:33:28.071Z" : void 0);
1207
1207
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1208
1208
  return cached;
1209
1209
  }
@@ -132008,7 +132008,7 @@ var init_adhdev_daemon = __esm({
132008
132008
  init_version();
132009
132009
  init_src();
132010
132010
  init_runtime_defaults();
132011
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.349" });
132011
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.350" });
132012
132012
  LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
132013
132013
  AdhdevDaemon = class _AdhdevDaemon {
132014
132014
  localHttpServer = null;
package/dist/cli/index.js CHANGED
@@ -1202,8 +1202,8 @@ function getDaemonBuildInfo() {
1202
1202
  if (cached) return cached;
1203
1203
  const commit = readInjected(true ? "f066449c7e758daf63ad40d431a5e97fc8d79a0e" : void 0) ?? "unknown";
1204
1204
  const commitShort = readInjected(true ? "f066449c" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
1205
- const version2 = readInjected(true ? "0.9.82-rc.349" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.349" : void 0) ?? "unknown";
1206
- const builtAt = readInjected(true ? "2026-06-21T18:52:17.675Z" : void 0);
1205
+ const version2 = readInjected(true ? "0.9.82-rc.350" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.350" : void 0) ?? "unknown";
1206
+ const builtAt = readInjected(true ? "2026-06-21T19:33:28.071Z" : void 0);
1207
1207
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
1208
1208
  return cached;
1209
1209
  }
@@ -131978,7 +131978,7 @@ var init_adhdev_daemon = __esm({
131978
131978
  init_version();
131979
131979
  init_src();
131980
131980
  init_runtime_defaults();
131981
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.349" });
131981
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.350" });
131982
131982
  LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
131983
131983
  AdhdevDaemon = class _AdhdevDaemon {
131984
131984
  localHttpServer = null;
package/dist/index.js CHANGED
@@ -682,8 +682,8 @@ function getDaemonBuildInfo() {
682
682
  if (cached) return cached;
683
683
  const commit = readInjected(true ? "f066449c7e758daf63ad40d431a5e97fc8d79a0e" : void 0) ?? "unknown";
684
684
  const commitShort = readInjected(true ? "f066449c" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
685
- const version2 = readInjected(true ? "0.9.82-rc.349" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.349" : void 0) ?? "unknown";
686
- const builtAt = readInjected(true ? "2026-06-21T18:52:17.675Z" : void 0);
685
+ const version2 = readInjected(true ? "0.9.82-rc.350" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.350" : void 0) ?? "unknown";
686
+ const builtAt = readInjected(true ? "2026-06-21T19:33:28.071Z" : void 0);
687
687
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
688
688
  return cached;
689
689
  }
@@ -100800,7 +100800,7 @@ var init_adhdev_daemon = __esm({
100800
100800
  init_version();
100801
100801
  init_src();
100802
100802
  init_runtime_defaults();
100803
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.349" });
100803
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.350" });
100804
100804
  LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
100805
100805
  AdhdevDaemon = class _AdhdevDaemon {
100806
100806
  localHttpServer = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.349",
3
+ "version": "0.9.82-rc.350",
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": "0.9.82-rc.349",
52
+ "@adhdev/daemon-core": "0.9.82-rc.350",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
- "@adhdev/mesh-shared": "0.9.82-rc.349",
54
+ "@adhdev/mesh-shared": "0.9.82-rc.350",
55
55
  "@modelcontextprotocol/sdk": "^1.0.0",
56
56
  "@xterm/addon-serialize": "^0.14.0",
57
57
  "@xterm/xterm": "^6.0.0",