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..425a04b 100644 --- a/plugins/agentation/CHANGELOG.md +++ b/plugins/agentation/CHANGELOG.md @@ -1,5 +1,11 @@ # @smsunarto/bb-plugin-agentation +## 0.2.3 + +### Patch Changes + +- 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 4a8fe28..992156a 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",