From 85557381ecc8bec1fe8110405cd0bc2eb4033c91 Mon Sep 17 00:00:00 2001 From: Nathan Esquenazi Date: Wed, 1 Apr 2026 23:24:52 -0700 Subject: [PATCH] docs: update CHANGELOG with v0.16.2 model list and base_url fixes Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3375d47..c08327a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ --- +## [v0.16.2] Model List Updates + base_url Passthrough +*April 1, 2026 | 247 tests* + +### Bug Fixes +- **MiniMax model list updated.** Replaced stale ABAB 6.5 models with current + MiniMax-M2.7, M2.7-highspeed, M2.5, M2.5-highspeed, M2.1 lineup matching + hermes-agent upstream. (Fixes #6) +- **Z.AI/GLM model list updated.** Replaced GLM-4 series with current GLM-5, + GLM-5 Turbo, GLM-4.7, GLM-4.5, GLM-4.5 Flash lineup. +- **base_url passthrough to AIAgent.** `resolve_model_provider()` now reads + `base_url` from config.yaml and passes it to AIAgent, so providers with + custom endpoints (MiniMax, Z.AI, local LLMs) route to the correct API. + +--- + ## [v0.16.1] Community Fixes -- Mobile + Auth + Provider Routing *April 1, 2026 | 247 tests* @@ -426,4 +441,4 @@ Three-panel layout: sessions sidebar, chat area, workspace panel. --- -*Last updated: v0.16.1, April 1, 2026 | Tests: 247* +*Last updated: v0.16.2, April 1, 2026 | Tests: 247*