From f7bd40f187c4d5a4fe248c0b261f3ca149dfdc4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 21:16:28 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/v2-operation-hooks.md | 5 ----- package.json | 2 +- packages/opencode/CHANGELOG.md | 6 ++++++ packages/opencode/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/v2-operation-hooks.md diff --git a/.changeset/v2-operation-hooks.md b/.changeset/v2-operation-hooks.md deleted file mode 100644 index a63943eb1ba7..000000000000 --- a/.changeset/v2-operation-hooks.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"opencode": minor ---- - -Add Location-scoped V2 operation hooks with waterfall, serial, and parallel dispatch, deterministic plugin ordering, scoped disposal, and real operation payloads. Migrate agent, command, compaction, permission, text, tool, and turn lifecycle hooks off the EventV2 placeholder dispatch. diff --git a/package.json b/package.json index 597f96577a60..8527ba368f28 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@reddb-io/redcode-workspace", - "version": "0.11.1", + "version": "0.12.0", "description": "RedDB's AI-powered development tool", "private": true, "type": "module", diff --git a/packages/opencode/CHANGELOG.md b/packages/opencode/CHANGELOG.md index 4f4c6963986b..453ce92f7954 100644 --- a/packages/opencode/CHANGELOG.md +++ b/packages/opencode/CHANGELOG.md @@ -1,5 +1,11 @@ # opencode +## 0.12.0 + +### Minor Changes + +- 6e41f4b: Add Location-scoped V2 operation hooks with waterfall, serial, and parallel dispatch, deterministic plugin ordering, scoped disposal, and real operation payloads. Migrate agent, command, compaction, permission, text, tool, and turn lifecycle hooks off the EventV2 placeholder dispatch. + ## 0.11.1 ### Patch Changes diff --git a/packages/opencode/package.json b/packages/opencode/package.json index b4a2d3a3cc1a..18bbef72ccfc 100644 --- a/packages/opencode/package.json +++ b/packages/opencode/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "0.11.1", + "version": "0.12.0", "name": "opencode", "type": "module", "license": "MIT",