fix: always send openai stream usage flag (#68746) (thanks @kagura-agent)

This commit is contained in:
Ayaan Zaidi
2026-04-19 07:41:07 +05:30
parent 43f6ffd0ae
commit 74f0dc87de

View File

@@ -8,6 +8,8 @@ Docs: https://docs.openclaw.ai
### Fixes
- Agents/openai-completions: always send `stream_options.include_usage` on streaming requests, so local and custom OpenAI-compatible backends report real context usage instead of showing 0%. (#68746) Thanks @kagura-agent.
## 2026.4.19-beta.1
### Fixes