halloweed-anthropic-auth
v0.1.0
Published
Standalone OpenCode plugin for Anthropic Claude OAuth.
Maintainers
Readme
halloweed-anthropic-auth
Standalone OpenCode plugin for Anthropic Claude OAuth.
Install
npm install halloweed-anthropic-authOpenCode config
{
"plugin": ["halloweed-anthropic-auth"]
}For older OpenCode versions that auto-load the old built-in package, disable defaults first:
{
"env": {
"OPENCODE_DISABLE_DEFAULT_PLUGINS": "1"
},
"plugin": ["halloweed-anthropic-auth"]
}Publish
npm login
npm publishNotes
- This is a standalone fork of
opencode-anthropic-auth. - It preserves Claude Pro/Max OAuth and API key creation flows.
