Mike Livin
66 posts



Apologies, this was a docs clean up we rolled out that’s caused some confusion. Nothing is changing about how you can use the Agent SDK and MAX subscriptions!

Major Claude Code policy clear up from Anthropic: "Using OAuth tokens obtained through Claude Free, Pro, or Max accounts in any other product, tool, or service — including the Agent SDK — is not permitted"






This is Claude Sonnet 4.6: our most capable Sonnet model yet. It’s a full upgrade across coding, computer use, long-context reasoning, agent planning, knowledge work, and design. It also features a 1M token context window in beta.





Sonnet 4.6 from @AnthropicAI dropped today. How can you add the latest and greatest models to your OpenClaw instance without waiting for an upgrade? 🤔 @openclaw v2026.2.15 still says 'Unknown model: anthropic/claude-sonnet-4-6' if you try to use it out of box. We've got a simple fix for you here: 1. Add this inline provider block to openclaw.json under models.providers.anthropic.models:{ "id": "claude-sonnet-4-6", "name": "Claude Sonnet 4.6", "reasoning": true, "input": ["text", "image"], "cost": { "input": 3, "output": 15, "cacheRead": 0.3, "cacheWrite": 3.75 }, "contextWindow": 200000, "maxTokens": 64000 } 2. Set agents.defaults.model.primary = "anthropic/claude-sonnet-4-6" 3. Restart your gateway. With this, you can enjoy Sonnet's cheaper and more efficient adaptive thinking while keeping increased productivity. 🫡




















