docs(changelog): note OpenAI HTTP endpoint

This commit is contained in:
Peter Steinberger
2026-01-10 22:11:50 +01:00
parent 0d00d6dfd4
commit 67fdee6d6b

View File

@@ -9,6 +9,7 @@
- Agents/OpenCode Zen: update fallback models + defaults, keep legacy alias mappings. (#669) — thanks @magimetal.
- Providers: unify group history context wrappers across providers with per-provider/per-account `historyLimit` overrides (fallback to `messages.groupChat.historyLimit`). Set `0` to disable. (#672) — thanks @steipete.
- CLI: add `clawdbot update` (safe-ish git checkout update) + `--update` shorthand. (#673) — thanks @fm1randa.
- Gateway: add OpenAI-compatible `/v1/chat/completions` HTTP endpoint (auth, SSE streaming, per-agent routing). (#680) — thanks @steipete.
### Fixes
- Agents/System: clarify sandboxed runtime in system prompt and surface elevated availability when sandboxed.