agent-afk 5.20.6 → 5.20.7

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.
@@ -41,6 +41,7 @@ export declare class OpenAICompatibleQuery implements ProviderQuery {
41
41
  private readonly closedPromise;
42
42
  private lastUsage;
43
43
  constructor(opts: OpenAICompatibleQueryOptions);
44
+ private activeOpenAITools;
44
45
  [Symbol.asyncIterator](): AsyncIterator<ProviderEvent>;
45
46
  private runTurn;
46
47
  private _runTurnInner;
@@ -8,6 +8,7 @@ export declare class AgentSession implements IAgentSession {
8
8
  private config;
9
9
  private _pendingPlanExitSeed;
10
10
  private _prePlanPermissionMode;
11
+ private _modeBeforeDefault;
11
12
  private currentState;
12
13
  private providerQuery;
13
14
  private providerIterator;