fix: apply openai batch defaults

This commit is contained in:
Peter Steinberger
2026-01-18 00:29:18 +00:00
parent 22add31e91
commit d593a809f0
3 changed files with 38 additions and 1 deletions

View File

@@ -7,6 +7,9 @@ Docs: https://docs.clawd.bot
### Changes
- Tools: allow `sessions_spawn` to override thinking level for sub-agent runs.
### Fixes
- Memory: apply OpenAI batch defaults even without explicit remote config.
## 2026.1.17-3
### Changes