@red-hat-developer-hub/backstage-plugin-intelligent-assistant 3.0.0 → 3.0.2

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 CHANGED
@@ -1,4 +1,17 @@
1
- ## @red-hat-developer-hub/backstage-plugin-lightspeed
1
+ # @red-hat-developer-hub/backstage-plugin-intelligent-assistant
2
+
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - f71bd18: Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.14.9`.
8
+ - @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@3.0.2
9
+
10
+ ## 3.0.1
11
+
12
+ ### Patch Changes
13
+
14
+ - @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@3.0.1
2
15
 
3
16
  ## 3.0.0
4
17
 
@@ -28,7 +41,6 @@
28
41
  ### Patch Changes
29
42
 
30
43
  - 95d26f7: Fix MCP settings panel and options dropdown behavior:
31
-
32
44
  - Keep MCP settings panel open during navigation in fullscreen mode
33
45
  - Prevent options dropdown from auto-focusing first item on open
34
46
 
@@ -46,6 +58,8 @@
46
58
  - Updated dependencies [95d26f7]
47
59
  - @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@3.0.0
48
60
 
61
+ # @red-hat-developer-hub/backstage-plugin-lightspeed
62
+
49
63
  ## 2.9.1
50
64
 
51
65
  ### Patch Changes
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Lightspeed plugin for Backstage
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.0",
3
+ "version": "3.0.2",
4
4
  "main": "./dist/index.esm.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -114,8 +114,8 @@
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.0",
118
- "@red-hat-developer-hub/backstage-plugin-theme": "^0.14.8",
117
+ "@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common": "^3.0.2",
118
+ "@red-hat-developer-hub/backstage-plugin-theme": "^0.14.9",
119
119
  "@tanstack/react-query": "^5.59.15",
120
120
  "monaco-editor": "^0.55.0",
121
121
  "react-dropzone": "^14.4.0",