Ciprian Radu
Ciprian Radu
```json "provider": { "anthropic": { "models": { "claude-sonnet-4-5[1M]": { "id": "claude-sonnet-4-5-20250929", "name": "Claude Sonnet 4.5 [1M]", "headers": { "anthropic-beta": "context-1m-2025-08-07" }, "limit": { "context": 1000000, "output": 64000 } } }...
> This worked for me: > > * Updated ~/.config/opencode/opencode.json to add [email protected]: > > > ``` > "plugin": [ > "[email protected]", > ], > ``` > > * Then...