@adhdev/daemon-standalone 0.9.76-rc.31 → 0.9.76-rc.32
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
|
@@ -34485,9 +34485,8 @@ ${lastSnapshot}`;
|
|
|
34485
34485
|
};
|
|
34486
34486
|
this.recordTrace("submit_echo_missing", diagnostic);
|
|
34487
34487
|
if (this.requirePromptEchoBeforeSubmit) {
|
|
34488
|
-
|
|
34489
|
-
|
|
34490
|
-
completion.rejectOnce(new Error(message));
|
|
34488
|
+
LOG2.warn("CLI", `[${this.cliType}] prompt echo was not observed before submit; sending guarded submit key anyway elapsed=${elapsed}ms maxEchoWaitMs=${state.maxEchoWaitMs} screen=${JSON.stringify(diagnostic.screenText).slice(0, 240)}`);
|
|
34489
|
+
this.submitSendKey(state, completion);
|
|
34491
34490
|
return;
|
|
34492
34491
|
}
|
|
34493
34492
|
LOG2.warn("CLI", `[${this.cliType}] prompt echo was not observed before submit; sending submit key anyway elapsed=${elapsed}ms maxEchoWaitMs=${state.maxEchoWaitMs}`);
|