@adhdev/daemon-core 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
CHANGED
|
@@ -2881,7 +2881,7 @@ var init_provider_cli_adapter = __esm({
|
|
|
2881
2881
|
const screenText = this.terminalScreen.getText() || "";
|
|
2882
2882
|
const effectiveScreenText = screenText || this.accumulatedBuffer;
|
|
2883
2883
|
const noActiveTurn = !this.currentTurnScope;
|
|
2884
|
-
const looksIdleChrome = /(^|\n)\s*[❯›>]\s*(?:\n|$)/m.test(effectiveScreenText)
|
|
2884
|
+
const looksIdleChrome = /(^|\n)\s*[❯›>]\s*(?:\n|$)/m.test(effectiveScreenText);
|
|
2885
2885
|
const parsedShowsLiveAssistantProgress = parsedStatus === "generating" && !!lastParsedAssistant && parsedMessages.length > this.committedMessages.length;
|
|
2886
2886
|
if (prevStatus === "idle" && !this.isWaitingForResponse && noActiveTurn && !modal && looksIdleChrome && !parsedShowsLiveAssistantProgress) {
|
|
2887
2887
|
return;
|