@streamdown/code@1.1.1
coleam00/Archon@streamdown/code@1.1.1Mar 17, 2026
AI Summary
A patch release that prevents errors when code block language identifiers are unknown or truncated during streaming by falling back to plain text highlighting.
Key Highlights
- Fall back to plain text highlighting for unknown languages
- Handle truncated language identifiers mid-stream
New Features
- Robust code highlighting fallback
Full Release Notes
### Patch Changes - 651873d: Fall back to plain text highlighting when the code block language identifier is unknown or truncated mid-stream, preventing Shiki from throwing on unsupported language names.