@plannotator/opencode 0.4.5 → 0.4.7-beta.0
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 +2 -2
- package/dist/index.js +14 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,9 +30,9 @@ 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
|
|
33
|
+
> **Existing users:** If you're stuck on an old version, clear both caches and restart:
|
|
34
34
|
> ```bash
|
|
35
|
-
> rm -rf ~/.cache/opencode/node_modules/@plannotator
|
|
35
|
+
> rm -rf ~/.cache/opencode/node_modules/@plannotator ~/.bun/install/cache/@plannotator
|
|
36
36
|
> ```
|
|
37
37
|
|
|
38
38
|
## How It Works
|