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/index.js
CHANGED
|
@@ -12507,6 +12507,9 @@ var init_provider_cli_adapter = __esm({
|
|
|
12507
12507
|
}
|
|
12508
12508
|
this.activeModal = null;
|
|
12509
12509
|
this.lastApprovalResolvedAt = Date.now();
|
|
12510
|
+
if (this.isWaitingForResponse) {
|
|
12511
|
+
this.setStatus("generating", "approval_prompt_gone_idle_confirm");
|
|
12512
|
+
}
|
|
12510
12513
|
}
|
|
12511
12514
|
if (!this.isWaitingForResponse) {
|
|
12512
12515
|
if (prevStatus !== "idle") {
|
|
@@ -55516,7 +55519,7 @@ var init_adhdev_daemon = __esm({
|
|
|
55516
55519
|
init_version();
|
|
55517
55520
|
init_src();
|
|
55518
55521
|
init_runtime_defaults();
|
|
55519
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
55522
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.17" });
|
|
55520
55523
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
55521
55524
|
localHttpServer = null;
|
|
55522
55525
|
localWss = null;
|