agl 22.0.2 → 22.0.4

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.2',
6
+ version: '22.0.4',
7
7
  description: 'Agent Gateway Layer for OpenCode and FlexHarness sessions'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxLQUFLO0lBQ1gsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLDJEQUEyRDtDQUN6RSxDQUFBIn0=
@@ -115,6 +115,7 @@ export declare class SmartDataAuthStore implements IAuthStore {
115
115
  private insertSessionState;
116
116
  private transitionSessionState;
117
117
  getSessionState(projectIdArg: string, sessionIdArg: IControllerRuntimeId): Promise<IControllerSessionState>;
118
+ readFlexProjectTasks(projectIdArg: string, sessionIdArg: string, sessionGenerationArg: Readonly<TFlexSessionGeneration>): Promise<plugins.flexharness.IFlexProjectTask[]>;
118
119
  loadFlexProjectManagement(projectIdArg: string, sessionIdArg: string, sessionGenerationArg: Readonly<TFlexSessionGeneration>): Promise<TFlexProjectManagementRecord | undefined>;
119
120
  saveFlexProjectManagement(projectIdArg: string, sessionIdArg: string, snapshotArg: TFlexProjectManagementSnapshot, expectedRevisionArg: number, writeContextArg: TFlexProjectManagementWriteContext): Promise<void>;
120
121
  tombstoneFlexProjectManagement(projectIdArg: string, sessionIdArg: string, tombstoneArg: TFlexProjectManagementTombstone, expectedRevisionArg: number): Promise<void>;