@adhdev/daemon-standalone 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
@@ -30755,6 +30755,9 @@ var require_dist2 = __commonJS({
30755
30755
  }
30756
30756
  this.activeModal = null;
30757
30757
  this.lastApprovalResolvedAt = Date.now();
30758
+ if (this.isWaitingForResponse) {
30759
+ this.setStatus("generating", "approval_prompt_gone_idle_confirm");
30760
+ }
30758
30761
  }
30759
30762
  if (!this.isWaitingForResponse) {
30760
30763
  if (prevStatus !== "idle") {