Skip to content

feat: embed real-time backend log terminal with persistent streaming support#494

Merged
beraterkek-kafein merged 1 commit into
devfrom
feat/log_terminal
Jul 2, 2026
Merged

feat: embed real-time backend log terminal with persistent streaming support#494
beraterkek-kafein merged 1 commit into
devfrom
feat/log_terminal

Conversation

@beraterkek-kafein

Copy link
Copy Markdown
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
@beraterkek-kafein beraterkek-kafein merged commit a9ee057 into dev Jul 2, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant