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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: 'agl',
6
- version: '22.0.4',
6
+ version: '23.0.0',
7
7
  description: 'Agent Gateway Layer for OpenCode and FlexHarness sessions'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxLQUFLO0lBQ1gsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLDJEQUEyRDtDQUN6RSxDQUFBIn0=
@@ -384,6 +384,7 @@ export declare class OpenCodeController {
384
384
  private handleFlexToolExecution;
385
385
  private handleFlexReasoningUpdate;
386
386
  private handleFlexTextUpdate;
387
+ private handleFlexPartDelta;
387
388
  private getOpenCodeToolStreamCursor;
388
389
  private getOpenCodeMessageStreamCursor;
389
390
  private openCodeToolExecutionKey;
@@ -398,6 +399,7 @@ export declare class OpenCodeController {
398
399
  private handleOpenCodeMessageUpdate;
399
400
  private handleOpenCodeToolExecution;
400
401
  private controllerEventKey;
402
+ private latestPendingControllerDelta;
401
403
  private queueOpenCodeControllerEvent;
402
404
  private startOpenCodeControllerEventDrain;
403
405
  private drainOpenCodeControllerEvents;