@dyyz1993/pi-coding-agent 0.74.27 → 0.74.28

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.
@@ -252,6 +252,9 @@ export declare class AgentSession {
252
252
  /** Emit an event to all listeners */
253
253
  private _emit;
254
254
  private _emitQueueUpdate;
255
+ /** Emit entries_invalidated event to extensions when entries are removed from LLM context.
256
+ * This is a notification-only event; it does not block or collect results. */
257
+ private _emitEntriesInvalidated;
255
258
  private _lastAssistantMessage;
256
259
  /** Internal handler for agent events - shared by subscribe and reconnect */
257
260
  private _handleAgentEvent;