You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,19 @@ Add this to `opencode.json`:
14
14
15
15
```json
16
16
{
17
-
"plugin": ["opencode-planner@beta"]
17
+
"plugin": ["opencode-planner"]
18
18
}
19
19
```
20
20
21
21
Then restart OpenCode.
22
22
23
-
`beta` is the recommended install channel until the package has a stable release. This keeps prereleases off `latest`.
23
+
`opencode-planner` now publishes stable releases to `latest`, so the unqualified package name is the recommended install channel.
24
24
25
25
If you want reproducible installs instead of automatic plugin refreshes, pin an exact version:
26
26
27
27
```json
28
28
{
29
-
"plugin": ["opencode-planner@0.1.1-beta.1"]
29
+
"plugin": ["opencode-planner@0.2.0"]
30
30
}
31
31
```
32
32
@@ -124,12 +124,12 @@ If you edit the plan after calling `submit_plan`, the plugin treats that as a ne
124
124
125
125
## Auto-updates
126
126
127
-
OpenCode installs and updates npm plugins automatically. During the beta phase of this plugin, `opencode-planner@beta` gives the smoothest update path for most users.
127
+
OpenCode installs and updates npm plugins automatically. `opencode-planner` tracks `@latest` by default, which is the recommended channel for most users.
128
128
129
-
For this package's current prerelease phase, use `opencode-planner@beta` instead of `@latest`.
129
+
The `beta` dist-tag currently points at the same release as `latest`. That keeps existing beta installs on the current stable build until a future prerelease line resumes.
130
130
131
-
-`@beta`: pick up new prerelease plugin versions on restart without opting into a future stable channel
132
-
-`@latest`: reserved for stable releases
131
+
-`@latest`: pick up stable plugin versions on restart
132
+
-`@beta`: currently follows the same version as `@latest`
133
133
- exact version pin: stay fixed until the config is changed deliberately
134
134
135
135
If OpenCode appears to keep an older cached plugin, clear the cache under `~/.cache/opencode/` and restart.
0 commit comments