@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 +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/public/assets/index-C-TSgji3.css +1 -0
- package/public/assets/{index-BYtAw8dq.js → index-D7ATdaBV.js} +19 -19
- package/public/index.html +2 -2
- package/vendor/session-host-daemon/index.d.mts +2 -0
- package/vendor/session-host-daemon/index.d.ts +2 -0
- package/vendor/session-host-daemon/index.js +31 -6
- package/vendor/session-host-daemon/index.js.map +1 -1
- package/vendor/session-host-daemon/index.mjs +31 -6
- package/vendor/session-host-daemon/index.mjs.map +1 -1
- package/public/assets/index-BSO1MqUY.css +0 -1
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") {
|