Fixes
- Fix marketplace version detection — Doctor now reads version from
installed_plugins.json(Claude Code's source of truth) instead of the cache directory name. This resolves the persistent "Marketplace: v0.7.0" warning after upgrading. - Fix plugin registry update — Upgrade command now properly updates
installed_plugins.jsonby parsing JSON and finding the context-mode entry directly, instead of broken string replacement. - Remove broken cache directory migration — The in-place upgrade can't rename directories while the process runs from them. Replaced with old cache directory cleanup.
Full Changelog: v0.9.2...v0.9.3