Commit 16ca82c
committed
fix(provider-defaults): bump default Anthropic model to claude-sonnet-4-5-20250929
The previous default `claude-sonnet-4-20250514` returns 404 from the Anthropic
API today, breaking every published example that says `provider: 'anthropic'`
without an explicit `model:`. Bump default to `claude-sonnet-4-5-20250929`
(verified working) for both `anthropic` and `claude-code-cli` providers, and
update the matching spec assertion so it doesn't drift.1 parent fe20396 commit 16ca82c
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
0 commit comments