@streamdown/code@1.1.1

crewAIInc/crewAI@streamdown/code@1.1.1Mar 17, 2026

AI Summary

Improved code block robustness by falling back to plain text highlighting when Shiki encounters unknown or truncated language identifiers.

Key Highlights

  • Fallback to plain text for unknown languages
  • Prevents Shiki from throwing errors on unsupported names

New Features

  • Error handling for unknown 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.