From 0b07e15b633c0d6ccfe0f98b7480ba0dee372633 Mon Sep 17 00:00:00 2001 From: George Pickett Date: Sun, 8 Feb 2026 14:27:11 -0800 Subject: [PATCH] chore(changelog): note maxTokens clamp (#5516) (thanks @lailoo) (#12139) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ddca2bdcf9..4836f7e2cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Docs: https://docs.openclaw.ai ### Fixes - Exec approvals: format forwarded command text as inline/fenced monospace for safer approval scanning across channels. (#11937) +- Config: clamp `maxTokens` to `contextWindow` to prevent invalid model configs. (#5516) Thanks @lailoo. - Docs: fix language switcher ordering and Japanese locale flag in Mintlify nav. (#12023) Thanks @joshp123. - Paths: make internal path resolution respect `HOME`/`USERPROFILE` before `os.homedir()` across config, agents, sessions, pairing, cron, and CLI profiles. (#12091) Thanks @sebslight. - Thinking: allow xhigh for `github-copilot/gpt-5.2-codex` and `github-copilot/gpt-5.2`. (#11646) Thanks @seans-openclawbot.