@red-hat-developer-hub/backstage-plugin-intelligent-assistant 4.0.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/README.md +0 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @red-hat-developer-hub/backstage-plugin-intelligent-assistant
|
|
2
2
|
|
|
3
|
+
## 4.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6c8f76d: Removed public `iaSavedPromptsManagePermission` from the common package. Saved-prompts backend routes now require `intelligent-assistant.chat.use`. Operators should drop `intelligent-assistant.saved-prompts.manage` from RBAC CSVs; `chat.use` is enough.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [6c8f76d]
|
|
12
|
+
- @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@4.1.0
|
|
13
|
+
|
|
3
14
|
## 4.0.0
|
|
4
15
|
|
|
5
16
|
### Major Changes
|
package/README.md
CHANGED
|
@@ -49,9 +49,6 @@ p, role:default/team_a, intelligent-assistant.notebooks.manage, use, allow
|
|
|
49
49
|
p, role:default/team_a, mcp.tools.use, use, allow
|
|
50
50
|
p, role:default/team_a, mcp.tools.manage, use, allow
|
|
51
51
|
|
|
52
|
-
# Required for saved prompts
|
|
53
|
-
p, role:default/team_a, intelligent-assistant.saved-prompts.manage, update, allow
|
|
54
|
-
|
|
55
52
|
g, user:default/<your-user-name>, role:default/team_a
|
|
56
53
|
|
|
57
54
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@red-hat-developer-hub/backstage-plugin-intelligent-assistant",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"main": "./dist/index.esm.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@patternfly/react-icons": "^6.5.0",
|
|
114
114
|
"@patternfly/react-table": "^6.4.1",
|
|
115
115
|
"@red-hat-developer-hub/backstage-plugin-app-react": "^0.1.0",
|
|
116
|
-
"@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common": "^4.
|
|
116
|
+
"@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common": "^4.1.0",
|
|
117
117
|
"@red-hat-developer-hub/backstage-plugin-theme": "^0.14.10",
|
|
118
118
|
"@tanstack/react-query": "^5.59.15",
|
|
119
119
|
"html2canvas-pro": "^1.5.0",
|