@dyyz1993/pi-coding-agent 0.74.7 → 0.74.8

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.
@@ -1704,6 +1704,8 @@ export class AgentSession {
1704
1704
  }
1705
1705
  if (bindings.registerChannel !== undefined) {
1706
1706
  this._registerChannel = bindings.registerChannel;
1707
+ this._extensionRunner.flushPendingChannels(bindings.registerChannel);
1708
+ this._extensionRunner.updateRegisterChannel(bindings.registerChannel);
1707
1709
  }
1708
1710
  this._applyExtensionBindings(this._extensionRunner);
1709
1711
  await this._extensionRunner.emit(this._sessionStartEvent);