@codex-infinity/pi-infinity 0.63.2 → 0.63.3

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.
@@ -971,6 +971,7 @@ export class InteractiveMode {
971
971
  modelRegistry: this.session.modelRegistry,
972
972
  model: this.session.model,
973
973
  isIdle: () => !this.session.isStreaming,
974
+ signal: this.session.agent.signal,
974
975
  abort: () => this.session.abort(),
975
976
  hasPendingMessages: () => this.session.pendingMessageCount > 0,
976
977
  shutdown: () => {