Skip to content

Commit 5d17950

Browse files
authored
chore(lightspeed): added changeset for bug fix (#2958)
* chore(lightspeed): added changeset for bug fix Signed-off-by: Yi Cai <yicai@redhat.com> * updated documentation for this change Signed-off-by: Yi Cai <yicai@redhat.com> --------- Signed-off-by: Yi Cai <yicai@redhat.com>
1 parent 8d54142 commit 5d17950

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-lightspeed': patch
3+
'@red-hat-developer-hub/backstage-plugin-lightspeed-backend': patch
4+
---
5+
6+
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.

workspaces/lightspeed/plugins/lightspeed/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,11 @@ Lightspeed is a front-end plugin that enables you to interact with any LLM serve
8585
#### Procedure
8686

8787
1. Open your Backstage application and select a Lightspeed nav item from the **Navigation**.
88-
2. Ask you questions to the Lightspeed chatbot.
88+
2. Ask your questions to the Lightspeed chatbot.
89+
90+
### Display modes and chat continuity
91+
92+
Lightspeed supports multiple **display modes** from Settings (for example overlay, docked, embedded, and fullscreen). Switching modes can remount the chat surface; your **current conversation** and **tool-call metadata** for that thread stay with the session so the active chat is not reset. Live streaming text may not update continuously across a mode switch until the assistant response finishes loading.
8993

9094
### MCP servers settings
9195

0 commit comments

Comments
 (0)