docs: refine changelog wording openclaw#19703 thanks @obviyus

This commit is contained in:
Ayaan Zaidi 2026-02-18 09:03:08 +05:30
parent 40856750c4
commit 6a41b11590
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +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.
- Tests/Telegram: add regression coverage for command-menu sync 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.