adhdev 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/cli/index.js +4 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- 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/dist/cli/index.js
CHANGED
|
@@ -13463,6 +13463,9 @@ var init_provider_cli_adapter = __esm({
|
|
|
13463
13463
|
}
|
|
13464
13464
|
this.activeModal = null;
|
|
13465
13465
|
this.lastApprovalResolvedAt = Date.now();
|
|
13466
|
+
if (this.isWaitingForResponse) {
|
|
13467
|
+
this.setStatus("generating", "approval_prompt_gone_idle_confirm");
|
|
13468
|
+
}
|
|
13466
13469
|
}
|
|
13467
13470
|
if (!this.isWaitingForResponse) {
|
|
13468
13471
|
if (prevStatus !== "idle") {
|
|
@@ -87236,7 +87239,7 @@ var init_adhdev_daemon = __esm({
|
|
|
87236
87239
|
init_version();
|
|
87237
87240
|
init_src();
|
|
87238
87241
|
init_runtime_defaults();
|
|
87239
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
87242
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.17" });
|
|
87240
87243
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
87241
87244
|
localHttpServer = null;
|
|
87242
87245
|
localWss = null;
|