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/cli/index.js +2 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -13456,7 +13456,7 @@ var init_provider_cli_adapter = __esm({
|
|
|
13456
13456
|
const screenText = this.terminalScreen.getText() || "";
|
|
13457
13457
|
const effectiveScreenText = screenText || this.accumulatedBuffer;
|
|
13458
13458
|
const noActiveTurn = !this.currentTurnScope;
|
|
13459
|
-
const looksIdleChrome = /(^|\n)\s*[❯›>]\s*(?:\n|$)/m.test(effectiveScreenText)
|
|
13459
|
+
const looksIdleChrome = /(^|\n)\s*[❯›>]\s*(?:\n|$)/m.test(effectiveScreenText);
|
|
13460
13460
|
const parsedShowsLiveAssistantProgress = parsedStatus === "generating" && !!lastParsedAssistant && parsedMessages.length > this.committedMessages.length;
|
|
13461
13461
|
if (prevStatus === "idle" && !this.isWaitingForResponse && noActiveTurn && !modal && looksIdleChrome && !parsedShowsLiveAssistantProgress) {
|
|
13462
13462
|
return;
|
|
@@ -87400,7 +87400,7 @@ var init_adhdev_daemon = __esm({
|
|
|
87400
87400
|
init_version();
|
|
87401
87401
|
init_src();
|
|
87402
87402
|
init_runtime_defaults();
|
|
87403
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
87403
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.22" });
|
|
87404
87404
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
87405
87405
|
localHttpServer = null;
|
|
87406
87406
|
localWss = null;
|