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