@red-hat-developer-hub/backstage-plugin-intelligent-assistant 3.0.0 → 3.0.1
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 +9 -2
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
# @red-hat-developer-hub/backstage-plugin-intelligent-assistant
|
|
2
|
+
|
|
3
|
+
## 3.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@3.0.1
|
|
2
8
|
|
|
3
9
|
## 3.0.0
|
|
4
10
|
|
|
@@ -28,7 +34,6 @@
|
|
|
28
34
|
### Patch Changes
|
|
29
35
|
|
|
30
36
|
- 95d26f7: Fix MCP settings panel and options dropdown behavior:
|
|
31
|
-
|
|
32
37
|
- Keep MCP settings panel open during navigation in fullscreen mode
|
|
33
38
|
- Prevent options dropdown from auto-focusing first item on open
|
|
34
39
|
|
|
@@ -46,6 +51,8 @@
|
|
|
46
51
|
- Updated dependencies [95d26f7]
|
|
47
52
|
- @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@3.0.0
|
|
48
53
|
|
|
54
|
+
# @red-hat-developer-hub/backstage-plugin-lightspeed
|
|
55
|
+
|
|
49
56
|
## 2.9.1
|
|
50
57
|
|
|
51
58
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Intelligent Assistant
|
|
2
2
|
|
|
3
3
|
Red Hat Developer Hub Intelligent Assistant (Intelligent Assistant for RHDH) is a virtual assistant powered by generative AI that offers in-depth insights into Red Hat Developer Hub (RHDH), including its wide range of capabilities. You can interact with this assistant to explore and learn more about RHDH in greater detail.
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@red-hat-developer-hub/backstage-plugin-intelligent-assistant",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"main": "./dist/index.esm.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"@patternfly/react-icons": "^6.5.0",
|
|
115
115
|
"@patternfly/react-table": "^6.4.1",
|
|
116
116
|
"@red-hat-developer-hub/backstage-plugin-app-react": "^0.1.0",
|
|
117
|
-
"@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common": "^3.0.
|
|
117
|
+
"@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common": "^3.0.1",
|
|
118
118
|
"@red-hat-developer-hub/backstage-plugin-theme": "^0.14.8",
|
|
119
119
|
"@tanstack/react-query": "^5.59.15",
|
|
120
120
|
"monaco-editor": "^0.55.0",
|