@adhdev/daemon-core 0.9.16 → 0.9.17

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
@@ -2888,6 +2888,9 @@ var init_provider_cli_adapter = __esm({
2888
2888
  }
2889
2889
  this.activeModal = null;
2890
2890
  this.lastApprovalResolvedAt = Date.now();
2891
+ if (this.isWaitingForResponse) {
2892
+ this.setStatus("generating", "approval_prompt_gone_idle_confirm");
2893
+ }
2891
2894
  }
2892
2895
  if (!this.isWaitingForResponse) {
2893
2896
  if (prevStatus !== "idle") {