@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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adhdev/session-host-core",
3
- "version": "0.9.16",
3
+ "version": "0.9.17",
4
4
  "description": "ADHDev local session host core \u2014 session registry, protocol, buffers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adhdev/daemon-core",
3
- "version": "0.9.16",
3
+ "version": "0.9.17",
4
4
  "description": "ADHDev daemon core \u2014 CDP, IDE detection, providers, command execution",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1153,6 +1153,9 @@ export class ProviderCliAdapter implements CliAdapter {
1153
1153
  if (this.approvalExitTimeout) { clearTimeout(this.approvalExitTimeout); this.approvalExitTimeout = null; }
1154
1154
  this.activeModal = null;
1155
1155
  this.lastApprovalResolvedAt = Date.now();
1156
+ if (this.isWaitingForResponse) {
1157
+ this.setStatus('generating', 'approval_prompt_gone_idle_confirm');
1158
+ }
1156
1159
  }
1157
1160
  if (!this.isWaitingForResponse) {
1158
1161
  if (prevStatus !== 'idle') {