fix: guard optional model input capability checks

This commit is contained in:
Robin Waslander 2026-03-11 13:18:38 +01:00
parent 0df0b92d9d
commit d398fa0222
No known key found for this signature in database
GPG Key ID: 712657D6EA17B7E5
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ Docs: https://docs.openclaw.ai
- Telegram/final preview delivery followup: keep ambiguous missing-`message_id` finals only when a preview was already visible, while first-preview/no-id cases still fall back so Telegram users do not lose the final reply. (#41932) thanks @hougangdev.
- Agents/Azure OpenAI Responses: include the `azure-openai` provider in the Responses API store override so Azure OpenAI multi-turn cron jobs and embedded agent runs no longer fail with HTTP 400 "store is set to false". (#42934, fixes #42800) Thanks @ademczuk.
- Agents/context pruning: prune image-only tool results during soft-trim, align context-pruning coverage with the new tool-result contract, and extend historical image cleanup to the same screenshot-heavy session path. (#43045) Thanks @MoerAI.
- fix(models): guard optional model.input capability checks (#42096) thanks @andyliu
## 2026.3.8