adhdev 0.9.21 → 0.9.22

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
@@ -12500,7 +12500,7 @@ var init_provider_cli_adapter = __esm({
12500
12500
  const screenText = this.terminalScreen.getText() || "";
12501
12501
  const effectiveScreenText = screenText || this.accumulatedBuffer;
12502
12502
  const noActiveTurn = !this.currentTurnScope;
12503
- const looksIdleChrome = /(^|\n)\s*[❯›>]\s*(?:\n|$)/m.test(effectiveScreenText) || /accept edits on/i.test(effectiveScreenText) && (/Update available!/i.test(screenText) || /\/effort/i.test(screenText) || /^.*➜\s+\S+/m.test(effectiveScreenText));
12503
+ const looksIdleChrome = /(^|\n)\s*[❯›>]\s*(?:\n|$)/m.test(effectiveScreenText);
12504
12504
  const parsedShowsLiveAssistantProgress = parsedStatus === "generating" && !!lastParsedAssistant && parsedMessages.length > this.committedMessages.length;
12505
12505
  if (prevStatus === "idle" && !this.isWaitingForResponse && noActiveTurn && !modal && looksIdleChrome && !parsedShowsLiveAssistantProgress) {
12506
12506
  return;
@@ -55680,7 +55680,7 @@ var init_adhdev_daemon = __esm({
55680
55680
  init_version();
55681
55681
  init_src();
55682
55682
  init_runtime_defaults();
55683
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.21" });
55683
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.22" });
55684
55684
  AdhdevDaemon = class _AdhdevDaemon {
55685
55685
  localHttpServer = null;
55686
55686
  localWss = null;