adhdev 1.0.56 → 1.0.57

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.
@@ -4567,10 +4567,10 @@ function readInjected(value) {
4567
4567
  }
4568
4568
  function getDaemonBuildInfo() {
4569
4569
  if (cached) return cached;
4570
- const commit = readInjected(true ? "2835a1ee738257f597d2c199f36e4651b394d161" : void 0) ?? "unknown";
4571
- const commitShort = readInjected(true ? "2835a1ee" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4572
- const version2 = readInjected(true ? "1.0.56" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.56" : void 0) ?? "unknown";
4573
- const builtAt = readInjected(true ? "2026-08-21T12:50:31.908Z" : void 0);
4570
+ const commit = readInjected(true ? "aa46c2659089cff34e764a091c29b3e2e681c714" : void 0) ?? "unknown";
4571
+ const commitShort = readInjected(true ? "aa46c265" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4572
+ const version2 = readInjected(true ? "1.0.57" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.57" : void 0) ?? "unknown";
4573
+ const builtAt = readInjected(true ? "2026-08-22T05:41:23.928Z" : void 0);
4574
4574
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4575
4575
  return cached;
4576
4576
  }
@@ -177365,7 +177365,7 @@ var init_adhdev_daemon = __esm({
177365
177365
  init_daemon_pid();
177366
177366
  init_src();
177367
177367
  init_runtime_defaults();
177368
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.56" });
177368
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.57" });
177369
177369
  AdhdevDaemon = class _AdhdevDaemon {
177370
177370
  localHttpServer = null;
177371
177371
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -4567,10 +4567,10 @@ function readInjected(value) {
4567
4567
  }
4568
4568
  function getDaemonBuildInfo() {
4569
4569
  if (cached) return cached;
4570
- const commit = readInjected(true ? "2835a1ee738257f597d2c199f36e4651b394d161" : void 0) ?? "unknown";
4571
- const commitShort = readInjected(true ? "2835a1ee" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4572
- const version2 = readInjected(true ? "1.0.56" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.56" : void 0) ?? "unknown";
4573
- const builtAt = readInjected(true ? "2026-08-21T12:50:31.908Z" : void 0);
4570
+ const commit = readInjected(true ? "aa46c2659089cff34e764a091c29b3e2e681c714" : void 0) ?? "unknown";
4571
+ const commitShort = readInjected(true ? "aa46c265" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4572
+ const version2 = readInjected(true ? "1.0.57" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.57" : void 0) ?? "unknown";
4573
+ const builtAt = readInjected(true ? "2026-08-22T05:41:23.928Z" : void 0);
4574
4574
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4575
4575
  return cached;
4576
4576
  }
@@ -177232,7 +177232,7 @@ var init_adhdev_daemon = __esm({
177232
177232
  init_daemon_pid();
177233
177233
  init_src();
177234
177234
  init_runtime_defaults();
177235
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.56" });
177235
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.57" });
177236
177236
  AdhdevDaemon = class _AdhdevDaemon {
177237
177237
  localHttpServer = null;
177238
177238
  localWss = null;
package/dist/index.js CHANGED
@@ -4113,10 +4113,10 @@ function readInjected(value) {
4113
4113
  }
4114
4114
  function getDaemonBuildInfo() {
4115
4115
  if (cached) return cached;
4116
- const commit = readInjected(true ? "2835a1ee738257f597d2c199f36e4651b394d161" : void 0) ?? "unknown";
4117
- const commitShort = readInjected(true ? "2835a1ee" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4118
- const version2 = readInjected(true ? "1.0.56" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.56" : void 0) ?? "unknown";
4119
- const builtAt = readInjected(true ? "2026-08-21T12:50:31.908Z" : void 0);
4116
+ const commit = readInjected(true ? "aa46c2659089cff34e764a091c29b3e2e681c714" : void 0) ?? "unknown";
4117
+ const commitShort = readInjected(true ? "aa46c265" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4118
+ const version2 = readInjected(true ? "1.0.57" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.57" : void 0) ?? "unknown";
4119
+ const builtAt = readInjected(true ? "2026-08-22T05:41:23.928Z" : void 0);
4120
4120
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4121
4121
  return cached;
4122
4122
  }
@@ -145380,7 +145380,7 @@ var init_adhdev_daemon = __esm({
145380
145380
  init_daemon_pid();
145381
145381
  init_src();
145382
145382
  init_runtime_defaults();
145383
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.56" });
145383
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.57" });
145384
145384
  AdhdevDaemon = class _AdhdevDaemon {
145385
145385
  localHttpServer = null;
145386
145386
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
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": {