@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.
- package/README.md +3 -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
|
-
> **
|
|
33
|
+
> **Slash commands:** Run the install script to get `/plannotator-review`:
|
|
34
34
|
> ```bash
|
|
35
|
-
>
|
|
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
|
|