@streamdown/code@1.1.1

vercel/chatbot@streamdown/code@1.1.1Mar 17, 2026

AI Summary

This patch release fixes errors that occurred when code block language identifiers were unknown or truncated mid-stream during content streaming.

Key Highlights

  • Fallback to plain text highlighting for unsupported languages

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.