@adhdev/daemon-standalone 1.0.18 → 1.0.19

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.
package/dist/index.js CHANGED
@@ -33261,10 +33261,10 @@ var require_dist3 = __commonJS({
33261
33261
  }
33262
33262
  function getDaemonBuildInfo() {
33263
33263
  if (cached2) return cached2;
33264
- const commit = readInjected(true ? "572f2d8a6f85a8adb7ed8d6cae14e02ceee27a1a" : void 0) ?? "unknown";
33265
- const commitShort = readInjected(true ? "572f2d8" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
33266
- const version2 = readInjected(true ? "1.0.18" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
33267
- const builtAt = readInjected(true ? "2026-07-23T07:17:01.484Z" : void 0);
33264
+ const commit = readInjected(true ? "091e33a4eb10f721c794790bbf09f7e18639190f" : void 0) ?? "unknown";
33265
+ const commitShort = readInjected(true ? "091e33a" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
33266
+ const version2 = readInjected(true ? "1.0.19" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
33267
+ const builtAt = readInjected(true ? "2026-07-23T07:36:28.241Z" : void 0);
33268
33268
  cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
33269
33269
  return cached2;
33270
33270
  }
@@ -45650,6 +45650,7 @@ ${rendered}`, "utf-8");
45650
45650
  }
45651
45651
  });
45652
45652
  function isPurePtyTranscriptProvider(provider) {
45653
+ if (!provider) return false;
45653
45654
  if (provider.transcriptAuthority === "provider") return false;
45654
45655
  if (provider.nativeHistory) return false;
45655
45656
  const transcriptPty = provider.tui?.transcriptPty;