Update changelog with Z.ai and MiniMax providers

This commit is contained in:
Danila Poyarkov 2026-03-11 13:26:55 +03:00
parent 509520f273
commit 91c6f55143

View file

@ -6,6 +6,8 @@
- Grid layout in AI chat — JSX renderer supports `grid`, `columns`, `rows`, `gap` props with child positioning (`colStart`, `rowStart`, `colSpan`, `rowSpan`) and auto-height grids
- Configurable max output tokens in AI provider settings (default 16384)
- Z.ai AI provider with GLM-5, GLM-4.7, GLM-4.6, GLM-4.5 model families
- MiniMax AI provider with M2.5, M2.1, M2 models
### Fixes