From da907e37495da6e87bb71d346e4ce7f173ea76de Mon Sep 17 00:00:00 2001 From: Artur Do Lago Date: Sun, 11 Jan 2026 13:48:05 +0100 Subject: [PATCH] docs: mark voice output (TTS) as complete in roadmap Co-Authored-By: Claude Opus 4.5 --- docs/ROADMAP.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 874e3869c04..ee9119c9278 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -282,7 +282,11 @@ Agent-core is a fork of OpenCode with three personas (Zee, Stanley, Johny) shari ### Nice to Have - [x] Voice input (Whisper transcription) - implemented for mobile, WhatsApp, Telegram -- [ ] Voice output (TTS responses via gateways) - mobile has TTS, gateways text-only +- [x] Voice output (TTS responses via gateways) + - TTSConfig with CLI command template ({{Text}}, {{OutputPath}}, {{Voice}}) + - Telegram gateway: sendVoice method with FormData upload + - WhatsApp gateway: sendVoice method with MessageMedia + - Graceful fallback to text if TTS fails or not configured - [ ] Multi-user support (shared Qdrant namespaces) - [ ] Plugin marketplace for personas - [x] Canvas/whiteboard for visual reasoning