@plannotator/opencode 0.3.0 → 0.3.1

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.
package/README.md CHANGED
@@ -24,12 +24,17 @@ Add to your `opencode.json`:
24
24
  ```json
25
25
  {
26
26
  "$schema": "https://opencode.ai/config.json",
27
- "plugin": ["@plannotator/opencode"]
27
+ "plugin": ["@plannotator/opencode@latest"]
28
28
  }
29
29
  ```
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 the cache and restart:
34
+ > ```bash
35
+ > rm -rf ~/.cache/opencode/node_modules/@plannotator
36
+ > ```
37
+
33
38
  ## How It Works
34
39
 
35
40
  1. Agent calls `submit_plan` → Plannotator opens in your browser
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plannotator/opencode",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Plannotator plugin for OpenCode - interactive plan review with visual annotation",
5
5
  "author": "backnotprop",
6
6
  "license": "BSL-1.1",