From 187a99c720b62a9d447a507c7c55ed73ee0d409f Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Fri, 27 Feb 2026 21:33:42 +0100 Subject: [PATCH] docs(ai): add changelog entry for Z.ai thinking fix #1674 --- packages/ai/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ai/CHANGELOG.md b/packages/ai/CHANGELOG.md index 2c06ad7d..e067661f 100644 --- a/packages/ai/CHANGELOG.md +++ b/packages/ai/CHANGELOG.md @@ -5,6 +5,7 @@ ### Fixed - Restored built-in OAuth providers when unregistering dynamically registered provider IDs and added `resetOAuthProviders()` for registry reset flows. +- Fixed Z.ai thinking control using wrong parameter name (`thinking` instead of `enable_thinking`), causing thinking to always be enabled and wasting tokens/latency ([#1674](https://github.com/badlogic/pi-mono/pull/1674) by [@okuyam2y](https://github.com/okuyam2y)) ## [0.55.1] - 2026-02-26