$ cat laravel/week/2026-08-24.log
the week in review · Aug 24 – Aug 30, 2026
Mistral audio, Vite 8 Echo, and Laravel 13 SQL Server fixes
Laravel's AI stack gained audio TTS and more reliable Groq failover, Echo slimmed down on Vite 8, and Laravel 13 hardened input validation and added SQL Server DSNs.
Two operational updates from the periphery: Valet's 413 upload bug is fixed, and Maestro starter kits now target Vite+. On the observability side, Laravel Nightwatch can now limit events ingested per app or environment through an event listener [10], giving teams a sandbox for controlling data volume. Laravel MCP now honors server caching hints on the client [11], a move that aligns client-side cache invalidation with server-sent directives and can reduce unnecessary requests in MCP-based tooling.
References
- [1] Add audio (TTS) support to the Mistral provider ↗ laravel/ai
- [2] Fail over on Groq's flex tier capacity exceeded status code ↗ laravel/ai
- [3] Limit the Groq overloaded status codes to the ones Groq documents ↗ laravel/ai
- [4] Add explicit prompt cache breakpoints for Anthropic and Bedrock ↗ laravel/ai
- [5] Accept user messages and chat input when prompting agents ↗ laravel/ai
- [6] Hydrate useChat from stored conversation messages ↗ laravel/ai
- [7] build: upgrade to vite 8 and migrate to unplugin-dts ↗ laravel/echo
- [8] fix(react): resolve react-native consumers to the commonjs bundle (#544) ↗ laravel/echo
- [9] [13.x] Treat literal dots in input keys correctly when rejecting unknown fields ↗ laravel/framework
- [10] Allow limiting events ingested per app / env based on an event listener ↗ laravel/nightwatch
- [11] Honor server caching hints on the client ↗ laravel/mcp
$ ls laravel/week/ # the briefings behind this review