From 91c6f55143e25eece691d370678b97c24c2bc0dd Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Wed, 11 Mar 2026 13:26:55 +0300 Subject: [PATCH] Update changelog with Z.ai and MiniMax providers --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 670d8cb45..120575116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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