From 2abce86f612ac8e83714a63b8ca74383ccbf20b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 10:42:31 +0000 Subject: [PATCH] chore(agentation): version package --- .changeset/bb-040-support-agentation.md | 5 ----- .changeset/surface-aware-agentation.md | 5 ----- plugins/agentation/CHANGELOG.md | 7 +++++++ plugins/agentation/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/bb-040-support-agentation.md delete mode 100644 .changeset/surface-aware-agentation.md diff --git a/.changeset/bb-040-support-agentation.md b/.changeset/bb-040-support-agentation.md deleted file mode 100644 index f6c2965..0000000 --- a/.changeset/bb-040-support-agentation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smsunarto/bb-plugin-agentation": patch ---- - -Support bb 0.40. The engines floor moves to the tested bb release (`>=0.40.0 <1.0.0`) and the plugin is built against plugin SDK 0.4.21. Tool status labels move from the experimental field to the stable presentation API. diff --git a/.changeset/surface-aware-agentation.md b/.changeset/surface-aware-agentation.md deleted file mode 100644 index ddf25ec..0000000 --- a/.changeset/surface-aware-agentation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smsunarto/bb-plugin-agentation": patch ---- - -Enrich annotations with the exact public bb plugin UI surface and registration id that own the selected element, including component slots, composer contributions, and host-rendered plugin actions. Render source-oriented prompt guidance that points agents to the matching SDK registration in the plugin frontend. Keep the global React toolbar compatible with bb's foreign-DOM mutation guard. diff --git a/plugins/agentation/CHANGELOG.md b/plugins/agentation/CHANGELOG.md index c007aad..b9eb137 100644 --- a/plugins/agentation/CHANGELOG.md +++ b/plugins/agentation/CHANGELOG.md @@ -1,5 +1,12 @@ # @smsunarto/bb-plugin-agentation +## 0.2.3 + +### Patch Changes + +- 3da36f5: Support bb 0.40. The engines floor moves to the tested bb release (`>=0.40.0 <1.0.0`) and the plugin is built against plugin SDK 0.4.21. Tool status labels move from the experimental field to the stable presentation API. +- 5f445aa: Enrich annotations with the exact public bb plugin UI surface and registration id that own the selected element, including component slots, composer contributions, and host-rendered plugin actions. Render source-oriented prompt guidance that points agents to the matching SDK registration in the plugin frontend. Keep the global React toolbar compatible with bb's foreign-DOM mutation guard. + ## 0.2.2 ### Patch Changes diff --git a/plugins/agentation/package.json b/plugins/agentation/package.json index d2a4e72..5a52465 100644 --- a/plugins/agentation/package.json +++ b/plugins/agentation/package.json @@ -1,6 +1,6 @@ { "name": "@smsunarto/bb-plugin-agentation", - "version": "0.2.2", + "version": "0.2.3", "description": "Point at any part of the bb UI — including plugin surfaces — and turn it into structured AFS 1.1 feedback that bb agents can read, answer, and resolve.", "license": "MIT AND PolyForm-Shield-1.0.0", "author": "Scott Sunarto",