feat(DATAGO-130230): Inline Progress Timeline & LLM Thinking Tokens in Chat UI#1280
Open
amir-ghasemi wants to merge 13 commits intomainfrom
Open
feat(DATAGO-130230): Inline Progress Timeline & LLM Thinking Tokens in Chat UI#1280amir-ghasemi wants to merge 13 commits intomainfrom
amir-ghasemi wants to merge 13 commits intomainfrom
Conversation
✅ FOSSA Guard: Licensing (
|
✅ FOSSA Guard: Vulnerability (
|
WhiteSource Policy Violation Summary✅︎ No Blocking Whitesource Policy Violations found in solaceai/solace-agent-mesh-ui-pr-1280! |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This pull request introduces a major enhancement to the chat UI by adding inline progress updates and a collapsible "thinking" block for AI responses. These changes improve the visibility of task progress and reasoning steps directly within the chat, offering a more interactive and informative user experience. The update also includes code cleanup and adjustments to how status and progress are tracked and displayed.
Chat UI Enhancements:
InlineProgressUpdatescomponent that displays a vertical timeline of AI progress updates directly within AI messages, including streaming and completed states, with support for collapsing long timelines. [1] [2] [3] [4]ThinkingBlockcomponent, which shows the AI's reasoning ("thinking") in a collapsible block above the main response, auto-collapsing when the response is complete.Integration and UI Logic Changes:
ChatMessage.tsxto render inline progress updates at the top of AI messages and to ensure messages with only progress updates (no text/content) are still displayed. [1] [2]ChatPage.tsx, as progress is now shown inline with messages. [1] [2] [3] [4]State Management Improvements:
ChatContext.ts) and provider (ChatProvider.tsx) to track a history of status updates, supporting the new inline progress timeline. [1] [2]https://solacedotcom.slack.com/files/U09N6J996RE/F0APBJ4LCBG/screen_recording_2026-03-27_at_4.04.30___pm.mov