github mksglu/context-mode v0.9.5

latest releases: v1.0.89, v1.0.88, v1.0.87...
one month ago

Fixes

  • Root cause fix for upgrade not updating plugin registry — The upgrade skill was running npx tsx src/cli.ts but the upgrade command only copied build/ to the plugin cache, never src/. This meant src/cli.ts was always the original version from first install, so all new upgrade logic (registry updates, cache cleanup, version detection) never executed.
    • Skill now runs node build/cli.js (always copied during upgrade)
    • Upgrade also copies src/ for consistency
    • All users will get the fix on their next /context-mode:upgrade

Full Changelog: v0.9.4...v0.9.5

Don't miss a new context-mode release

NewReleases is sending notifications on new releases.