feat: embed real-time backend log terminal with persistent streaming support#494
Merged
Conversation
beraterkek-kafein
commented
Jul 2, 2026
Collaborator
- capture Python stdout, stderr, and system logger output through a global log handler
- normalize multiline log messages for Server-Sent Events stream compatibility
- stream backend console logs to the canvas through a native EventSource connection
- add a draggable and resizable terminal panel with persistent log buffering and scroll state
- reposition chat controls and zoom actions dynamically to accommodate terminal visibility
- optimize resize interactions to eliminate transition delays during drag operations
- support IDE-style log search with match case, whole word, regex, and sequential navigation
- preserve layout stability while highlighting search matches to prevent text shifting
- simplify configuration fallback handling and surface missing configuration errors in logs
- correct LangSmith configuration detection by evaluating boolean string values
…support - capture Python stdout, stderr, and system logger output through a global log handler - normalize multiline log messages for Server-Sent Events stream compatibility - stream backend console logs to the canvas through a native EventSource connection - add a draggable and resizable terminal panel with persistent log buffering and scroll state - reposition chat controls and zoom actions dynamically to accommodate terminal visibility - optimize resize interactions to eliminate transition delays during drag operations - support IDE-style log search with match case, whole word, regex, and sequential navigation - preserve layout stability while highlighting search matches to prevent text shifting - simplify configuration fallback handling and surface missing configuration errors in logs - correct LangSmith configuration detection by evaluating boolean string values
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.