@adhdev/daemon-standalone 0.9.20 → 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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/public/assets/index-Bm9Gfuz0.js +76 -0
- package/public/index.html +1 -1
- package/public/assets/index-BepYr1Fq.js +0 -76
package/dist/index.js
CHANGED
|
@@ -30748,7 +30748,7 @@ var require_dist2 = __commonJS({
|
|
|
30748
30748
|
const screenText = this.terminalScreen.getText() || "";
|
|
30749
30749
|
const effectiveScreenText = screenText || this.accumulatedBuffer;
|
|
30750
30750
|
const noActiveTurn = !this.currentTurnScope;
|
|
30751
|
-
const looksIdleChrome = /(^|\n)\s*[❯›>]\s*(?:\n|$)/m.test(effectiveScreenText)
|
|
30751
|
+
const looksIdleChrome = /(^|\n)\s*[❯›>]\s*(?:\n|$)/m.test(effectiveScreenText);
|
|
30752
30752
|
const parsedShowsLiveAssistantProgress = parsedStatus === "generating" && !!lastParsedAssistant && parsedMessages.length > this.committedMessages.length;
|
|
30753
30753
|
if (prevStatus === "idle" && !this.isWaitingForResponse && noActiveTurn && !modal && looksIdleChrome && !parsedShowsLiveAssistantProgress) {
|
|
30754
30754
|
return;
|