From f1039dcaf7dcbff8503929ec591b4a2a3d8e4205 Mon Sep 17 00:00:00 2001 From: Zakir Jiwani <108548454+JiwaniZakir@users.noreply.github.com> Date: Sat, 4 Apr 2026 16:49:14 +0000 Subject: [PATCH] Document cache-clear fix when plugin auth does not work Co-Authored-By: Claude Sonnet 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54ebbcf..f9d3405 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ If only one account is found, the switcher is hidden and the plugin uses it dire | "Credentials not found" | Run `claude` to authenticate with Claude Code first | | "Keychain is locked" | Run `security unlock-keychain ~/Library/Keychains/login.keychain-db` | | "Token expired and refresh failed" | The plugin runs `claude` CLI to refresh automatically. If this fails, re-authenticate manually by running `claude` | +| Plugin added to `opencode.json` but auth still fails | Run `rm -rf ~/.cache/opencode` then restart OpenCode — it will reinstall plugins fresh from the cache | | Not working on Linux/Windows | Ensure `~/.claude/.credentials.json` exists. Run `claude` to create it | | Keychain access denied | Grant access when macOS prompts you | | Keychain read timed out | Restart Keychain Access (can happen on macOS Tahoe) |