@adhdev/daemon-core 0.9.82-rc.210 → 0.9.82-rc.211

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
@@ -28908,6 +28908,8 @@ var SpecDriver = class {
28908
28908
  if (this.idleHoldTimer) {
28909
28909
  clearTimeout(this.idleHoldTimer);
28910
28910
  this.idleHoldTimer = null;
28911
+ this.completionIdleKey = "";
28912
+ this.completionIdleFirstSeenAt = 0;
28911
28913
  }
28912
28914
  this.pendingIdleState = null;
28913
28915
  }