Bug: server default model id is invalid (claude-sonnet-4-5-20250514) #15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Discovered during M2.3 smoke test.
researchers/web/server.py:43defaultsMARCHWARDEN_MODELtoclaude-sonnet-4-5-20250514, which 404s against the Anthropic API.Current valid model ids include
claude-sonnet-4-6andclaude-opus-4-6. Update the default and consider validating it at server startup so the failure mode is a clear error instead of an opaque TaskGroup exception.Workaround for now:
MARCHWARDEN_MODEL=claude-sonnet-4-6 marchwarden ask ...