adhdev 0.9.24 → 0.9.25

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
@@ -9510,6 +9510,7 @@ var init_handler = __esm({
9510
9510
  init_stream_commands();
9511
9511
  init_workspace_commands();
9512
9512
  COMMAND_DEBUG_LEVELS = /* @__PURE__ */ new Set([
9513
+ "read_chat",
9513
9514
  "pty_input",
9514
9515
  "pty_resize",
9515
9516
  "cdp_eval",
@@ -37531,6 +37532,9 @@ var init_router = __esm({
37531
37532
  if (logs.length > 0) {
37532
37533
  return { success: true, logs, totalBuffered: logs.length };
37533
37534
  }
37535
+ if (sinceTs > 0) {
37536
+ return { success: true, logs: [], totalBuffered: 0 };
37537
+ }
37534
37538
  if (fs9.existsSync(LOG_PATH)) {
37535
37539
  const content = fs9.readFileSync(LOG_PATH, "utf-8");
37536
37540
  const allLines = content.split("\n");
@@ -55734,7 +55738,7 @@ var init_adhdev_daemon = __esm({
55734
55738
  init_version();
55735
55739
  init_src();
55736
55740
  init_runtime_defaults();
55737
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.24" });
55741
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.25" });
55738
55742
  AdhdevDaemon = class _AdhdevDaemon {
55739
55743
  localHttpServer = null;
55740
55744
  localWss = null;