agl 22.0.4 → 23.0.0

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.
@@ -53,6 +53,7 @@ export declare class OpenCodeClientAdapter {
53
53
  private readonly sessionMetricsCache;
54
54
  private readonly liveMessagePartCache;
55
55
  private liveMessagePartCacheBytes;
56
+ private readonly liveMessageEventIds;
56
57
  constructor(options: IOpenCodeClientOptions);
57
58
  private requireDirectory;
58
59
  getStatuses(directoryArg: string, signal?: AbortSignal): Promise<Record<string, TControllerSessionStatus>>;
@@ -137,6 +138,7 @@ export declare class OpenCodeClientAdapter {
137
138
  stopEventStream(): Promise<void>;
138
139
  private liveMessagePartKey;
139
140
  private clearLiveMessagePartCache;
141
+ private acceptLiveMessageEventId;
140
142
  private clearLiveMessagePartsForSession;
141
143
  private clearLiveMessagePartsForMessage;
142
144
  private projectLiveMessageUpdate;