diff --git a/CHANGELOG.md b/CHANGELOG.md index e65eb10..1c4b910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.6.3 — 2026-07-11 + - Clarify the textual completion protocol so models keep evidence and completion on consecutive plain-text lines instead of wrapping markers in Markdown or separating them with blank lines. ## 0.6.2 — 2026-07-11 diff --git a/package-lock.json b/package-lock.json index df78599..e59f661 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "opencode-goal-plugin", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opencode-goal-plugin", - "version": "0.6.2", + "version": "0.6.3", "license": "MIT", "bin": { "opencode-goal-plugin": "scripts/verify.mjs" diff --git a/package.json b/package.json index 66a9e2b..87af542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-goal-plugin", - "version": "0.6.2", + "version": "0.6.3", "description": "Durable, guarded goal workflows for OpenCode.", "type": "module", "main": "./src/goal-plugin.js",