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
feat: switch to Bedrock Mantle endpoint, new model lineup, fix tool-use bugs
- Switch from native Bedrock SDK to Mantle (OpenAI-compatible endpoint)
which gives all models uniform tool-use support including GLM 5
- New 3-tier lineup: MiniMax M2.1 (budget), GLM 4.7 (mid), GLM 5 (premium)
- Fix NadirClaw bug: empty string content on assistant tool_call messages
became None, rejected by Bedrock (sed patch in Dockerfile)
- Disable NADIRCLAW_OPTIMIZE — the optimizer strips tool_calls and
tool_call_id from messages, breaking all tool-use conversations
- Load Mantle API key from ~/.nadirclaw/mantle.env via docker-compose
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments