Anthropic authentication plugin for OpenCode.
- Clone the repo locally:
git clone https://github.com/seaweeduk/opencode-anthropic-auth.git- Install dependencies:
cd opencode-anthropic-auth
bun install- Update your
opencode.jsonto include the plugin:
{
"plugin": ["file:///path/to/opencode-anthropic-auth/index.mjs"]
}