@streamdown/code@1.1.1

hexgrad/kokoro@streamdown/code@1.1.1Mar 17, 2026

AI Summary

A patch update that improves error handling for code blocks with unknown or truncated language identifiers.

Key Highlights

  • Added fallback to plain text highlighting for unknown languages
  • Prevents Shiki from throwing errors on unsupported language names

New Features

  • Fallback text highlighting when language identifier is unknown or truncated

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.