b94b193c21
The doctor's fix messages for outdated/mismatched plugin versions were directing users to ~/.config/opencode with `bun update`, but OpenCode loads plugins from its cache directory (~/.cache/opencode on Linux, ~/Library/Caches/opencode on macOS). Additionally, pinned versions in the cache package.json make `bun update` a no-op — `bun add ...@latest` is required. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>