@red-hat-developer-hub/backstage-plugin-intelligent-assistant 3.0.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 +681 -0
- package/README.md +378 -0
- package/config.d.ts +70 -0
- package/dist/alpha.d.ts +285 -0
- package/dist/alpha.esm.js +3 -0
- package/dist/alpha.esm.js.map +1 -0
- package/dist/api/LightspeedApiClient.esm.js +234 -0
- package/dist/api/LightspeedApiClient.esm.js.map +1 -0
- package/dist/api/NotebooksApiClient.esm.js +179 -0
- package/dist/api/NotebooksApiClient.esm.js.map +1 -0
- package/dist/api/api.esm.js +8 -0
- package/dist/api/api.esm.js.map +1 -0
- package/dist/api/notebooksApi.esm.js +10 -0
- package/dist/api/notebooksApi.esm.js.map +1 -0
- package/dist/components/Attachment.esm.js +108 -0
- package/dist/components/Attachment.esm.js.map +1 -0
- package/dist/components/AttachmentContext.esm.js +125 -0
- package/dist/components/AttachmentContext.esm.js.map +1 -0
- package/dist/components/CollapsedHistoryStrip.esm.js +87 -0
- package/dist/components/CollapsedHistoryStrip.esm.js.map +1 -0
- package/dist/components/DeleteModal.esm.js +92 -0
- package/dist/components/DeleteModal.esm.js.map +1 -0
- package/dist/components/FilePreview.esm.js +49 -0
- package/dist/components/FilePreview.esm.js.map +1 -0
- package/dist/components/LightSpeedChat.esm.js +1898 -0
- package/dist/components/LightSpeedChat.esm.js.map +1 -0
- package/dist/components/LightspeedChatBox.esm.js +252 -0
- package/dist/components/LightspeedChatBox.esm.js.map +1 -0
- package/dist/components/LightspeedChatBoxHeader.esm.js +210 -0
- package/dist/components/LightspeedChatBoxHeader.esm.js.map +1 -0
- package/dist/components/LightspeedChatContainer.esm.js +162 -0
- package/dist/components/LightspeedChatContainer.esm.js.map +1 -0
- package/dist/components/LightspeedChatModelsState.esm.js +198 -0
- package/dist/components/LightspeedChatModelsState.esm.js.map +1 -0
- package/dist/components/LightspeedDrawerContext.esm.js +15 -0
- package/dist/components/LightspeedDrawerContext.esm.js.map +1 -0
- package/dist/components/LightspeedDrawerProvider.esm.js +44 -0
- package/dist/components/LightspeedDrawerProvider.esm.js.map +1 -0
- package/dist/components/LightspeedDrawerStateExposer.esm.js +34 -0
- package/dist/components/LightspeedDrawerStateExposer.esm.js.map +1 -0
- package/dist/components/LightspeedFAB.esm.js +6 -0
- package/dist/components/LightspeedFAB.esm.js.map +1 -0
- package/dist/components/LightspeedFABContent.esm.js +65 -0
- package/dist/components/LightspeedFABContent.esm.js.map +1 -0
- package/dist/components/LightspeedIcon.esm.js +46 -0
- package/dist/components/LightspeedIcon.esm.js.map +1 -0
- package/dist/components/LightspeedPage.esm.js +31 -0
- package/dist/components/LightspeedPage.esm.js.map +1 -0
- package/dist/components/McpServersSettings.esm.js +953 -0
- package/dist/components/McpServersSettings.esm.js.map +1 -0
- package/dist/components/McpSettingsIcon.esm.js +18 -0
- package/dist/components/McpSettingsIcon.esm.js.map +1 -0
- package/dist/components/MessageBarModelSelector.esm.js +92 -0
- package/dist/components/MessageBarModelSelector.esm.js.map +1 -0
- package/dist/components/PermissionRequiredIcon.esm.js +18 -0
- package/dist/components/PermissionRequiredIcon.esm.js.map +1 -0
- package/dist/components/PermissionRequiredState.esm.js +88 -0
- package/dist/components/PermissionRequiredState.esm.js.map +1 -0
- package/dist/components/RenameConversationModal.esm.js +157 -0
- package/dist/components/RenameConversationModal.esm.js.map +1 -0
- package/dist/components/Router.esm.js +35 -0
- package/dist/components/Router.esm.js.map +1 -0
- package/dist/components/SourcesChipModal.esm.js +124 -0
- package/dist/components/SourcesChipModal.esm.js.map +1 -0
- package/dist/components/ToolCallContent.esm.js +208 -0
- package/dist/components/ToolCallContent.esm.js.map +1 -0
- package/dist/components/Trans.esm.js +33 -0
- package/dist/components/Trans.esm.js.map +1 -0
- package/dist/components/notebooks/AddDocumentModal.esm.js +271 -0
- package/dist/components/notebooks/AddDocumentModal.esm.js.map +1 -0
- package/dist/components/notebooks/DeleteDocumentModal.esm.js +131 -0
- package/dist/components/notebooks/DeleteDocumentModal.esm.js.map +1 -0
- package/dist/components/notebooks/DeleteNotebookModal.esm.js +143 -0
- package/dist/components/notebooks/DeleteNotebookModal.esm.js.map +1 -0
- package/dist/components/notebooks/DocumentSidebar.esm.js +235 -0
- package/dist/components/notebooks/DocumentSidebar.esm.js.map +1 -0
- package/dist/components/notebooks/FileListItem.esm.js +94 -0
- package/dist/components/notebooks/FileListItem.esm.js.map +1 -0
- package/dist/components/notebooks/FileTypeIcon.esm.js +59 -0
- package/dist/components/notebooks/FileTypeIcon.esm.js.map +1 -0
- package/dist/components/notebooks/NotebookCard.esm.js +118 -0
- package/dist/components/notebooks/NotebookCard.esm.js.map +1 -0
- package/dist/components/notebooks/NotebookView.esm.js +681 -0
- package/dist/components/notebooks/NotebookView.esm.js.map +1 -0
- package/dist/components/notebooks/NotebooksTab.esm.js +71 -0
- package/dist/components/notebooks/NotebooksTab.esm.js.map +1 -0
- package/dist/components/notebooks/OverwriteConfirmModal.esm.js +142 -0
- package/dist/components/notebooks/OverwriteConfirmModal.esm.js.map +1 -0
- package/dist/components/notebooks/RenameNotebookModal.esm.js +187 -0
- package/dist/components/notebooks/RenameNotebookModal.esm.js.map +1 -0
- package/dist/components/notebooks/SidebarCollapseIcon.esm.js +50 -0
- package/dist/components/notebooks/SidebarCollapseIcon.esm.js.map +1 -0
- package/dist/components/notebooks/UploadResourceScreen.esm.js +79 -0
- package/dist/components/notebooks/UploadResourceScreen.esm.js.map +1 -0
- package/dist/const.esm.js +74 -0
- package/dist/const.esm.js.map +1 -0
- package/dist/dev.d.ts +2 -0
- package/dist/dev.esm.js +48 -0
- package/dist/dev.esm.js.map +1 -0
- package/dist/hooks/notebooks/useCreateNotebook.esm.js +19 -0
- package/dist/hooks/notebooks/useCreateNotebook.esm.js.map +1 -0
- package/dist/hooks/notebooks/useCreateNotebookMessage.esm.js +24 -0
- package/dist/hooks/notebooks/useCreateNotebookMessage.esm.js.map +1 -0
- package/dist/hooks/notebooks/useDeleteNotebook.esm.js +19 -0
- package/dist/hooks/notebooks/useDeleteNotebook.esm.js.map +1 -0
- package/dist/hooks/notebooks/useDocumentStatusPolling.esm.js +40 -0
- package/dist/hooks/notebooks/useDocumentStatusPolling.esm.js.map +1 -0
- package/dist/hooks/notebooks/useLightspeedNotebooksPermission.esm.js +15 -0
- package/dist/hooks/notebooks/useLightspeedNotebooksPermission.esm.js.map +1 -0
- package/dist/hooks/notebooks/useNotebookDocuments.esm.js +18 -0
- package/dist/hooks/notebooks/useNotebookDocuments.esm.js.map +1 -0
- package/dist/hooks/notebooks/useNotebookSession.esm.js +18 -0
- package/dist/hooks/notebooks/useNotebookSession.esm.js.map +1 -0
- package/dist/hooks/notebooks/useNotebookSessions.esm.js +18 -0
- package/dist/hooks/notebooks/useNotebookSessions.esm.js.map +1 -0
- package/dist/hooks/notebooks/useRenameNotebook.esm.js +19 -0
- package/dist/hooks/notebooks/useRenameNotebook.esm.js.map +1 -0
- package/dist/hooks/notebooks/useUploadDocument.esm.js +28 -0
- package/dist/hooks/notebooks/useUploadDocument.esm.js.map +1 -0
- package/dist/hooks/toolCallsCacheStore.esm.js +61 -0
- package/dist/hooks/toolCallsCacheStore.esm.js.map +1 -0
- package/dist/hooks/useAllModels.esm.js +20 -0
- package/dist/hooks/useAllModels.esm.js.map +1 -0
- package/dist/hooks/useAutoScroll.esm.js +78 -0
- package/dist/hooks/useAutoScroll.esm.js.map +1 -0
- package/dist/hooks/useBackstageUserIdentity.esm.js +14 -0
- package/dist/hooks/useBackstageUserIdentity.esm.js.map +1 -0
- package/dist/hooks/useBufferedMessages.esm.js +27 -0
- package/dist/hooks/useBufferedMessages.esm.js.map +1 -0
- package/dist/hooks/useCaptureFeedback.esm.js +21 -0
- package/dist/hooks/useCaptureFeedback.esm.js.map +1 -0
- package/dist/hooks/useConversationMessages.esm.js +544 -0
- package/dist/hooks/useConversationMessages.esm.js.map +1 -0
- package/dist/hooks/useConversations.esm.js +25 -0
- package/dist/hooks/useConversations.esm.js.map +1 -0
- package/dist/hooks/useCreateCoversationMessage.esm.js +33 -0
- package/dist/hooks/useCreateCoversationMessage.esm.js.map +1 -0
- package/dist/hooks/useDeleteConversation.esm.js +39 -0
- package/dist/hooks/useDeleteConversation.esm.js.map +1 -0
- package/dist/hooks/useDisplayModeSettings.esm.js +57 -0
- package/dist/hooks/useDisplayModeSettings.esm.js.map +1 -0
- package/dist/hooks/useFeedbackActions.esm.js +275 -0
- package/dist/hooks/useFeedbackActions.esm.js.map +1 -0
- package/dist/hooks/useFeedbackState.esm.js +93 -0
- package/dist/hooks/useFeedbackState.esm.js.map +1 -0
- package/dist/hooks/useFeedbackStatus.esm.js +14 -0
- package/dist/hooks/useFeedbackStatus.esm.js.map +1 -0
- package/dist/hooks/useIsMobile.esm.js +14 -0
- package/dist/hooks/useIsMobile.esm.js.map +1 -0
- package/dist/hooks/useLastOpenedConversation.esm.js +51 -0
- package/dist/hooks/useLastOpenedConversation.esm.js.map +1 -0
- package/dist/hooks/useLightspeedDeletePermission.esm.js +12 -0
- package/dist/hooks/useLightspeedDeletePermission.esm.js.map +1 -0
- package/dist/hooks/useLightspeedDrawerContext.esm.js +15 -0
- package/dist/hooks/useLightspeedDrawerContext.esm.js.map +1 -0
- package/dist/hooks/useLightspeedProviderState.esm.js +277 -0
- package/dist/hooks/useLightspeedProviderState.esm.js.map +1 -0
- package/dist/hooks/useLightspeedUpdatePermission.esm.js +12 -0
- package/dist/hooks/useLightspeedUpdatePermission.esm.js.map +1 -0
- package/dist/hooks/useLightspeedViewPermission.esm.js +18 -0
- package/dist/hooks/useLightspeedViewPermission.esm.js.map +1 -0
- package/dist/hooks/useNotebookConversationIds.esm.js +19 -0
- package/dist/hooks/useNotebookConversationIds.esm.js.map +1 -0
- package/dist/hooks/useNotebookWelcomePrompts.esm.js +14 -0
- package/dist/hooks/useNotebookWelcomePrompts.esm.js.map +1 -0
- package/dist/hooks/usePinnedChatsSettings.esm.js +118 -0
- package/dist/hooks/usePinnedChatsSettings.esm.js.map +1 -0
- package/dist/hooks/useQuestionValidation.esm.js +16 -0
- package/dist/hooks/useQuestionValidation.esm.js.map +1 -0
- package/dist/hooks/useRenameConversation.esm.js +44 -0
- package/dist/hooks/useRenameConversation.esm.js.map +1 -0
- package/dist/hooks/useSortSettings.esm.js +60 -0
- package/dist/hooks/useSortSettings.esm.js.map +1 -0
- package/dist/hooks/useStopConversation.esm.js +18 -0
- package/dist/hooks/useStopConversation.esm.js.map +1 -0
- package/dist/hooks/useTranslation.esm.js +7 -0
- package/dist/hooks/useTranslation.esm.js.map +1 -0
- package/dist/hooks/useWelcomePrompts.esm.js +36 -0
- package/dist/hooks/useWelcomePrompts.esm.js.map +1 -0
- package/dist/images/bot-avatar-dark.svg +4 -0
- package/dist/images/bot-avatar.svg +4 -0
- package/dist/images/permission-required.svg +319 -0
- package/dist/images/user-avatar.svg +4 -0
- package/dist/index.d.ts +113 -0
- package/dist/index.esm.js +137 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/intelligent-assistant-fab-module.d.ts +4 -0
- package/dist/intelligent-assistant-fab-module.esm.js +2 -0
- package/dist/intelligent-assistant-fab-module.esm.js.map +1 -0
- package/dist/intelligent-assistant-translations-module.d.ts +4 -0
- package/dist/intelligent-assistant-translations-module.esm.js +2 -0
- package/dist/intelligent-assistant-translations-module.esm.js.map +1 -0
- package/dist/legacy.d.ts +75 -0
- package/dist/legacy.esm.js +13 -0
- package/dist/legacy.esm.js.map +1 -0
- package/dist/plugin.esm.js +84 -0
- package/dist/plugin.esm.js.map +1 -0
- package/dist/routes.esm.js +23 -0
- package/dist/routes.esm.js.map +1 -0
- package/dist/translations/de.esm.js +278 -0
- package/dist/translations/de.esm.js.map +1 -0
- package/dist/translations/es.esm.js +278 -0
- package/dist/translations/es.esm.js.map +1 -0
- package/dist/translations/fr.esm.js +278 -0
- package/dist/translations/fr.esm.js.map +1 -0
- package/dist/translations/index.esm.js +16 -0
- package/dist/translations/index.esm.js.map +1 -0
- package/dist/translations/it.esm.js +278 -0
- package/dist/translations/it.esm.js.map +1 -0
- package/dist/translations/ja.esm.js +278 -0
- package/dist/translations/ja.esm.js.map +1 -0
- package/dist/translations/ref.esm.js +315 -0
- package/dist/translations/ref.esm.js.map +1 -0
- package/dist/types.esm.js +9 -0
- package/dist/types.esm.js.map +1 -0
- package/dist/utils/attachment-utils.esm.js +30 -0
- package/dist/utils/attachment-utils.esm.js.map +1 -0
- package/dist/utils/formatToolResponseForMarkdown.esm.js +98 -0
- package/dist/utils/formatToolResponseForMarkdown.esm.js.map +1 -0
- package/dist/utils/generateClassName.esm.js +12 -0
- package/dist/utils/generateClassName.esm.js.map +1 -0
- package/dist/utils/lightspeed-chatbox-utils.esm.js +232 -0
- package/dist/utils/lightspeed-chatbox-utils.esm.js.map +1 -0
- package/dist/utils/notebook-upload-utils.esm.js +48 -0
- package/dist/utils/notebook-upload-utils.esm.js.map +1 -0
- package/dist/utils/notebooks-utils.esm.js +25 -0
- package/dist/utils/notebooks-utils.esm.js.map +1 -0
- package/dist/utils/prompt-utils.esm.js +17 -0
- package/dist/utils/prompt-utils.esm.js.map +1 -0
- package/dist/utils/queryClient.esm.js +6 -0
- package/dist/utils/queryClient.esm.js.map +1 -0
- package/dist/utils/reasoningParser.esm.js +33 -0
- package/dist/utils/reasoningParser.esm.js.map +1 -0
- package/dist/utils/toolCallMapper.esm.js +15 -0
- package/dist/utils/toolCallMapper.esm.js.map +1 -0
- package/dist/utils/user-utils.esm.js +7 -0
- package/dist/utils/user-utils.esm.js.map +1 -0
- package/package.json +182 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,681 @@
|
|
|
1
|
+
## @red-hat-developer-hub/backstage-plugin-lightspeed
|
|
2
|
+
|
|
3
|
+
## 3.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 95d26f7: BREAKING CHANGE: Rename Lightspeed plugins to Intelligent Assistant. npm package names, Backstage plugin IDs (`pluginId`), backend API base URLs (`/api/lightspeed` → `/api/intelligent-assistant`), app-config namespace (`lightspeed:` → `intelligent-assistant:`), RBAC permission names (`lightspeed.*` → `intelligent-assistant.*`), scalprum identifiers, NFS extension names, and translation refs have all been updated. See the backend plugin README migration guide for full details.
|
|
8
|
+
- 95d26f7: BREAKING CHANGE: Legacy (OFS) component exports have been removed from the main `./` entry point and are now exclusively available at the `./legacy` subpath. OFS consumers must update their imports:
|
|
9
|
+
|
|
10
|
+
```diff
|
|
11
|
+
- import { LightspeedDrawerProvider } from '@red-hat-developer-hub/backstage-plugin-lightspeed';
|
|
12
|
+
+ import { LightspeedDrawerProvider } from '@red-hat-developer-hub/backstage-plugin-intelligent-assistant/legacy';
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
**New:** Graduate the New Frontend System (NFS) plugin from `./alpha` to the primary `./` entry point.
|
|
16
|
+
|
|
17
|
+
Translations remain at `./alpha`. Existing OFS dynamic plugin configurations using `module: Legacy` continue to work unchanged.
|
|
18
|
+
|
|
19
|
+
- 95d26f7: BREAKING CHANGE: The configuration namespace has been renamed from `lightspeed` to `intelligent-assistant`. Update your `app-config.yaml` to replace `lightspeed:` with `intelligent-assistant:`. RBAC permission policy names have also been renamed (e.g., `lightspeed.chat.read` → `intelligent-assistant.chat.read`). Update your `rbac-policy.csv` accordingly. See the migration guide in the lightspeed-backend plugin's README for full details.
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- 95d26f7: Rebrand Lightspeed to Intelligent Assistant: update UI text, translations, URL route, icons, and bot avatar assets to align with Red Hat Developer Hub branding guidelines.
|
|
24
|
+
- 95d26f7: Add DCR (Dynamic Client Registration) authentication support for Backstage-internal MCP servers, allowing the Lightspeed backend to mint per-user plugin request tokens instead of requiring static tokens.
|
|
25
|
+
- 95d26f7: Replace inline SourcesCard with a compact chip + popover for notebook sources display, using PatternFly's native Popover component with custom FileTypeIcon badges and i18n support for all languages.
|
|
26
|
+
- 95d26f7: Backstage version bump to v1.52.1
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 95d26f7: Fix MCP settings panel and options dropdown behavior:
|
|
31
|
+
|
|
32
|
+
- Keep MCP settings panel open during navigation in fullscreen mode
|
|
33
|
+
- Prevent options dropdown from auto-focusing first item on open
|
|
34
|
+
|
|
35
|
+
- 95d26f7: Improve chat history sidebar UI: add icons to chat action menu, fix sidebar icon alignment, improve delete modal styling with rounded corners and chat name in title, keep New Chat button always visible but disabled, and update empty state messages.
|
|
36
|
+
- 95d26f7: Polish MCP settings and chatbot options menu: remove the settings button hover tooltip, relabel it to "Options", show MCP server edit actions on row hover only, display token-required status with a red warning icon, and align the MCP servers table background with the panel in dark mode.
|
|
37
|
+
- 95d26f7: Updated dependency `prettier` to `3.8.4`.
|
|
38
|
+
- 95d26f7: Updated dependency `llama-stack-client` to `^0.7.0`.
|
|
39
|
+
Updated dependency `msw` to `2.14.6`.
|
|
40
|
+
Updated dependency `langsmith` to `^0.7.0`.
|
|
41
|
+
Updated dependency `@patternfly/react-core` to `6.5.1`.
|
|
42
|
+
Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.14.0`.
|
|
43
|
+
- Updated dependencies [95d26f7]
|
|
44
|
+
- Updated dependencies [95d26f7]
|
|
45
|
+
- Updated dependencies [95d26f7]
|
|
46
|
+
- Updated dependencies [95d26f7]
|
|
47
|
+
- @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common@3.0.0
|
|
48
|
+
|
|
49
|
+
## 2.9.1
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- b5bb972: fix(lightspeed): Update missing permission view with responsive layout and new illustration
|
|
54
|
+
- 5bc0a03: add processing resources loading state for first-time notebook uploads
|
|
55
|
+
- d0f4682: Updated dependency `@patternfly/chatbot` to `6.6.0`.
|
|
56
|
+
- 9a0f571: Fixes background color of the remove/delete buttons
|
|
57
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.9.1
|
|
58
|
+
|
|
59
|
+
## 2.9.0
|
|
60
|
+
|
|
61
|
+
### Minor Changes
|
|
62
|
+
|
|
63
|
+
- 824efa9: documents cannot be uploaded when a document processing is in progress
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.9.0
|
|
68
|
+
|
|
69
|
+
## 2.8.5
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- 52ac724: fix(lightspeed): prevent JSS class name prefix from leaking into host application styles
|
|
74
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.8.5
|
|
75
|
+
|
|
76
|
+
## 2.8.4
|
|
77
|
+
|
|
78
|
+
### Patch Changes
|
|
79
|
+
|
|
80
|
+
- 556c5a1: fix(lightspeed): fix toast notifications being obscured by Global Header
|
|
81
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.8.4
|
|
82
|
+
|
|
83
|
+
## 2.8.3
|
|
84
|
+
|
|
85
|
+
### Patch Changes
|
|
86
|
+
|
|
87
|
+
- 4b07772: Translations updated for de/es/fr/it/ja
|
|
88
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.8.3
|
|
89
|
+
|
|
90
|
+
## 2.8.2
|
|
91
|
+
|
|
92
|
+
### Patch Changes
|
|
93
|
+
|
|
94
|
+
- 326f2cb: Scope all JSS class names with a `lightspeed-` prefix via seeded `StylesProvider` to prevent CSS collisions with other dynamically loaded plugins in RHDH.
|
|
95
|
+
- 326f2cb: UI improvements and bug fixes: unify MessageBar across display modes, fix message content overflow, rename chat section titles, update chat history panel icons, remove redundant success upload alerts, add delete resource confirmation modal, replace MCP settings icon with gear and add New badge.
|
|
96
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.8.2
|
|
97
|
+
|
|
98
|
+
## 2.8.1
|
|
99
|
+
|
|
100
|
+
### Patch Changes
|
|
101
|
+
|
|
102
|
+
- e5d33ba: Improved normalization of user chat input before send and display. A short intro followed by a numbered list, ASCII bullet lists (hyphen, asterisk, or plus, with optional indentation), or Unicode bullet lines is folded into one Markdown paragraph using hard line breaks and marker escaping where needed. That preserves intended line breaks (soft breaks no longer collapse list lines into one sentence) and keeps list-oriented prompts from splitting awkwardly in the chat UI. Excessive blank lines are tightened, CRLF is normalized, and whitespace-only prompts are not submitted.
|
|
103
|
+
- e6cd084: Fix notebook prompts and add Developer preview badge for Notebooks tab
|
|
104
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.8.1
|
|
105
|
+
|
|
106
|
+
## 2.8.0
|
|
107
|
+
|
|
108
|
+
### Minor Changes
|
|
109
|
+
|
|
110
|
+
- 3c9c556: - Hide notebooks tab when `lightspeed.notebooks.enabled: false` in config
|
|
111
|
+
- Fix notebook queries to display correct model from config instead of chat's selected model
|
|
112
|
+
- Add `/notebook-conversation-ids` endpoint to filter notebook conversations from chat list even when notebooks disabled
|
|
113
|
+
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- a866b21: fixed dark theme issues
|
|
117
|
+
- 17e0527: Updated dependency `@patternfly/react-core` to `6.4.3`.
|
|
118
|
+
Updated dependency `@red-hat-developer-hub/backstage-plugin-app-react` to `^0.0.5`.
|
|
119
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.8.0
|
|
120
|
+
|
|
121
|
+
## 2.7.1
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- 75181f0: preserve indentation for lists in chat window
|
|
126
|
+
- ca793d5: Disable automatic model refetch on window focus to prevent unnecessary network requests
|
|
127
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.7.1
|
|
128
|
+
|
|
129
|
+
## 2.7.0
|
|
130
|
+
|
|
131
|
+
### Minor Changes
|
|
132
|
+
|
|
133
|
+
- 41c1901: Implemented fullscreen chat UX updates including:
|
|
134
|
+
- Collapsible history panel with new expand/collapse icons
|
|
135
|
+
- Redesigned message bar with inline model selector and attachment menu
|
|
136
|
+
- New collapsed history strip with quick new chat functionality
|
|
137
|
+
- Updated header with Lightspeed logo
|
|
138
|
+
- Improved conversation list with hover-only options menu
|
|
139
|
+
|
|
140
|
+
### Patch Changes
|
|
141
|
+
|
|
142
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.7.0
|
|
143
|
+
|
|
144
|
+
## 2.6.8
|
|
145
|
+
|
|
146
|
+
### Patch Changes
|
|
147
|
+
|
|
148
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.6.8
|
|
149
|
+
|
|
150
|
+
## 2.6.7
|
|
151
|
+
|
|
152
|
+
### Patch Changes
|
|
153
|
+
|
|
154
|
+
- 3d2854b: fixed tool call response
|
|
155
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.6.7
|
|
156
|
+
|
|
157
|
+
## 2.6.6
|
|
158
|
+
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- c6824df: fixed notebooks empty state backgroundColor
|
|
162
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.6.6
|
|
163
|
+
|
|
164
|
+
## 2.6.5
|
|
165
|
+
|
|
166
|
+
### Patch Changes
|
|
167
|
+
|
|
168
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.6.5
|
|
169
|
+
|
|
170
|
+
## 2.6.4
|
|
171
|
+
|
|
172
|
+
### Patch Changes
|
|
173
|
+
|
|
174
|
+
- cab4992: Internationalize the Lightspeed floating action button: tooltip and `aria-label` use `tooltip.fab.open` / `tooltip.fab.close`, with German, Spanish, French, Italian, and Japanese translations.
|
|
175
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.6.4
|
|
176
|
+
|
|
177
|
+
## 2.6.3
|
|
178
|
+
|
|
179
|
+
### Patch Changes
|
|
180
|
+
|
|
181
|
+
- d4d74cf: ### Lightspeed shell and Notebooks
|
|
182
|
+
- **Fullscreen**: Chat and Notebooks stay on separate tabs. While the Notebooks tab is active, chat-only header actions (for example chat history, pinned chats, and MCP settings) are hidden so the header matches the active surface.
|
|
183
|
+
- **Overlay and docked**: Only the **Chat** surface is shown; the Chat/Notebooks tab strip is not shown, because Notebooks is intended for the fullscreen experience only.
|
|
184
|
+
- **Leaving fullscreen from Notebooks**: If you switch from fullscreen while on Notebooks to overlay or docked, you land on **Chat** in the shell, and the next time you open fullscreen you start on **Chat** again (no lingering Notebooks selection).
|
|
185
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.6.3
|
|
186
|
+
|
|
187
|
+
## 2.6.2
|
|
188
|
+
|
|
189
|
+
### Patch Changes
|
|
190
|
+
|
|
191
|
+
- 5148408: Migrated to Jest 30 as required by @backstage/cli 0.36.0.
|
|
192
|
+
- Updated dependencies [5148408]
|
|
193
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.6.2
|
|
194
|
+
|
|
195
|
+
## 2.6.1
|
|
196
|
+
|
|
197
|
+
### Patch Changes
|
|
198
|
+
|
|
199
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.6.1
|
|
200
|
+
|
|
201
|
+
## 2.6.0
|
|
202
|
+
|
|
203
|
+
### Patch Changes
|
|
204
|
+
|
|
205
|
+
- 9f5f22a: Fix new chat streams when switching threads and scope Stop to the streaming conversation (RHDHBUGS-3040).
|
|
206
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.6.0
|
|
207
|
+
|
|
208
|
+
## 2.5.1
|
|
209
|
+
|
|
210
|
+
### Patch Changes
|
|
211
|
+
|
|
212
|
+
- d621f93: Improved notebook upload modal and MessageBar UX.
|
|
213
|
+
- d621f93: Fixed overwrite flow to add duplicate files to the Add Document modal instead of uploading immediately. Reduced notebook delete toast timeout to 2 seconds.
|
|
214
|
+
- 5d17950: Retain Lightspeed chat and tool-call state when the chat UI remounts (for example when switching display mode between embedded and overlay), so the active thread and tool metadata are not dropped while messages are still streaming or before history refetches.
|
|
215
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.5.1
|
|
216
|
+
|
|
217
|
+
## 2.5.0
|
|
218
|
+
|
|
219
|
+
### Minor Changes
|
|
220
|
+
|
|
221
|
+
- d9df5b8: Add notebook chat with streaming support, document management, and UI improvements.
|
|
222
|
+
- Backend: add SSE transform to normalize Responses API format to legacy streaming format so notebook chat streams token-by-token like the chat tab.
|
|
223
|
+
- Frontend: add notebook chat view with conversation messages, document sidebar with per-document delete, and topic summary display.
|
|
224
|
+
- Fix stale document list when re-opening a notebook by setting query staleTime to 0.
|
|
225
|
+
- Hide model selector on the Notebooks tab while keeping the settings ellipsis menu visible.
|
|
226
|
+
|
|
227
|
+
- 8b0cb12: Add dedicated route for individual notebook view (/lightspeed/notebooks/:notebookId).
|
|
228
|
+
|
|
229
|
+
### Patch Changes
|
|
230
|
+
|
|
231
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.5.0
|
|
232
|
+
|
|
233
|
+
## 2.4.0
|
|
234
|
+
|
|
235
|
+
### Patch Changes
|
|
236
|
+
|
|
237
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.4.0
|
|
238
|
+
|
|
239
|
+
## 2.3.0
|
|
240
|
+
|
|
241
|
+
### Patch Changes
|
|
242
|
+
|
|
243
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.3.0
|
|
244
|
+
|
|
245
|
+
## 2.2.1
|
|
246
|
+
|
|
247
|
+
### Patch Changes
|
|
248
|
+
|
|
249
|
+
- 0c0e14e: Add an empty state for unconfigured LLM.
|
|
250
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.2.1
|
|
251
|
+
|
|
252
|
+
## 2.2.0
|
|
253
|
+
|
|
254
|
+
### Minor Changes
|
|
255
|
+
|
|
256
|
+
- 82a9ee8: Add notebook creation and document upload flow with file type validation, overwrite confirmation, collapsible document sidebar, file type icons, i18n support, and unit tests.
|
|
257
|
+
|
|
258
|
+
### Patch Changes
|
|
259
|
+
|
|
260
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.2.0
|
|
261
|
+
|
|
262
|
+
## 2.1.0
|
|
263
|
+
|
|
264
|
+
### Minor Changes
|
|
265
|
+
|
|
266
|
+
- cc98168: Migrated AI Notebooks from direct Llama Stack server to Lightspeed-Core integration
|
|
267
|
+
|
|
268
|
+
### Patch Changes
|
|
269
|
+
|
|
270
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.1.0
|
|
271
|
+
|
|
272
|
+
## 2.0.0
|
|
273
|
+
|
|
274
|
+
### Minor Changes
|
|
275
|
+
|
|
276
|
+
- 6ae51d4: migrated plugin to nfs
|
|
277
|
+
- f20f9f3: Add AI notebooks UI, hooks, and backend support for listing/renaming/deleting sessions.
|
|
278
|
+
- 0277bd0: Added the MCP servers selector/settings feature in Lightspeed with backend
|
|
279
|
+
integration for listing servers, per-user token updates, and validation.
|
|
280
|
+
|
|
281
|
+
In the settings panel, users can review server status, enable or disable
|
|
282
|
+
eligible servers, configure personal tokens, and get inline token validation
|
|
283
|
+
feedback. Token validation now runs automatically after typing stops and shows
|
|
284
|
+
success (`Connection successful`) or error (`Authorization failed. Try again.`)
|
|
285
|
+
before save.
|
|
286
|
+
|
|
287
|
+
- 01241c2: Backstage version bump to v1.49.2
|
|
288
|
+
moved existing app to app-legacy
|
|
289
|
+
app now runs the NFS model
|
|
290
|
+
|
|
291
|
+
### Patch Changes
|
|
292
|
+
|
|
293
|
+
- 5d4f070: update how tool call info is retrived
|
|
294
|
+
- afd7a1e: Update translations for Lightspeed.
|
|
295
|
+
- c45aa19: Add stop button to interrupt a streaming conversation
|
|
296
|
+
- c0f9d6a: fixes lightspeed overlay (remove horizontal scrollbar, and adds vertical scrollbar for newly created chats)
|
|
297
|
+
- 8f2c7f2: fix the overlay mode opening underneath the ApplicationDrawer
|
|
298
|
+
- a8b3dd9: Fixed "new chat" cta behavior
|
|
299
|
+
Added vertical scroll when too many models are available
|
|
300
|
+
Removed model grouping/categories in the model selector dropdown
|
|
301
|
+
- 7ce8caa: Added a missing permission screen for the Notebooks tab. When a user lacks the `lightspeed.notebooks.use` permission, the Notebooks tab now displays a "Missing permission" message with a "Go back" button instead of the notebook list.
|
|
302
|
+
- Updated dependencies [024d5a8]
|
|
303
|
+
- Updated dependencies [7db4bed]
|
|
304
|
+
- Updated dependencies [01241c2]
|
|
305
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@2.0.0
|
|
306
|
+
|
|
307
|
+
## 1.4.0
|
|
308
|
+
|
|
309
|
+
### Patch Changes
|
|
310
|
+
|
|
311
|
+
- f6d5102: Translation updated for German and Spanish
|
|
312
|
+
- 6106526: Moved the `CustomDrawer` component from `packages/app` to `plugins/lightspeed/dev` to resolve workspace accessibility issues during development.
|
|
313
|
+
- b6f1568: updated plugin readme
|
|
314
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@1.4.0
|
|
315
|
+
|
|
316
|
+
## 1.3.0
|
|
317
|
+
|
|
318
|
+
### Minor Changes
|
|
319
|
+
|
|
320
|
+
- 0a7c742: Backstage version bump to v1.47.3
|
|
321
|
+
|
|
322
|
+
### Patch Changes
|
|
323
|
+
|
|
324
|
+
- cc12a51: Updated dependency `@patternfly/react-core` to `6.4.1`.
|
|
325
|
+
- Updated dependencies [0a7c742]
|
|
326
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@1.3.0
|
|
327
|
+
|
|
328
|
+
## 1.2.3
|
|
329
|
+
|
|
330
|
+
### Patch Changes
|
|
331
|
+
|
|
332
|
+
- da2e71d: some ux improvements and persisting the display mode preference
|
|
333
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@1.2.3
|
|
334
|
+
|
|
335
|
+
## 1.2.2
|
|
336
|
+
|
|
337
|
+
### Patch Changes
|
|
338
|
+
|
|
339
|
+
- 00a1d21: Added missing display mode translations (`settings.displayMode.*`) for Japanese (ja) and Italian (it) locales.
|
|
340
|
+
- aaac497: Updated dependency `prettier` to `3.8.1`.
|
|
341
|
+
- Updated dependencies [aaac497]
|
|
342
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@1.2.2
|
|
343
|
+
|
|
344
|
+
## 1.2.1
|
|
345
|
+
|
|
346
|
+
### Patch Changes
|
|
347
|
+
|
|
348
|
+
- 9c17c36: Updated dependency `prettier` to `3.8.0`.
|
|
349
|
+
- b0f22e5: Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.12.0`.
|
|
350
|
+
Updated dependency `monaco-editor` to `^0.55.0`.
|
|
351
|
+
- 98bb56f: Render new lines in deepThinking component
|
|
352
|
+
- Updated dependencies [9c17c36]
|
|
353
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@1.2.1
|
|
354
|
+
|
|
355
|
+
## 1.2.0
|
|
356
|
+
|
|
357
|
+
### Minor Changes
|
|
358
|
+
|
|
359
|
+
- bb8ef80: Added chatbot display modes (overlay, docked, fullscreen) with the ability to switch between modes via settings dropdown.
|
|
360
|
+
- 275b45e: feat: add conversation sorting with persistence, persisting pinned chats and pinned chats toggle per-user
|
|
361
|
+
|
|
362
|
+
### Patch Changes
|
|
363
|
+
|
|
364
|
+
- 7f4be01: Fixed file attachments being lost when changing display mode (overlay, docked, window).
|
|
365
|
+
- c5606c3: Refactor ToolCallContent component to use PatternFly components.
|
|
366
|
+
- e16075b: show expandable card for deep thinking responses
|
|
367
|
+
- fa48491: Added tool call support to display AI tool execution results
|
|
368
|
+
- ea9109f: Fixes an issue where the Chat History Drawer was remaining collapsed when loading the Lightspeed page in fullscreen/embedded mode on desktop.
|
|
369
|
+
- 1d656f2: Added a dark logo for light themes
|
|
370
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@1.2.0
|
|
371
|
+
|
|
372
|
+
## 1.1.2
|
|
373
|
+
|
|
374
|
+
### Patch Changes
|
|
375
|
+
|
|
376
|
+
- f74564d: Added 'it' and 'ja' i18n support and updated 'fr' translation strings.
|
|
377
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@1.1.2
|
|
378
|
+
|
|
379
|
+
## 1.1.1
|
|
380
|
+
|
|
381
|
+
### Patch Changes
|
|
382
|
+
|
|
383
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@1.1.1
|
|
384
|
+
|
|
385
|
+
## 1.1.0
|
|
386
|
+
|
|
387
|
+
### Minor Changes
|
|
388
|
+
|
|
389
|
+
- 99f35d5: Backstage version bump to v1.45.2
|
|
390
|
+
|
|
391
|
+
### Patch Changes
|
|
392
|
+
|
|
393
|
+
- Updated dependencies [99f35d5]
|
|
394
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@1.1.0
|
|
395
|
+
|
|
396
|
+
## 1.0.4
|
|
397
|
+
|
|
398
|
+
### Patch Changes
|
|
399
|
+
|
|
400
|
+
- 58e26ba: '@red-hat-developer-hub/backstage-plugin-lightspeed' :
|
|
401
|
+
- Added missing translations for untranslated labels across the Lightspeed chat UI.
|
|
402
|
+
- Added lightspeed settings kebab menu
|
|
403
|
+
- Added a new “Pinned” section. The section is conditionally visible only when pinning chats are enabled in Lightspeed settings. It shows an empty state when no chats are pinned.
|
|
404
|
+
- Added Kebab menu actions to each chat item with actions: Rename, Pin, Unpin
|
|
405
|
+
- Implemented logic to move chats between Pinned and Recent sections based on the selected action (“Pin” / “Unpin”).
|
|
406
|
+
- Updated search behavior to show results under both Pinned and Recent groups (when enabled), including appropriate empty search messaging.
|
|
407
|
+
- The Rename action opens a dialog with an editable text field and confirm/cancel actions.
|
|
408
|
+
- Replaced the patternfly components with MUI to match the Figma designs [Design 1](https://www.figma.com/design/urwU8VqRvHfbxMqxeVknrv/RHDH-Lightspeed---AI-Assistant?node-id=1523-1670&t=CqnUYsxar0PtjAjZ-0)
|
|
409
|
+
[Design 2](https://www.figma.com/design/urwU8VqRvHfbxMqxeVknrv/RHDH-Lightspeed---AI-Assistant?node-id=2514-5415&t=PphIEOl5Yzmgv5tI-0)
|
|
410
|
+
|
|
411
|
+
'@red-hat-developer-hub/backstage-plugin-lightspeed-common':
|
|
412
|
+
|
|
413
|
+
Added the Update api client
|
|
414
|
+
|
|
415
|
+
- 40b80fe: Remove "lifecycle" keywords and "supported-versions" in package.json. Change "lifecycle" to active in catalog.yaml
|
|
416
|
+
- b609890: update lightspeed model dropdown styles
|
|
417
|
+
- Updated dependencies [58e26ba]
|
|
418
|
+
- Updated dependencies [40b80fe]
|
|
419
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@1.0.4
|
|
420
|
+
|
|
421
|
+
## 1.0.3
|
|
422
|
+
|
|
423
|
+
### Patch Changes
|
|
424
|
+
|
|
425
|
+
- 5a26e61: Rever PF upgrade to reduce the bundle size
|
|
426
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@1.0.3
|
|
427
|
+
|
|
428
|
+
## 1.0.2
|
|
429
|
+
|
|
430
|
+
### Patch Changes
|
|
431
|
+
|
|
432
|
+
- ad1528c: Add localStorage persistence for last selected model
|
|
433
|
+
|
|
434
|
+
The Lightspeed plugin now remembers the user's last selected model across page refreshes, automatically restoring it when available.
|
|
435
|
+
|
|
436
|
+
- f686a9a: updated legal text
|
|
437
|
+
- be83b61: Upgrade patternfly chatbot
|
|
438
|
+
|
|
439
|
+
Monaco editor is used from npm package instead of cdn allowing us to remove custom csp rules
|
|
440
|
+
|
|
441
|
+
- c5fa204: Updated dependency `@types/express` to `4.17.25`.
|
|
442
|
+
Updated dependency `msw` to `2.11.6`.
|
|
443
|
+
Updated dependency `@patternfly/chatbot` to `6.4.1`.
|
|
444
|
+
Updated dependency `@patternfly/react-core` to `6.4.0`.
|
|
445
|
+
- 71bb80d: fix streaming response in lightspeed UI
|
|
446
|
+
- d8bb650: Remove unsupported file type from lightspeed
|
|
447
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@1.0.2
|
|
448
|
+
|
|
449
|
+
## 1.0.1
|
|
450
|
+
|
|
451
|
+
### Patch Changes
|
|
452
|
+
|
|
453
|
+
- 7ba5eb5: use only llm models in the model dropdown
|
|
454
|
+
|
|
455
|
+
## 1.0.0
|
|
456
|
+
|
|
457
|
+
### Major Changes
|
|
458
|
+
|
|
459
|
+
- 2204143: Align lightspeed UI with LCS
|
|
460
|
+
|
|
461
|
+
## 0.6.1
|
|
462
|
+
|
|
463
|
+
### Patch Changes
|
|
464
|
+
|
|
465
|
+
- 51c5897: Export i18n resources from alpha module
|
|
466
|
+
|
|
467
|
+
## 0.6.0
|
|
468
|
+
|
|
469
|
+
### Minor Changes
|
|
470
|
+
|
|
471
|
+
- 693c3df: Add internationalization (i18n) support with German, French and Spanish translations in lightspeed.
|
|
472
|
+
- d922b04: Backstage version bump to v1.42.5
|
|
473
|
+
|
|
474
|
+
### Patch Changes
|
|
475
|
+
|
|
476
|
+
- cfa3434: Updated dependency `@patternfly/chatbot` to `6.3.2`.
|
|
477
|
+
Updated dependency `@patternfly/react-core` to `6.3.1`.
|
|
478
|
+
- Updated dependencies [d922b04]
|
|
479
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@0.4.0
|
|
480
|
+
|
|
481
|
+
## 0.5.7
|
|
482
|
+
|
|
483
|
+
### Patch Changes
|
|
484
|
+
|
|
485
|
+
- 0e00cb6: Upgrade backstage to 1.39.1
|
|
486
|
+
- Updated dependencies [0e00cb6]
|
|
487
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@0.3.4
|
|
488
|
+
|
|
489
|
+
## 0.5.6
|
|
490
|
+
|
|
491
|
+
### Patch Changes
|
|
492
|
+
|
|
493
|
+
- 2ba3742: Add feedback API endpoints and controls in the UI to collect user feedback
|
|
494
|
+
- bab4647: Update functional and legal disclaimers
|
|
495
|
+
- 9133ae8: Add description in message source card
|
|
496
|
+
- a79f849: Updated dependency `prettier` to `3.6.2`.
|
|
497
|
+
- Updated dependencies [a79f849]
|
|
498
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@0.3.3
|
|
499
|
+
|
|
500
|
+
## 0.5.5
|
|
501
|
+
|
|
502
|
+
### Patch Changes
|
|
503
|
+
|
|
504
|
+
- 5d80736: Renamed permissions to align with the updated naming convention:
|
|
505
|
+
- `lightspeed.conversations.read` → `lightspeed.chat.read`
|
|
506
|
+
- `lightspeed.conversations.create` → `lightspeed.chat.create`
|
|
507
|
+
- `lightspeed.conversations.delete` → `lightspeed.chat.delete`
|
|
508
|
+
|
|
509
|
+
- 936c52c: Update the plugin name to Developer lightspeed
|
|
510
|
+
- 717c505: change the lightspeed user and bot avatars
|
|
511
|
+
- Updated dependencies [5d80736]
|
|
512
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@0.3.2
|
|
513
|
+
|
|
514
|
+
## 0.5.4
|
|
515
|
+
|
|
516
|
+
### Patch Changes
|
|
517
|
+
|
|
518
|
+
- 555ef5b: Added support for Drag and Drop attachment upload
|
|
519
|
+
- ee1da3b: enable only supported file types in file picker
|
|
520
|
+
- 13dd7b1: Updated dependency `@patternfly/chatbot` to `6.3.0-prerelease.20`.
|
|
521
|
+
Updated dependency `@patternfly/react-core` to `6.3.0-prerelease.17`.
|
|
522
|
+
- 717a32b: Updated dependency `@patternfly/react-core` to `6.3.0-prerelease.16`.
|
|
523
|
+
- 6495f17: Make source card links as external links
|
|
524
|
+
|
|
525
|
+
## 0.5.3
|
|
526
|
+
|
|
527
|
+
### Patch Changes
|
|
528
|
+
|
|
529
|
+
- b3cca2b: Reset localstorage if the conversations are empty
|
|
530
|
+
|
|
531
|
+
## 0.5.2
|
|
532
|
+
|
|
533
|
+
### Patch Changes
|
|
534
|
+
|
|
535
|
+
- fe413e3: Functional disclaimer with topic restriction
|
|
536
|
+
- a9e5f32: Updated dependency `@openapitools/openapi-generator-cli` to `2.20.0`.
|
|
537
|
+
Updated dependency `prettier` to `3.5.3`.
|
|
538
|
+
Updated dependency `@redhat-developer/red-hat-developer-hub-theme` to `0.5.1`.
|
|
539
|
+
Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.6.0`.
|
|
540
|
+
Updated dependency `@janus-idp/cli` to `3.5.0`.
|
|
541
|
+
- 3a76aaf: Updated dependency `@patternfly/react-core` to `6.3.0-prerelease.4`.
|
|
542
|
+
- 002f7c9: Updated dependency `@testing-library/user-event` to `14.6.1`.
|
|
543
|
+
- ab6a532: Add configurable sample prompts
|
|
544
|
+
- dc4ff7c: Add file attachment support
|
|
545
|
+
Update functional and legal disclaimers
|
|
546
|
+
Add citation links in the bot response
|
|
547
|
+
Update initial user prompts
|
|
548
|
+
- db3257b: Upgrade PF chatbot
|
|
549
|
+
- Updated dependencies [a9e5f32]
|
|
550
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@0.3.1
|
|
551
|
+
|
|
552
|
+
## 0.5.1
|
|
553
|
+
|
|
554
|
+
### Patch Changes
|
|
555
|
+
|
|
556
|
+
- e6c1643: Pause autoscroll when user scrolls up during streaming chat responses
|
|
557
|
+
|
|
558
|
+
## 0.5.0
|
|
559
|
+
|
|
560
|
+
### Minor Changes
|
|
561
|
+
|
|
562
|
+
- f9d1bc4: Align with road-core service API response
|
|
563
|
+
|
|
564
|
+
## 0.4.3
|
|
565
|
+
|
|
566
|
+
### Patch Changes
|
|
567
|
+
|
|
568
|
+
- f406790: Bump PF chatbot version
|
|
569
|
+
|
|
570
|
+
## 0.4.2
|
|
571
|
+
|
|
572
|
+
### Patch Changes
|
|
573
|
+
|
|
574
|
+
- 5fcce0c: Bumped Patternfly and chatbot versions
|
|
575
|
+
|
|
576
|
+
## 0.4.1
|
|
577
|
+
|
|
578
|
+
### Patch Changes
|
|
579
|
+
|
|
580
|
+
- 5d5904b: Remove CSS resets from PatternFly CSS import
|
|
581
|
+
|
|
582
|
+
## 0.4.0
|
|
583
|
+
|
|
584
|
+
### Minor Changes
|
|
585
|
+
|
|
586
|
+
- 91a66a8: Backstage version bump to v1.35.1
|
|
587
|
+
|
|
588
|
+
### Patch Changes
|
|
589
|
+
|
|
590
|
+
- Updated dependencies [91a66a8]
|
|
591
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@0.3.0
|
|
592
|
+
|
|
593
|
+
## 0.3.3
|
|
594
|
+
|
|
595
|
+
### Patch Changes
|
|
596
|
+
|
|
597
|
+
- 0b0eec1: Make lightspeed conversation drawer resizable and default to closed on smaller screens
|
|
598
|
+
|
|
599
|
+
## 0.3.2
|
|
600
|
+
|
|
601
|
+
### Patch Changes
|
|
602
|
+
|
|
603
|
+
- 8001249: fix dynamic plugins packaging
|
|
604
|
+
- Updated dependencies [8001249]
|
|
605
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@0.2.1
|
|
606
|
+
|
|
607
|
+
## 0.3.1
|
|
608
|
+
|
|
609
|
+
### Patch Changes
|
|
610
|
+
|
|
611
|
+
- 66c4da3: Updated dependency `@patternfly/chatbot` to `2.2.0-prerelease.10`.
|
|
612
|
+
|
|
613
|
+
## 0.3.0
|
|
614
|
+
|
|
615
|
+
### Minor Changes
|
|
616
|
+
|
|
617
|
+
- e41a860: Backstage version bump to v1.34.2
|
|
618
|
+
|
|
619
|
+
### Patch Changes
|
|
620
|
+
|
|
621
|
+
- Updated dependencies [e41a860]
|
|
622
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@0.2.0
|
|
623
|
+
|
|
624
|
+
## 0.2.5
|
|
625
|
+
|
|
626
|
+
### Patch Changes
|
|
627
|
+
|
|
628
|
+
- 7b21401: Upgrade to latest PF chatbot version
|
|
629
|
+
- 9556c86: Persist last conversation state and reload on user revisit
|
|
630
|
+
- 18547a0: Updated dependency `msw` to `1.3.5`.
|
|
631
|
+
- d59e940: Updated dependency `prettier` to `3.4.2`.
|
|
632
|
+
- Updated dependencies [d59e940]
|
|
633
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@0.1.3
|
|
634
|
+
|
|
635
|
+
## 0.2.4
|
|
636
|
+
|
|
637
|
+
### Patch Changes
|
|
638
|
+
|
|
639
|
+
- Updated dependencies [5f6faba]
|
|
640
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@0.1.2
|
|
641
|
+
|
|
642
|
+
## 0.2.3
|
|
643
|
+
|
|
644
|
+
### Patch Changes
|
|
645
|
+
|
|
646
|
+
- 0cb862f: rename janus references in README.md
|
|
647
|
+
|
|
648
|
+
## 0.2.2
|
|
649
|
+
|
|
650
|
+
### Patch Changes
|
|
651
|
+
|
|
652
|
+
- 193645a: add delete confirmation modal during chat delete
|
|
653
|
+
|
|
654
|
+
## 0.2.1
|
|
655
|
+
|
|
656
|
+
### Patch Changes
|
|
657
|
+
|
|
658
|
+
- dd818f9: fix crash when switching between conversation during streaming
|
|
659
|
+
|
|
660
|
+
## 0.2.0
|
|
661
|
+
|
|
662
|
+
### Minor Changes
|
|
663
|
+
|
|
664
|
+
- c113d1a: - add RBAC permission support.
|
|
665
|
+
- add multiple chats, chat creation, deletion and searching. [#2501](https://github.com/janus-idp/backstage-plugins/pull/2501)
|
|
666
|
+
|
|
667
|
+
### Patch Changes
|
|
668
|
+
|
|
669
|
+
- Updated dependencies [c113d1a]
|
|
670
|
+
- @red-hat-developer-hub/backstage-plugin-lightspeed-common@0.1.1
|
|
671
|
+
|
|
672
|
+
## 0.1.3
|
|
673
|
+
|
|
674
|
+
### Patch Changes
|
|
675
|
+
|
|
676
|
+
- 9fccf3f: Migrated from [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins).
|
|
677
|
+
|
|
678
|
+
### Features
|
|
679
|
+
|
|
680
|
+
- **lightspeed:** add a new lightspeed plugin with basic implementation of chat ([#1889](https://github.com/janus-idp/backstage-plugins/issues/1889)) ([cb80e38](https://github.com/janus-idp/backstage-plugins/commit/cb80e38d4d35a8097cd84b57c1b8eb12ec5af6b4))
|
|
681
|
+
- **lightspeed:** add api client ([#2020](https://github.com/janus-idp/backstage-plugins/issues/2020)) ([ff09574](https://github.com/janus-idp/backstage-plugins/commit/ff095742c542869c7a330d391bd619e97473218c))
|