agent-afk 5.107.1 → 5.108.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,6 +3,7 @@ export { resolveEffort, resolveMaxTokens, resolveThinkingParam } from './resolve
3
3
  import { type AnthropicDirectProviderOptions } from './provider-options.js';
4
4
  export { __setAnthropicClientFactory, type AnthropicClientFactory, type AnthropicDirectProviderOptions, } from './provider-options.js';
5
5
  export { resolveUserSystem } from './provider-query-setup.js';
6
+ export declare const DEFAULT_MODEL = "claude-sonnet-4-6";
6
7
  export declare class AnthropicDirectProvider implements ModelProvider {
7
8
  readonly name = "anthropic-direct";
8
9
  private readonly externalTools;