Changelog: credit route diagnostics

This commit is contained in:
ImLukeF
2026-04-11 21:26:24 +10:00
parent a72cbb955b
commit 3a668e9ba8

View File

@@ -7,7 +7,7 @@ Docs: https://docs.openclaw.ai
### Changes
- Tools/video_generate: allow providers and plugins to return URL-only generated video assets so agent delivery and `openclaw capability video generate --output ...` can forward or stream large videos without requiring the full file in memory first. (#61988) Thanks @xieyongliang.
- Models/providers: surface how configured OpenAI-compatible endpoints are classified in embedded-agent debug logs, so local and proxy routing issues are easier to diagnose. (#64754)
- Models/providers: surface how configured OpenAI-compatible endpoints are classified in embedded-agent debug logs, so local and proxy routing issues are easier to diagnose. (#64754) Thanks @ImLukeF.
### Fixes