This release focuses on making chat more resilient and safer to use. You will see clearer error messages, and streaming behavior is protected from invalid step limit inputs.
Security and user-friendly errors
Chat error toasts now display user-friendly messages instead of raw internal error text. This helps prevent leaking implementation details from backend or third-party error formats.
Stability updates
Step limits used during streaming are now validated to ensure they are finite, positive numbers. Invalid values are rejected, and valid inputs are normalized to whole numbers to avoid unexpected streaming stops.