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 CHANGED
@@ -16182,9 +16182,8 @@ ${lastSnapshot}`;
16182
16182
  };
16183
16183
  this.recordTrace("submit_echo_missing", diagnostic);
16184
16184
  if (this.requirePromptEchoBeforeSubmit) {
16185
- const message = `${this.cliName} prompt echo was not observed on the PTY screen before submit`;
16186
- LOG.warn("CLI", `[${this.cliType}] ${message} elapsed=${elapsed}ms maxEchoWaitMs=${state.maxEchoWaitMs} screen=${JSON.stringify(diagnostic.screenText).slice(0, 240)}`);
16187
- completion.rejectOnce(new Error(message));
16185
+ 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)}`);
16186
+ this.submitSendKey(state, completion);
16188
16187
  return;
16189
16188
  }
16190
16189
  LOG.warn("CLI", `[${this.cliType}] prompt echo was not observed before submit; sending submit key anyway elapsed=${elapsed}ms maxEchoWaitMs=${state.maxEchoWaitMs}`);
@@ -93622,7 +93621,7 @@ var init_adhdev_daemon = __esm({
93622
93621
  init_version();
93623
93622
  init_src();
93624
93623
  init_runtime_defaults();
93625
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.31" });
93624
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.32" });
93626
93625
  AdhdevDaemon = class _AdhdevDaemon {
93627
93626
  localHttpServer = null;
93628
93627
  localWss = null;