adhdev 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/cli/index.js +3 -4
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -15225,9 +15225,8 @@ ${lastSnapshot}`;
|
|
|
15225
15225
|
};
|
|
15226
15226
|
this.recordTrace("submit_echo_missing", diagnostic);
|
|
15227
15227
|
if (this.requirePromptEchoBeforeSubmit) {
|
|
15228
|
-
|
|
15229
|
-
|
|
15230
|
-
completion.rejectOnce(new Error(message));
|
|
15228
|
+
LOG.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)}`);
|
|
15229
|
+
this.submitSendKey(state, completion);
|
|
15231
15230
|
return;
|
|
15232
15231
|
}
|
|
15233
15232
|
LOG.warn("CLI", `[${this.cliType}] prompt echo was not observed before submit; sending submit key anyway elapsed=${elapsed}ms maxEchoWaitMs=${state.maxEchoWaitMs}`);
|
|
@@ -62480,7 +62479,7 @@ var init_adhdev_daemon = __esm({
|
|
|
62480
62479
|
init_version();
|
|
62481
62480
|
init_src();
|
|
62482
62481
|
init_runtime_defaults();
|
|
62483
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.
|
|
62482
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.32" });
|
|
62484
62483
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
62485
62484
|
localHttpServer = null;
|
|
62486
62485
|
localWss = null;
|