docs: add changelog entry for telegram sanitization tests

This commit is contained in:
Ayaan Zaidi 2026-02-18 09:02:28 +05:30
parent aa328f0c8e
commit 40856750c4
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ Docs: https://docs.openclaw.ai
### Fixes
- Tests/Telegram: add regression coverage that asserts all `setMyCommands` entries are Telegram-safe and hyphen-normalized across native/custom/plugin command sources. (#19703) Thanks @obviyus.
- Agents/Image: collapse resize diagnostics to one line per image and include visible pixel/byte size details in the log message for faster triage.
- Agents/Subagents: preemptively guard accumulated tool-result context before model calls by truncating oversized outputs and compacting oldest tool-result messages to avoid context-window overflow crashes. Thanks @tyler6204.
- Agents/Subagents: add explicit subagent guidance to recover from `[compacted: tool output removed to free context]` / `[truncated: output exceeded context limit]` markers by re-reading with smaller chunks instead of full-file `cat`. Thanks @tyler6204.