Fix invalid default model id #21

Merged
archeious merged 1 commit from fix/model-default-id into main 2026-04-08 21:26:06 +00:00
Collaborator

Closes Issue #15

Both researchers/web/server.py and researchers/web/agent.py defaulted to claude-sonnet-4-5-20250514, which 404s against the Anthropic API. Updated both to claude-sonnet-4-6 (current as of 2026-04). 88/88 tests still pass.

Future hardening (out of scope for this PR): validate the model id at server startup so the failure mode is a clear error instead of an opaque TaskGroup exception.

Closes Issue #15 Both `researchers/web/server.py` and `researchers/web/agent.py` defaulted to `claude-sonnet-4-5-20250514`, which 404s against the Anthropic API. Updated both to `claude-sonnet-4-6` (current as of 2026-04). 88/88 tests still pass. Future hardening (out of scope for this PR): validate the model id at server startup so the failure mode is a clear error instead of an opaque TaskGroup exception.
claude-code added 1 commit 2026-04-08 21:25:27 +00:00
Both the MCP server and WebResearcher defaulted to
claude-sonnet-4-5-20250514, which 404s against the Anthropic API.
Update both defaults to claude-sonnet-4-6, which is current as of
2026-04.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
archeious approved these changes 2026-04-08 21:26:02 +00:00
archeious merged commit 50d59abf52 into main 2026-04-08 21:26:06 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: archeious/marchwarden#21
No description provided.