diff --git a/.changeset/fix-event-serial.md b/.changeset/fix-event-serial.md deleted file mode 100644 index a3f94086b71a..000000000000 --- a/.changeset/fix-event-serial.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"opencode": patch ---- - -Run EventV2 serial dispatch listeners sequentially instead of concurrently. diff --git a/.changeset/turn-lifecycle-events.md b/.changeset/turn-lifecycle-events.md deleted file mode 100644 index 02c24fa9d6c2..000000000000 --- a/.changeset/turn-lifecycle-events.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"opencode": minor ---- - -Add observable start and end lifecycle events around each agent turn. diff --git a/.changeset/v2-hook-shims.md b/.changeset/v2-hook-shims.md deleted file mode 100644 index f0fc5965f231..000000000000 --- a/.changeset/v2-hook-shims.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"opencode": patch ---- - -Expose V2 compatibility surfaces alongside legacy plugin hooks for agent pre-step and pre-system transforms, tool post-execution, command pre-execution, permission requests, compaction preparation, and completed text. Preserve mutations produced by legacy hooks as the default input for the new waterfall stages. diff --git a/package.json b/package.json index c90618ad9c3c..ed2eeac32bae 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.10.0", + "version": "0.11.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 c198de2bb19e..98af36ff626e 100644 --- a/packages/opencode/CHANGELOG.md +++ b/packages/opencode/CHANGELOG.md @@ -1,5 +1,16 @@ # opencode +## 0.11.0 + +### Minor Changes + +- 3f7128c: Add observable start and end lifecycle events around each agent turn. + +### Patch Changes + +- 0df4500: Run EventV2 serial dispatch listeners sequentially instead of concurrently. +- 3b8372f: Expose V2 compatibility surfaces alongside legacy plugin hooks for agent pre-step and pre-system transforms, tool post-execution, command pre-execution, permission requests, compaction preparation, and completed text. Preserve mutations produced by legacy hooks as the default input for the new waterfall stages. + ## 0.10.0 ### Minor Changes diff --git a/packages/opencode/package.json b/packages/opencode/package.json index 2908637c2b35..cb2eb275ba01 100644 --- a/packages/opencode/package.json +++ b/packages/opencode/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "0.10.0", + "version": "0.11.0", "name": "opencode", "type": "module", "license": "MIT",