agent-afk 5.114.0 → 5.115.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.
@@ -1,3 +1,5 @@
1
1
  import type { ClosureReason } from '../trace/index.js';
2
2
  export declare const CLOSURE_ABORT_RECOVERY_HINT: string;
3
+ export declare const CLOSURE_ITERATION_CAP_RECOVERY_HINT: string;
4
+ export declare const CLOSURE_TIMEOUT_RECOVERY_HINT: string;
3
5
  export declare function buildClosureGuidance(reason: ClosureReason): string | null;
@@ -33,6 +33,7 @@ export interface SearchWitnessResult {
33
33
  query: string;
34
34
  sessionsAvailable: number;
35
35
  sessionsSearched: number;
36
+ sessionsScanned: number;
36
37
  matches: SearchMatch[];
37
38
  truncatedSessions?: string[];
38
39
  }