docs: update changelog for gateway status perf

This commit is contained in:
Ayaan Zaidi
2026-04-25 08:49:29 +05:30
parent 2bf2fd6c3d
commit de07739e40

View File

@@ -65,6 +65,7 @@ Docs: https://docs.openclaw.ai
- Plugins/Google Meet: let realtime Meet sessions consult the full OpenClaw agent for deeper answers while staying in the live voice loop. Thanks @steipete.
- Gateway/VoiceClaw: add a realtime brain WebSocket endpoint backed by Gemini Live, with owner-auth gating and async OpenClaw tool handoff. (#70938) Thanks @yagudaev.
- Providers/DeepSeek: add DeepSeek V4 Flash and V4 Pro to the bundled catalog and make V4 Flash the onboarding default. Thanks @lsdsjy.
- CLI/Gateway: make `gateway status` start faster by skipping plugin loading on the read-only status path. (#71364) Thanks @andyylin.
### Fixes