Skip to content

fix: render Markdown in conversation viewer - #211

Open
zeroknots wants to merge 1 commit into
tintinweb:masterfrom
zeroknots:fix/render-viewer-markdown
Open

fix: render Markdown in conversation viewer#211
zeroknots wants to merge 1 commit into
tintinweb:masterfrom
zeroknots:fix/render-viewer-markdown

Conversation

@zeroknots

Copy link
Copy Markdown

Summary

Render assistant messages and tool results in the FleetView conversation overlay with Pi's Markdown component. This fixes raw Markdown output from tools such as context-mode's ctx_execute and removes the fixed 500-character result truncation so the existing scrollable viewer can show the complete result.

Closes #210.

Changes

  • Add viewer-local Markdown styling based on the overlay theme.
  • Render assistant text and tool results through Pi's Markdown component.
  • Preserve width clamping and existing conversation chrome.
  • Add regression coverage for headings, lists, inline emphasis, and tool results beyond 500 characters.

Testing

  • npm run lint
  • npm run typecheck
  • npm run test — 47 files passed, 1 skipped; 822 tests passed, 5 skipped
  • npm run build

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.

Render Markdown in the conversation viewer

1 participant