diff --git a/.changeset/agent-toggle-message-dots.md b/.changeset/agent-toggle-message-dots.md deleted file mode 100644 index 01f5a8397..000000000 --- a/.changeset/agent-toggle-message-dots.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@agent-native/core": patch ---- - -Use the Tabler message-dots icon for the agent sidebar toggle. diff --git a/.changeset/owner-null-org-db-tools.md b/.changeset/owner-null-org-db-tools.md deleted file mode 100644 index 120fb0659..000000000 --- a/.changeset/owner-null-org-db-tools.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@agent-native/core": patch ---- - -Keep agent DB tools scoped to owner rows when org context is active and rows have no org id. diff --git a/.changeset/quiet-desktop-webviews.md b/.changeset/quiet-desktop-webviews.md deleted file mode 100644 index ccfb3703e..000000000 --- a/.changeset/quiet-desktop-webviews.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@agent-native/core": patch ---- - -Suppress automatic stale route-chunk reloads inside the Agent Native desktop app. diff --git a/.changeset/secure-public-viewer-resolver.md b/.changeset/secure-public-viewer-resolver.md deleted file mode 100644 index 74fb5e7ba..000000000 --- a/.changeset/secure-public-viewer-resolver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@agent-native/core": patch ---- - -Harden the public-viewer anonymous-owner resolver: validate Referer origin, require the exact Builder callback path, and discard expired status connect URLs in the embedded settings panel. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ecc9942b6..68b7aa00c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @agent-native/core +## 0.11.3 + +### Patch Changes + +- 81d5b68: Use the Tabler message-dots icon for the agent sidebar toggle. +- 81d5b68: Keep agent DB tools scoped to owner rows when org context is active and rows have no org id. +- 81d5b68: Suppress automatic stale route-chunk reloads inside the Agent Native desktop app. +- 81d5b68: Harden the public-viewer anonymous-owner resolver: validate Referer origin, require the exact Builder callback path, and discard expired status connect URLs in the embedded settings panel. + ## 0.11.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 684a9717b..408fa4968 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@agent-native/core", - "version": "0.11.2", + "version": "0.11.3", "type": "module", "description": "Framework for agent-native application development — where AI agents and UI share state via files", "license": "MIT", diff --git a/packages/frame/CHANGELOG.md b/packages/frame/CHANGELOG.md index adcd8b94a..c401463c3 100644 --- a/packages/frame/CHANGELOG.md +++ b/packages/frame/CHANGELOG.md @@ -1,5 +1,15 @@ # @agent-native/frame +## 0.1.12 + +### Patch Changes + +- Updated dependencies [81d5b68] +- Updated dependencies [81d5b68] +- Updated dependencies [81d5b68] +- Updated dependencies [81d5b68] + - @agent-native/core@0.11.3 + ## 0.1.11 ### Patch Changes diff --git a/packages/frame/package.json b/packages/frame/package.json index bd5682fb7..abe0db95b 100644 --- a/packages/frame/package.json +++ b/packages/frame/package.json @@ -1,6 +1,6 @@ { "name": "@agent-native/frame", - "version": "0.1.11", + "version": "0.1.12", "private": true, "type": "module", "repository": {