Summary
- Fixed OpenCode community plugin update detection and upgrade behavior across all plugin layers.
Details
- Gentle AI now detects OpenCode plugins from
node_modules,~/.config/opencode/package.json, and~/.config/opencode/tui.json. - Plugins registered only in
tui.jsonnow show as registered and pending materialization instead ofnot installed. gentle-ai update toolsnow updates plugin npm dependencies from~/.config/opencode, updates@opencode-ai/plugin, and clears only the matching OpenCode package cache under~/.cache/opencode/packages/<plugin>@latest.- Restart or reload OpenCode after upgrading plugins so the TUI picks up the refreshed cache.