fix(providers): update Anthropic default model to claude-sonnet-4-6

Update the Anthropic provider default model and matching docs/tests from claude-sonnet-4-20250514 to claude-sonnet-4-6.

Fixes #4675
This commit is contained in:
LILAC
2026-07-03 15:46:19 +08:00
committed by GitHub
parent c9c69e4316
commit b19a744110
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ Without parameters, returns a key config overview:
my(action="check")
# → max_iterations: 40
# context_window_tokens: 200000
# model: 'anthropic/claude-sonnet-4-20250514'
# model: 'anthropic/claude-sonnet-4-6'
# workspace: PosixPath('/tmp/workspace')
# provider_retry_mode: 'standard'
# max_tool_result_chars: 16000