@streamdown/code@1.1.1
jamiepine/voicebox@streamdown/code@1.1.1Mar 17, 2026
AI Summary
A patch release for the Streamdown code plugin that improves stability by handling unknown or truncated code block language identifiers gracefully, preventing the Shiki highlighter from throwing errors.
Key Highlights
- Falls back to plain text highlighting when code block language identifiers are unknown or truncated
- Prevents Shiki from throwing errors on unsupported language names
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.