You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add dual-protocol LLM client that auto-detects and speaks both OpenAI
Chat Completions and Anthropic Messages API. Enables MiniMax Anthropic
mode and native Claude API support.
- llm_anthropic.go: streaming SSE parser, message/tool conversion,
non-streaming for compaction
- Protocol auto-detection from URL (/anthropic) or LLM_PROTOCOL env var
- 20 unit tests + 4 live integration tests against MiniMax Anthropic
- Boot screen and /session show active protocol
- MiniMax context window (204K) and cost estimates added
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments