opencode-plugin-flow 4.3.6 → 4.3.7
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/CHANGELOG.md +9 -0
- package/README.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
One short entry per release, written for users deciding whether to upgrade.
|
|
4
4
|
|
|
5
|
+
## [4.3.7] - 2026-07-08
|
|
6
|
+
|
|
7
|
+
Package-smoke patience lore keeps the 4.3.6 release path portable across slower
|
|
8
|
+
macOS Node 24 runners:
|
|
9
|
+
|
|
10
|
+
- The package smoke test now has an explicit timeout large enough for the packed
|
|
11
|
+
consumer declaration check to finish on CI, avoiding a runner-speed-only
|
|
12
|
+
failure after the Release workflow already passed.
|
|
13
|
+
|
|
5
14
|
## [4.3.6] - 2026-07-08
|
|
6
15
|
|
|
7
16
|
Phase-continuity lore removes the rough stop after three completed features and
|
package/README.md
CHANGED
|
@@ -17,8 +17,8 @@ Full project documentation is available in the
|
|
|
17
17
|
## Quick start
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
opencode plugin opencode-plugin-flow@4.3.
|
|
21
|
-
npx -y opencode-plugin-flow@4.3.
|
|
20
|
+
opencode plugin opencode-plugin-flow@4.3.7 --global --force
|
|
21
|
+
npx -y opencode-plugin-flow@4.3.7 sync
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
Restart OpenCode, then give Flow a goal:
|
|
@@ -143,7 +143,7 @@ To update a pinned Flow version, rerun the install command with the new
|
|
|
143
143
|
version. To inspect skill health:
|
|
144
144
|
|
|
145
145
|
```bash
|
|
146
|
-
npx -y opencode-plugin-flow@4.3.
|
|
146
|
+
npx -y opencode-plugin-flow@4.3.7 doctor
|
|
147
147
|
```
|
|
148
148
|
|
|
149
149
|
## Experimental: compaction context
|