@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.
@@ -1764,6 +1764,7 @@ export class AgentSession {
1764
1764
  }, {
1765
1765
  getModel: () => this.model,
1766
1766
  isIdle: () => !this.isStreaming,
1767
+ getSignal: () => this.agent.signal,
1767
1768
  abort: () => this.abort(),
1768
1769
  hasPendingMessages: () => this.pendingMessageCount > 0,
1769
1770
  shutdown: () => {