adhdev 1.0.47 → 1.0.48

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.
@@ -4538,10 +4538,10 @@ function readInjected(value) {
4538
4538
  }
4539
4539
  function getDaemonBuildInfo() {
4540
4540
  if (cached) return cached;
4541
- const commit = readInjected(true ? "7cf7b378a25ba4cae2e28eaf01eca2adf4a963b6" : void 0) ?? "unknown";
4542
- const commitShort = readInjected(true ? "7cf7b378" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4543
- const version2 = readInjected(true ? "1.0.47" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.47" : void 0) ?? "unknown";
4544
- const builtAt = readInjected(true ? "2026-08-14T01:43:34.244Z" : void 0);
4541
+ const commit = readInjected(true ? "c19180c49771cb79932c9bf67d368436d94dbc34" : void 0) ?? "unknown";
4542
+ const commitShort = readInjected(true ? "c19180c4" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4543
+ const version2 = readInjected(true ? "1.0.48" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.48" : void 0) ?? "unknown";
4544
+ const builtAt = readInjected(true ? "2026-08-14T02:03:45.619Z" : void 0);
4545
4545
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4546
4546
  return cached;
4547
4547
  }
@@ -170632,7 +170632,7 @@ var init_adhdev_daemon = __esm({
170632
170632
  init_daemon_pid();
170633
170633
  init_src();
170634
170634
  init_runtime_defaults();
170635
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.47" });
170635
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.48" });
170636
170636
  AdhdevDaemon = class _AdhdevDaemon {
170637
170637
  localHttpServer = null;
170638
170638
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -4538,10 +4538,10 @@ function readInjected(value) {
4538
4538
  }
4539
4539
  function getDaemonBuildInfo() {
4540
4540
  if (cached) return cached;
4541
- const commit = readInjected(true ? "7cf7b378a25ba4cae2e28eaf01eca2adf4a963b6" : void 0) ?? "unknown";
4542
- const commitShort = readInjected(true ? "7cf7b378" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4543
- const version2 = readInjected(true ? "1.0.47" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.47" : void 0) ?? "unknown";
4544
- const builtAt = readInjected(true ? "2026-08-14T01:43:34.244Z" : void 0);
4541
+ const commit = readInjected(true ? "c19180c49771cb79932c9bf67d368436d94dbc34" : void 0) ?? "unknown";
4542
+ const commitShort = readInjected(true ? "c19180c4" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4543
+ const version2 = readInjected(true ? "1.0.48" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.48" : void 0) ?? "unknown";
4544
+ const builtAt = readInjected(true ? "2026-08-14T02:03:45.619Z" : void 0);
4545
4545
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4546
4546
  return cached;
4547
4547
  }
@@ -170499,7 +170499,7 @@ var init_adhdev_daemon = __esm({
170499
170499
  init_daemon_pid();
170500
170500
  init_src();
170501
170501
  init_runtime_defaults();
170502
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.47" });
170502
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.48" });
170503
170503
  AdhdevDaemon = class _AdhdevDaemon {
170504
170504
  localHttpServer = null;
170505
170505
  localWss = null;
package/dist/index.js CHANGED
@@ -4084,10 +4084,10 @@ function readInjected(value) {
4084
4084
  }
4085
4085
  function getDaemonBuildInfo() {
4086
4086
  if (cached) return cached;
4087
- const commit = readInjected(true ? "7cf7b378a25ba4cae2e28eaf01eca2adf4a963b6" : void 0) ?? "unknown";
4088
- const commitShort = readInjected(true ? "7cf7b378" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4089
- const version2 = readInjected(true ? "1.0.47" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.47" : void 0) ?? "unknown";
4090
- const builtAt = readInjected(true ? "2026-08-14T01:43:34.244Z" : void 0);
4087
+ const commit = readInjected(true ? "c19180c49771cb79932c9bf67d368436d94dbc34" : void 0) ?? "unknown";
4088
+ const commitShort = readInjected(true ? "c19180c4" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
4089
+ const version2 = readInjected(true ? "1.0.48" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.48" : void 0) ?? "unknown";
4090
+ const builtAt = readInjected(true ? "2026-08-14T02:03:45.619Z" : void 0);
4091
4091
  cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
4092
4092
  return cached;
4093
4093
  }
@@ -138647,7 +138647,7 @@ var init_adhdev_daemon = __esm({
138647
138647
  init_daemon_pid();
138648
138648
  init_src();
138649
138649
  init_runtime_defaults();
138650
- pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.47" });
138650
+ pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.48" });
138651
138651
  AdhdevDaemon = class _AdhdevDaemon {
138652
138652
  localHttpServer = null;
138653
138653
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "1.0.47",
3
+ "version": "1.0.48",
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": {