From b64c1a56a13893aab4e22ccd35c2006f4950938f Mon Sep 17 00:00:00 2001 From: Ayaan Zaidi Date: Wed, 4 Feb 2026 09:22:36 +0530 Subject: [PATCH] chore: update changelog for #8193 (thanks @gildo) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa75b2a4..452b77e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ Docs: https://docs.openclaw.ai - TBD. +### Fixes + +- Telegram: honor session model overrides in inline model selection. (#8193) Thanks @gildo. + ## 2026.2.2-3 ### Fixes @@ -54,7 +58,6 @@ Docs: https://docs.openclaw.ai - fix(agents): validate AbortSignal instances before calling AbortSignal.any() (#7277) (thanks @Elarwei001) - fix(webchat): respect user scroll position during streaming and refresh (#7226) (thanks @marcomarandiz) - Telegram: recover from grammY long-poll timed out errors. (#7466) Thanks @macmimi23. -- Telegram: honor session model overrides in inline model selection. (#8193) Thanks @gildo. - Media understanding: skip binary media from file text extraction. (#7475) Thanks @AlexZhangji. - Security: enforce access-group gating for Slack slash commands when channel type lookup fails. - Security: require validated shared-secret auth before skipping device identity on gateway connect.