Skip to content

feat(dashboard): transcript viewer with syntax highlighting#1827

Merged
OneStepAt4time merged 1 commit intodevelopfrom
feat/transcript-syntax
Apr 14, 2026
Merged

feat(dashboard): transcript viewer with syntax highlighting#1827
OneStepAt4time merged 1 commit intodevelopfrom
feat/transcript-syntax

Conversation

@OneStepAt4time
Copy link
Copy Markdown
Owner

What

Adds syntax highlighting for code blocks in the transcript viewer.

Changes:

  • CodeBlock component with regex-based syntax highlighting (zero deps)
  • RenderWithCodeBlocks parses markdown ``` code blocks in messages
  • Copy code button on each code block
  • Language badge header
  • Keywords, strings, comments, numbers highlighted with GitHub-style colors
  • Integrated into MessageBubble TextMessage

Build and 284 tests pass. Closes #1826

- CodeBlock component with regex-based syntax highlighting
- RenderWithCodeBlocks parses markdown code blocks in messages
- Copy code button on each code block
- Language badge on code blocks
- Zero dependencies (lightweight regex highlighting)
- Keywords, strings, comments, numbers highlighted
- Integrated into MessageBubble TextMessage

Closes #1826
Copy link
Copy Markdown
Contributor

@aegis-gh-agent aegis-gh-agent bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Approved — transcript viewer with MessageBubble + CodeBlock components, regex-based syntax highlighting, copy button.

@OneStepAt4time OneStepAt4time merged commit 9fcc9ee into develop Apr 14, 2026
10 of 11 checks passed
@OneStepAt4time OneStepAt4time deleted the feat/transcript-syntax branch April 14, 2026 21:09
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