v0.0.42: markdown rendering in TUI messages

- **bold**, *italic*, \`code\` rendered with ratatui styles
- # headers, > blockquotes, - bullet lists
- Multi-line messages split and indented per line
- Code spans: cyan bold, headers: white bold, quotes: gray italic
- No external dependency (custom md_to_spans parser)
- tui-markdown had ratatui version mismatch, built our own

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Siavash Sameni
2026-03-29 19:00:28 +04:00
parent 5bc59376f5
commit 6f1dbde7cc
5 changed files with 105 additions and 54 deletions

View File

@@ -9,7 +9,7 @@ members = [
]
[workspace.package]
version = "0.0.41"
version = "0.0.42"
edition = "2021"
license = "MIT"
rust-version = "1.75"