@plannotator/opencode 0.5.3 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,10 +30,11 @@ Add to your `opencode.json`:
30
30
 
31
31
  Restart OpenCode. The `submit_plan` tool is now available.
32
32
 
33
- > **Existing users:** If you're stuck on an old version, clear both caches and restart:
33
+ > **Slash commands:** Run the install script to get `/plannotator-review`:
34
34
  > ```bash
35
- > rm -rf ~/.cache/opencode/node_modules/@plannotator ~/.bun/install/cache/@plannotator
35
+ > curl -fsSL https://plannotator.ai/install.sh | bash
36
36
  > ```
37
+ > This also clears any cached plugin versions.
37
38
 
38
39
  ## How It Works
39
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plannotator/opencode",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Plannotator plugin for OpenCode - interactive plan review with visual annotation",
5
5
  "author": "backnotprop",
6
6
  "license": "BSL-1.1",