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

@@ -1,5 +1,13 @@
# Changelog
## 2025-09-28 - 0.6.1 - fix(provider.anthropic)
Fix Anthropic research tool identifier and add tests + local Claude permissions
- Replace Anthropic research tool type from 'computer_20241022' to 'web_search_20250305' to match the expected web-search tool schema.
- Add comprehensive test suites and fixtures for providers and research features (new/updated tests under test/ including anthropic, openai, research.* and stubs).
- Fix test usage of XAI provider class name (use XAIProvider) and adjust basic provider test expectations (provider instantiation moved to start()).
- Add .claude/settings.local.json with local Claude permissions to allow common CI/dev commands and web search during testing.
## 2025-09-28 - 0.6.0 - feat(research)
Introduce research API with provider implementations, docs and tests