You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.json now show as registered and pending materialization instead of not installed.
gentle-ai update tools now 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.