fix(coding-agent): render HTML-like message content verbatim in exports

closes #3484
This commit is contained in:
Mario Zechner
2026-04-21 09:24:22 +02:00
parent ac99bdba00
commit c6cef7c806
2 changed files with 13 additions and 10 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed exported session markdown to render Markdown while showing HTML-like message content such as `<file name="...">...</file>` verbatim, so shared sessions match the TUI instead of letting the browser interpret message text ([#3484](https://github.com/badlogic/pi-mono/issues/3484))
## [0.68.0] - 2026-04-20
### New Features