Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-event-serial.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/turn-lifecycle-events.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/v2-hook-shims.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/opencode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/opencode/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading