@hoilab/ada-cli 0.84.16 → 0.84.18

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.
@@ -271,6 +271,8 @@ export declare class AgentSession {
271
271
  private _maybeAutoMemorize;
272
272
  private _lastAssistantMessage;
273
273
  private _lastAutoMemorizeAt;
274
+ /** Redacted user-message content pending persistence (vault expansion). */
275
+ private _pendingUserRedactions;
274
276
  /** Internal handler for agent events - shared by subscribe and reconnect */
275
277
  private _handleAgentEvent;
276
278
  private _willRetryAfterAgentEnd;