mirror of https://github.com/openclaw/openclaw.git
fix: restore default HTTP operator scopes (#57596) (thanks @openperf)
This commit is contained in:
parent
3d659fd356
commit
9d5c5230c5
|
|
@ -101,6 +101,7 @@ Docs: https://docs.openclaw.ai
|
|||
- Matrix/delivery recovery: treat Synapse `User not in room` replay failures as permanent during startup recovery so poisoned queued messages move to `failed/` instead of crash-looping Matrix after restart. (#57426) thanks @dlardo.
|
||||
- Plugins/facades: guard bundled plugin facade loads with a cache-first sentinel so circular re-entry stops crashing `xai`, `sglang`, and `vllm` during gateway plugin startup. (#57508) Thanks @openperf.
|
||||
- Agents/MCP: dispose bundled MCP runtimes after one-shot `openclaw agent --local` runs finish, while preserving bundled MCP state across in-run retries so local JSON runs exit cleanly without restarting stateful MCP tools mid-run.
|
||||
- Gateway/OpenAI HTTP: restore default operator scopes for bearer-authenticated requests that omit `x-openclaw-scopes`, so headless `/v1/chat/completions` and session-history callers work again after the recent method-scope hardening. (#57596) Thanks @openperf.
|
||||
|
||||
## 2026.3.28
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue