fix: finalize telegram rtt changelog (#70550)

This commit is contained in:
Ayaan Zaidi
2026-04-23 14:31:11 +05:30
parent 8a078acaa6
commit ed4c3cb484

View File

@@ -6,7 +6,7 @@ Docs: https://docs.openclaw.ai
### Changes
- QA/Telegram: record per-scenario reply RTT in the live Telegram QA report and summary, starting with the canary response.
- QA/Telegram: record per-scenario reply RTT in the live Telegram QA report and summary, starting with the canary response. (#70550) Thanks @obviyus.
- Providers/xAI: add image generation, text-to-speech, and speech-to-text support, including `grok-imagine-image` / `grok-imagine-image-pro`, reference-image edits, six live xAI voices, MP3/WAV/PCM/G.711 TTS formats, `grok-stt` audio transcription, and xAI realtime transcription for Voice Call streaming. (#68694) Thanks @KateWilkins.
- Providers/STT: add Voice Call streaming transcription for Deepgram, ElevenLabs, and Mistral, alongside the existing OpenAI and xAI realtime STT paths; ElevenLabs also gains Scribe v2 batch audio transcription for inbound media.
- TUI: add local embedded mode for running terminal chats without a Gateway while keeping plugin approval gates enforced. (#66767) Thanks @fuller-stack-dev.