@osovv/vv-opencode 1.4.4 → 1.4.5

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 CHANGED
@@ -1,3 +1,14 @@
1
+ ## <small>1.4.5 (2026-09-22)</small>
2
+
3
+ ### Summary
4
+
5
+ Version 1.4.5 expands the shipped preset and provider-patch lineup around Xiaomi's MiMo models. A new vv-osovv-mimo preset assigns xiaomi/vv-mimo-v2.6-flash-high to both the default and smart roles, keeps openai/vv-codex-gpt-5.6-luna-low as the fast role, uses zai-coding-plan/vv-glm-5.3-max for review, and runs the single-session orchestration profile, so it can be applied directly with vvoc preset vv-osovv-mimo. The vv-osovv-zai, vv-osovv-qwen, vv-astra-solo, and vv-astra-workers presets now route their worker default role to xiaomi/vv-mimo-v2.6-flash-high while leaving their smart, fast, and reviewer assignments and profiles unchanged. A new xiaomi patch-provider preset installs the vv-mimo-v2.6-flash-high alias over mimo-v2.6-flash with 1M context and 131K output limits, high reasoning effort, and text, image, audio, video, and PDF input, and is included in the all preset; the README preset, orchestration, and patch-provider tables plus bash, zsh, and fish completions were updated so the new preset, provider, and aliases appear consistently in listings and shell completion. Note that live effort mapping for the Xiaomi alias is not smoke-verified because the public API documents a thinking toggle, so real model behavior remains unmeasured.
6
+
7
+ * chore: bump version from 1.4.3 to 1.4.4 with changelog ([caca561](https://github.com/osovv/vv-opencode/commit/caca561))
8
+ * chore: bump version from 1.4.3-rc.1 to 1.4.3 with changelog ([ef30770](https://github.com/osovv/vv-opencode/commit/ef30770))
9
+ * feat(presets): add vv-osovv-mimo preset with MiMo Flash High roles ([37c3a0e](https://github.com/osovv/vv-opencode/commit/37c3a0e))
10
+ * feat(presets): route worker defaults to MiMo Flash High and add xiaomi patch ([cc8facb](https://github.com/osovv/vv-opencode/commit/cc8facb))
11
+
1
12
  ## <small>1.4.4 (2026-09-22)</small>
2
13
 
3
14
  ### Summary
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovv/vv-opencode",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "An opinionated agentic development layer for OpenCode — spec-first when it matters, review-driven execution, portable model roles, safer tools, and long-run safety.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://cdn.jsdelivr.net/npm/@osovv/vv-opencode@1.4.4/schemas/vvoc/v3.json",
3
+ "$id": "https://cdn.jsdelivr.net/npm/@osovv/vv-opencode@1.4.5/schemas/vvoc/v3.json",
4
4
  "title": "vvoc config",
5
5
  "description": "Canonical vvoc configuration document.",
6
6
  "type": "object",