Fix invalid default model id #21
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/model-default-id"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes Issue #15
Both
researchers/web/server.pyandresearchers/web/agent.pydefaulted toclaude-sonnet-4-5-20250514, which 404s against the Anthropic API. Updated both toclaude-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.