From c6e142f22e237b498c36f4af7874900daf928b6f Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 9 Feb 2026 11:27:10 -0600 Subject: [PATCH] docs(changelog): add 2026.2.9 auth fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5215012f1b..ccc807030b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ Docs: https://docs.openclaw.ai - Telegram: harden quote parsing; preserve quote context; avoid QUOTE_TEXT_INVALID; avoid nested reply quote misclassification. (#12156) Thanks @rybnikov. - Telegram: truncate command registration to 100 entries to avoid `BOT_COMMANDS_TOO_MUCH` failures on startup. (#12356) Thanks @arosstale. - Tools/web_search: include provider-specific settings in the web search cache key, and pass `inlineCitations` for Grok. (#12419) Thanks @app/clawdinator. +- Auth: strip embedded line breaks from pasted API keys and tokens before storing/resolving credentials. - Model failover: treat HTTP 400 errors as failover-eligible, enabling automatic model fallback. (#1879) Thanks @orenyomtov. - Errors: prevent false positive context overflow detection when conversation mentions "context overflow" topic. (#2078) Thanks @sbking. - Gateway: fix multi-agent sessions.usage discovery. (#11523) Thanks @Takhoffman.