v0.1.2.3-beta
Pre-release
Pre-release
·
23 commits
to main
since this release
What's Changed in v0.1.2.3-beta
🎨 Live Streaming Markdown UI Parser
- Real-Time Line-by-Line Markdown Parser: Converted raw LLM streaming tokens into fully rendered ANSI markdown lines live in real-time.
- Headers & Accent Colors: Automatically formats
#,##,###headers into bold themed titles. - Code Fences to ASCII Boxes: Renders code blocks (```lang) into clean boxed cards with top/bottom border indicators.
- Inline Styling: Automatically highlights
**bold**,*italic*,code, list bullets (•), and numbered steps.
📦 Prebuilt Binaries
| OS | Architecture | Binary |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3/M4) | mncode-darwin-arm64 |
| macOS | Intel (x86_64) | mncode-darwin-amd64 |
| Linux | x86_64 (amd64) | mncode-linux-amd64 |
| Linux | ARM64 (aarch64) | mncode-linux-arm64 |
| Windows | 64-bit (x64) | mncode-windows-amd64.exe |
Full Changelog: v0.1.2.2-beta...v0.1.2.3-beta
Full Changelog: v0.1.2.2-beta...v0.1.2.3-beta