fix(provider.anthropic): Fix Anthropic research tool identifier and add tests + local Claude permissions

This commit is contained in:
2025-09-28 15:51:50 +00:00
parent 0403443634
commit f70353e6ca
9 changed files with 578 additions and 70 deletions

View File

@@ -253,7 +253,7 @@ export class AnthropicProvider extends MultiModalModel {
// Build the tool configuration for web search
const tools = this.options.enableWebSearch ? [
{
type: 'computer_20241022' as const,
type: 'web_search_20250305' as const,
name: 'web_search',
description: 'Search the web for current information',
input_schema: {