docs: add changelog entry for #26079 (thanks @obviyus)

This commit is contained in:
Ayaan Zaidi
2026-02-25 09:31:41 +05:30
committed by Ayaan Zaidi
parent 1edd9f8bf5
commit d942e5924e

View File

@@ -6,6 +6,8 @@ Docs: https://docs.openclaw.ai
### Changes
- Android/Chat: improve streaming delivery handling and markdown rendering quality in the native Android chat UI, including better GitHub-flavored markdown behavior. (#26079) Thanks @obviyus.
### Fixes
- Agents/Model fallback: keep explicit text + image fallback chains reachable even when `agents.defaults.models` allowlists are present, prefer explicit run `agentId` over session-key parsing for followup fallback override resolution (with session-key fallback), treat agent-level fallback overrides as configured in embedded runner preflight, and classify `model_cooldown` / `cooling down` errors as `rate_limit` so failover continues. (#11972, #24137, #17231)