From 80c77c7a3993f2e645b965e308032d28b533ea10 Mon Sep 17 00:00:00 2001 From: willytop8 Date: Sun, 12 Jul 2026 02:44:21 -0500 Subject: [PATCH] chore(release): 0.6.4 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f965f..9c3121e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.6.4 — 2026-07-12 - Re-check session status and recent messages after an auto-continue cooldown, pause immediately for human intervention, Plan-agent switches, permission rejection, aborts, and provider errors, and abort an accepted continuation when the user takes control. - Persist one continuation claim per goal execution epoch and source assistant turn to prevent sequential duplicate idle events, while preserving the initiating agent, model, and variant on every continuation prompt. diff --git a/package-lock.json b/package-lock.json index e59f661..340a526 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "opencode-goal-plugin", - "version": "0.6.3", + "version": "0.6.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opencode-goal-plugin", - "version": "0.6.3", + "version": "0.6.4", "license": "MIT", "bin": { "opencode-goal-plugin": "scripts/verify.mjs" diff --git a/package.json b/package.json index 87af542..109860d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-goal-plugin", - "version": "0.6.3", + "version": "0.6.4", "description": "Durable, guarded goal workflows for OpenCode.", "type": "module", "main": "./src/goal-plugin.js",