@osovv/vv-opencode 1.3.4 → 1.3.6-rc.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/CHANGELOG.md +37 -0
- package/README.md +378 -384
- package/dist/commands/analytics.js +2 -0
- package/dist/commands/analytics.js.map +1 -1
- package/dist/commands/upgrade.d.ts +13 -6
- package/dist/commands/upgrade.js +31 -25
- package/dist/commands/upgrade.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +6 -5
- package/dist/index.js.map +1 -1
- package/dist/lib/opencode.js +3 -2
- package/dist/lib/opencode.js.map +1 -1
- package/dist/lib/peak-hours.d.ts +53 -0
- package/dist/lib/peak-hours.js +389 -0
- package/dist/lib/peak-hours.js.map +1 -0
- package/dist/lib/plugin-toggle-config.d.ts +71 -1
- package/dist/lib/plugin-toggle-config.js +77 -3
- package/dist/lib/plugin-toggle-config.js.map +1 -1
- package/dist/lib/vvoc-config.d.ts +84 -0
- package/dist/lib/vvoc-config.js +42 -1
- package/dist/lib/vvoc-config.js.map +1 -1
- package/dist/plugins/peak-hours/index.d.ts +31 -0
- package/dist/plugins/peak-hours/index.js +299 -0
- package/dist/plugins/peak-hours/index.js.map +1 -0
- package/dist/tui/analytics/indicator.js.map +1 -1
- package/dist/tui/peak-hours/banner.d.ts +26 -0
- package/dist/tui/peak-hours/banner.js +126 -0
- package/dist/tui/peak-hours/banner.js.map +1 -0
- package/dist/tui.js +13 -6
- package/dist/tui.js.map +1 -1
- package/package.json +7 -3
- package/schemas/vvoc/v3.json +326 -57
- package/templates/skills/vv-execute/SKILL.md +11 -11
- package/templates/skills/vv-plan/SKILL.md +9 -8
- package/templates/skills/vv-plan/references/plan-template.xml +4 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
|
1
|
+
## <small>1.3.6-rc.0 (2026-08-21)</small>
|
|
2
|
+
|
|
3
|
+
### Summary
|
|
4
|
+
|
|
5
|
+
This release adds the PeakHoursPlugin, which makes peak-priced billing windows visible and optionally gates new work: in hard mode a message whose provider is inside a configured peak window is rejected before any LLM request with the window end, wait time, and connected providers currently outside peak, while soft mode appends a bounded cost notice and keeps a persistent orange TUI banner visible; sessions created before a window started, subagent-like agents, and internal OpenCode agents are never hard-blocked, revision-dated default schedules for DeepSeek, Z.AI, and Qwen are materialized into vvoc.json by sync/init without overwriting user edits, and unknown providers are never gated. The release also makes the npm publication channel explicit end to end: pre-release versions now publish to a dedicated rc dist-tag with pre-release-marked GitHub Releases instead of silently moving the latest tag, so default `vvoc upgrade` stays on stable releases, and users can deliberately opt into candidates with `vvoc upgrade --rc` (or `--allow-prerelease`), which resolves the rc dist-tag and reports clearly when no candidate is available.
|
|
6
|
+
|
|
7
|
+
* chore(grace): add approved C-PLUGIN-PEAK-HOURS spec and plan bundle ([02aefdb](https://github.com/osovv/vv-opencode/commit/02aefdb))
|
|
8
|
+
* chore(grace): add approved C-RELEASE-RC-CHANNEL spec and plan bundle ([39a2e76](https://github.com/osovv/vv-opencode/commit/39a2e76))
|
|
9
|
+
* chore(grace): apply and archive C-PLUGIN-PEAK-HOURS ([5069639](https://github.com/osovv/vv-opencode/commit/5069639))
|
|
10
|
+
* chore(grace): apply and archive C-RELEASE-RC-CHANNEL ([3de9627](https://github.com/osovv/vv-opencode/commit/3de9627))
|
|
11
|
+
* chore(grace): synchronize release channel projections for C-RELEASE-RC-CHANNEL ([a47c700](https://github.com/osovv/vv-opencode/commit/a47c700))
|
|
12
|
+
* docs(peak-hours): document modes, grace, defaults, aliases, and the TUI banner ([9b01d07](https://github.com/osovv/vv-opencode/commit/9b01d07))
|
|
13
|
+
* docs(release): document the rc dist-tag channel, upgrade flags, and maintainer workflow ([2906a51](https://github.com/osovv/vv-opencode/commit/2906a51))
|
|
14
|
+
* feat(peak-hours): add chat.message server plugin with grace and suggestions ([760f418](https://github.com/osovv/vv-opencode/commit/760f418))
|
|
15
|
+
* feat(peak-hours): add persistent app_bottom TUI banner ([5fb1853](https://github.com/osovv/vv-opencode/commit/5fb1853))
|
|
16
|
+
* feat(peak-hours): add pure provider-level schedule library ([419fc8d](https://github.com/osovv/vv-opencode/commit/419fc8d))
|
|
17
|
+
* feat(peak-hours): add toggle, revision-dated default schedules, schema arm, and sync materialization ([2acf947](https://github.com/osovv/vv-opencode/commit/2acf947))
|
|
18
|
+
* feat(peak-hours): synchronize GRACE graph, verification, and requirements projections ([cfb8cf1](https://github.com/osovv/vv-opencode/commit/cfb8cf1))
|
|
19
|
+
* feat(publish): publish through a validated channel input with an explicit npm dist-tag ([f33d386](https://github.com/osovv/vv-opencode/commit/f33d386))
|
|
20
|
+
* feat(release): derive publish channel from version and mark rc releases pre-release ([1b78336](https://github.com/osovv/vv-opencode/commit/1b78336))
|
|
21
|
+
* feat(upgrade): resolve rc upgrades from the npm rc dist-tag ([c6b3664](https://github.com/osovv/vv-opencode/commit/c6b3664))
|
|
22
|
+
* test(peak-hours): update canonical plugin count in CLI toggle coverage ([fbb60a5](https://github.com/osovv/vv-opencode/commit/fbb60a5))
|
|
23
|
+
* test(release): fix channel contradiction test to assert the exit path ([2fc2190](https://github.com/osovv/vv-opencode/commit/2fc2190))
|
|
24
|
+
* fix(grace): sync analytics and branding MODULE_MAP blocks with actual symbols ([3ec0f02](https://github.com/osovv/vv-opencode/commit/3ec0f02))
|
|
25
|
+
* fix(peak-hours): describe the peak-hours schema arm in both schema surfaces ([302d2a4](https://github.com/osovv/vv-opencode/commit/302d2a4))
|
|
26
|
+
|
|
27
|
+
## <small>1.3.5 (2026-08-21)</small>
|
|
28
|
+
|
|
29
|
+
### Summary
|
|
30
|
+
|
|
31
|
+
Release 1.3.5 clarifies what vv-opencode offers and makes plan documents easier to work with by hand. The docs are restructured around an outcome-first pitch that reframes the package as an opinionated agentic development layer for OpenCode, adds a "You just talk to OpenCode normally" section showing how vv-controller picks the lightest trajectory for each request while explicit spec, plan, and execute skills take over only when the work needs them, and surfaces provider-neutral web tools in a new Why section. On the functional side, plan tasks and waves now carry their identity in unique element names (`<TASK-T-NNN>` and `<WAVE-N>`) instead of generic tags with child id/num elements, so long task blocks stay addressable and grep/sed extraction used by vv-plan and vv-execute remains exact without a separate query language; the plan template, skill format rules, plan-validation checks, and README grep examples are updated to match.
|
|
32
|
+
|
|
33
|
+
* docs(readme): reframe pitch as agentic layer and add natural-trajectory section ([d197955](https://github.com/osovv/vv-opencode/commit/d197955))
|
|
34
|
+
* docs(readme): restructure around outcome-first pitch and runtime value ([9e6910b](https://github.com/osovv/vv-opencode/commit/9e6910b))
|
|
35
|
+
* docs(readme): surface provider-neutral web tools in the Why section ([c90ecf0](https://github.com/osovv/vv-opencode/commit/c90ecf0))
|
|
36
|
+
* feat(skills): give plan tasks and waves unique element-name boundaries ([8f52f0c](https://github.com/osovv/vv-opencode/commit/8f52f0c))
|
|
37
|
+
|
|
1
38
|
## <small>1.3.4 (2026-08-19)</small>
|
|
2
39
|
|
|
3
40
|
### Summary
|