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:
@@ -9,7 +9,7 @@ members = [
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.0.41"
|
||||
version = "0.0.42"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
rust-version = "1.75"
|
||||
|
||||
Reference in New Issue
Block a user