fix: default custom provider model fields

This commit is contained in:
Peter Steinberger
2026-01-25 00:01:33 +00:00
parent 3b53213b41
commit 5ad203e47b
5 changed files with 148 additions and 16 deletions

View File

@@ -23,6 +23,7 @@ Docs: https://docs.clawd.bot
- Exec: keep approvals for elevated ask unless full mode. (#1616) Thanks @ivancasco.
- Agents: auto-compact on context overflow prompt errors before failing. (#1627) Thanks @rodrigouroz.
- Agents: use the active auth profile for auto-compaction recovery.
- Models: default missing custom provider fields so minimal configs are accepted.
- Gateway: reduce log noise for late invokes + remote node probes; debounce skills refresh. (#1607) Thanks @petter-b.
- macOS: default direct-transport `ws://` URLs to port 18789; document `gateway.remote.transport`. (#1603) Thanks @ngutman.
- Voice Call: return stream TwiML for outbound conversation calls on initial Twilio webhook. (#1634)