Skip to content

Commit 1df0c80

Browse files
aklofasclaude
andcommitted
Add plugin update workaround to README install section
Claude Code's /plugin update doesn't refresh the local cache, a known issue with 10+ reports (anthropics/claude-code#36317). Added NOTE with cache-clearing workaround for users stuck on old versions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 99099ec commit 1df0c80

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@ For the end-to-end walkthrough from S-expression parsing through signal detectio
9292
/plugin install kicad-happy@kicad-happy
9393
```
9494

95+
> [!NOTE]
96+
> `/plugin update` may not detect new versions due to a [known Claude Code issue](https://github.com/anthropics/claude-code/issues/36317).
97+
> To get the latest version, clear the cache and reinstall:
98+
> ```
99+
> rm -rf ~/.claude/plugins/cache/kicad-happy ~/.claude/plugins/marketplaces/kicad-happy
100+
> /plugin marketplace add aklofas/kicad-happy
101+
> /plugin install kicad-happy@kicad-happy
102+
> ```
103+
95104
**OpenAI Codex:**
96105
97106
Clone and open the repo in Codex — skills are auto-discovered from `.agents/skills/`:

0 commit comments

Comments
 (0)