Skip to content

Commit e0ac5d4

Browse files
committed
chore: bump version from 1.3.6-rc.3 to 1.3.6-rc.4 with changelog
1 parent d6bdc2f commit e0ac5d4

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## <small>1.3.6-rc.4 (2026-08-26)</small>
2+
3+
### Summary
4+
5+
This release improves edit reliability by routing edit cohorts to the host's built-in edit tool. The hashline-edit plugin no longer registers its own `edit` tool or replace engine, so qwen, kimi, and glm sessions now edit through OpenCode's native matching layers, prior-read enforcement, and unified diff output instead of the shadowing replace profile that caused duplicated lines and false "not read/drifted" rejections. Routing now uses native tool names (`apply_patch | edit | str_replace_editor | hashline_edit`), with deepseek mapped to `str_replace_editor`, gpt/codex to `apply_patch`, and unmatched models to `hashline_edit`; each session exposes exactly one edit tool, the removed `replace`/`passthrough` values are rejected loudly, and the vvoc.json schema and README are updated to match.
6+
7+
* feat(hashline-edit): route edit cohorts to the host built-in edit ([d6bdc2f](https://github.com/osovv/vv-opencode/commit/d6bdc2f))
8+
19
## <small>1.3.6-rc.3 (2026-08-25)</small>
210

311
### Summary

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osovv/vv-opencode",
3-
"version": "1.3.6-rc.3",
3+
"version": "1.3.6-rc.4",
44
"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.",
55
"type": "module",
66
"main": "./dist/index.js",

schemas/vvoc/v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdn.jsdelivr.net/npm/@osovv/[email protected].3/schemas/vvoc/v3.json",
3+
"$id": "https://cdn.jsdelivr.net/npm/@osovv/[email protected].4/schemas/vvoc/v3.json",
44
"title": "vvoc config",
55
"description": "Canonical vvoc configuration document.",
66
"type": "object",

0 commit comments

Comments
 (0)