diff --git a/workspaces/intelligent-assistant/.changeset/clean-jokes-wonder.md b/workspaces/intelligent-assistant/.changeset/clean-jokes-wonder.md deleted file mode 100644 index 20096989d80..00000000000 --- a/workspaces/intelligent-assistant/.changeset/clean-jokes-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-intelligent-assistant-backend': minor ---- - -add model-validation route to verify whether a model is multimodal. Can now attach images to models that support it. diff --git a/workspaces/intelligent-assistant/.changeset/crisp-routes-align.md b/workspaces/intelligent-assistant/.changeset/crisp-routes-align.md deleted file mode 100644 index c34623320cd..00000000000 --- a/workspaces/intelligent-assistant/.changeset/crisp-routes-align.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-intelligent-assistant-backend': patch ---- - -Require `intelligent-assistant.chat.update` on `PUT /v2/conversations/:conversation_id` instead of the `intelligent-assistant.chat.create` permission. diff --git a/workspaces/intelligent-assistant/.changeset/gentle-models-lock.md b/workspaces/intelligent-assistant/.changeset/gentle-models-lock.md deleted file mode 100644 index 4422f33016c..00000000000 --- a/workspaces/intelligent-assistant/.changeset/gentle-models-lock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-intelligent-assistant': patch ---- - -Disable model selector during active chat sessions, show localized tooltip, and move attach button to the left diff --git a/workspaces/intelligent-assistant/.changeset/renovate-fd3a433.md b/workspaces/intelligent-assistant/.changeset/renovate-fd3a433.md deleted file mode 100644 index 26b7fc7fd17..00000000000 --- a/workspaces/intelligent-assistant/.changeset/renovate-fd3a433.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-intelligent-assistant-backend': patch -'@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common': patch -'@red-hat-developer-hub/backstage-plugin-intelligent-assistant': patch ---- - -Updated dependency `prettier` to `3.9.5`. diff --git a/workspaces/intelligent-assistant/plugins/intelligent-assistant-backend/CHANGELOG.md b/workspaces/intelligent-assistant/plugins/intelligent-assistant-backend/CHANGELOG.md index 388290dab5c..5008d108790 100644 --- a/workspaces/intelligent-assistant/plugins/intelligent-assistant-backend/CHANGELOG.md +++ b/workspaces/intelligent-assistant/plugins/intelligent-assistant-backend/CHANGELOG.md @@ -1,5 +1,18 @@ # @red-hat-developer-hub/backstage-plugin-intelligent-assistant-backend +## 3.2.0 + +### Minor Changes + +- 9d2012f: add model-validation route to verify whether a model is multimodal. Can now attach images to models that support it. + +### Patch Changes + +- 21e3f43: Require `intelligent-assistant.chat.update` on `PUT /v2/conversations/:conversation_id` instead of the `intelligent-assistant.chat.create` permission. +- 8966faf: Updated dependency `prettier` to `3.9.5`. +- Updated dependencies [8966faf] + - @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@3.2.0 + ## 3.1.0 ### Patch Changes diff --git a/workspaces/intelligent-assistant/plugins/intelligent-assistant-backend/package.json b/workspaces/intelligent-assistant/plugins/intelligent-assistant-backend/package.json index e8a42558ff9..4b7c31afc3f 100644 --- a/workspaces/intelligent-assistant/plugins/intelligent-assistant-backend/package.json +++ b/workspaces/intelligent-assistant/plugins/intelligent-assistant-backend/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-intelligent-assistant-backend", - "version": "3.1.0", + "version": "3.2.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/intelligent-assistant/plugins/intelligent-assistant-common/CHANGELOG.md b/workspaces/intelligent-assistant/plugins/intelligent-assistant-common/CHANGELOG.md index f31ac1f3e39..fe5f6519ad4 100644 --- a/workspaces/intelligent-assistant/plugins/intelligent-assistant-common/CHANGELOG.md +++ b/workspaces/intelligent-assistant/plugins/intelligent-assistant-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common +## 3.2.0 + +### Patch Changes + +- 8966faf: Updated dependency `prettier` to `3.9.5`. + ## 3.1.0 ## 3.0.3 diff --git a/workspaces/intelligent-assistant/plugins/intelligent-assistant-common/package.json b/workspaces/intelligent-assistant/plugins/intelligent-assistant-common/package.json index 9ba796b857d..98a3958aac8 100644 --- a/workspaces/intelligent-assistant/plugins/intelligent-assistant-common/package.json +++ b/workspaces/intelligent-assistant/plugins/intelligent-assistant-common/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common", "description": "Common functionalities for the intelligent-assistant plugin", - "version": "3.1.0", + "version": "3.2.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/intelligent-assistant/plugins/intelligent-assistant/CHANGELOG.md b/workspaces/intelligent-assistant/plugins/intelligent-assistant/CHANGELOG.md index c8be94db764..0a9a9f0fb6d 100644 --- a/workspaces/intelligent-assistant/plugins/intelligent-assistant/CHANGELOG.md +++ b/workspaces/intelligent-assistant/plugins/intelligent-assistant/CHANGELOG.md @@ -1,5 +1,14 @@ # @red-hat-developer-hub/backstage-plugin-intelligent-assistant +## 3.2.0 + +### Patch Changes + +- 3d96cd5: Disable model selector during active chat sessions, show localized tooltip, and move attach button to the left +- 8966faf: Updated dependency `prettier` to `3.9.5`. +- Updated dependencies [8966faf] + - @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@3.2.0 + ## 3.1.0 ### Minor Changes diff --git a/workspaces/intelligent-assistant/plugins/intelligent-assistant/package.json b/workspaces/intelligent-assistant/plugins/intelligent-assistant/package.json index ef2522c1ac8..d3477d95f60 100644 --- a/workspaces/intelligent-assistant/plugins/intelligent-assistant/package.json +++ b/workspaces/intelligent-assistant/plugins/intelligent-assistant/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-intelligent-assistant", - "version": "3.1.0", + "version": "3.2.0", "main": "src/index.tsx", "types": "src/index.tsx", "license": "Apache-2.0",