From 538bbbb565c699aa67384451b5bb4e3d12866bf1 Mon Sep 17 00:00:00 2001 From: filipeforattini Date: Fri, 21 Aug 2026 13:40:12 -0300 Subject: [PATCH] chore(release): document V2 hook shims --- .changeset/v2-hook-shims.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/v2-hook-shims.md diff --git a/.changeset/v2-hook-shims.md b/.changeset/v2-hook-shims.md new file mode 100644 index 000000000000..f0fc5965f231 --- /dev/null +++ b/.changeset/v2-hook-shims.md @@ -0,0 +1,5 @@ +--- +"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.