github mksglu/context-mode v0.9.11

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

Fixes

  • Aggressive cache heal: pretooluse.mjs hook now copies all new files directly into the registry's installPath directory (e.g., 0.7.0/), updates the version in installed_plugins.json, and deletes all stale version directories. This fixes the "stuck on old version" problem for all users.
  • In-place upgrade: Upgrade command updates files in the current directory instead of creating new version directories.

How it works

After /context-mode:upgrade, the upgrade updates the hook path to the new code. On the next tool use, the hook automatically:

  1. Copies new code into the old installPath directory
  2. Updates the version in the registry
  3. Deletes stale cache directories

One session restart after upgrade picks up the new version completely.

Upgrade

```
/context-mode:upgrade
```

Restart your Claude Code session after upgrade.

Don't miss a new context-mode release

NewReleases is sending notifications on new releases.