@adhdev/daemon-standalone 0.8.68 → 0.8.69

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 CHANGED
@@ -52726,7 +52726,10 @@ var StandaloneServer = class {
52726
52726
  }
52727
52727
  }
52728
52728
  }),
52729
- onStatusChange: () => this.scheduleBroadcastStatus(),
52729
+ onStatusChange: () => {
52730
+ this.scheduleBroadcastStatus();
52731
+ void this.flushWsChatSubscriptions(void 0, { onlyActive: false });
52732
+ },
52730
52733
  removeAgentTracking: () => {
52731
52734
  },
52732
52735
  hostedRuntimeManagerTag: "adhdev-standalone",
@@ -52752,7 +52755,10 @@ var StandaloneServer = class {
52752
52755
  statusInstanceId,
52753
52756
  statusVersion: pkgVersion,
52754
52757
  statusDaemonMode: false,
52755
- onStatusChange: () => this.scheduleBroadcastStatus(),
52758
+ onStatusChange: () => {
52759
+ this.scheduleBroadcastStatus();
52760
+ void this.flushWsChatSubscriptions(void 0, { onlyActive: false });
52761
+ },
52756
52762
  sessionHostControl,
52757
52763
  onStreamsUpdated: (ideType, streams) => {
52758
52764
  if (!this.components) return;