opencode-plugin-flow 7.3.1 → 7.3.2
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 +16 -2
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
One short entry per release, written for users deciding whether to upgrade.
|
|
4
4
|
|
|
5
|
-
## [
|
|
5
|
+
## [7.3.2] - 2026-08-17
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Eval and release discipline for thin-router planning.
|
|
8
|
+
|
|
9
|
+
- `plan-only-stops` fails worker dispatch during planning and `flow_plan_save`
|
|
10
|
+
without prior `flow_guidance { id: "flow-plan" }`; committed cassettes pin both.
|
|
11
|
+
Eval reports include ungated `guidanceSkipped` counts for lazy-loading compliance.
|
|
12
|
+
`skipped-case-named-binding` isolates ADR 0012's named-case rule without a
|
|
13
|
+
`platform: "win32"` gate. Prompt footprint ceiling ratcheted to 16,000 bytes. The
|
|
14
|
+
Session v5 schema and the published command, tool, guide, and agent inventory are
|
|
15
|
+
unchanged.
|
|
16
|
+
|
|
17
|
+
Install or update:
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
opencode plugin opencode-plugin-flow@7.3.2 --global --force
|
|
21
|
+
```
|
|
8
22
|
|
|
9
23
|
## [7.3.1] - 2026-08-17
|
|
10
24
|
|
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ expensive, and it is overhead when it is not.
|
|
|
40
40
|
Install the exact npm release through OpenCode:
|
|
41
41
|
|
|
42
42
|
```bash
|
|
43
|
-
opencode plugin opencode-plugin-flow@7.3.
|
|
43
|
+
opencode plugin opencode-plugin-flow@7.3.2 --global --force
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
Omit `--global` for project scope. Version pins are exact and never update on
|
|
@@ -51,7 +51,7 @@ The equivalent manual project configuration is:
|
|
|
51
51
|
```json
|
|
52
52
|
{
|
|
53
53
|
"$schema": "https://opencode.ai/config.json",
|
|
54
|
-
"plugin": ["opencode-plugin-flow@7.3.
|
|
54
|
+
"plugin": ["opencode-plugin-flow@7.3.2"]
|
|
55
55
|
}
|
|
56
56
|
```
|
|
57
57
|
|