feat: 添加 TTS 语音朗读功能 (v0.2.0)
Some checks failed
Release / build (push) Failing after 6m27s

This commit is contained in:
2026-04-26 03:01:28 +08:00
parent 3f9443c14b
commit e4e5cd82c3
6 changed files with 167 additions and 9 deletions

View File

@@ -2,7 +2,19 @@
## 版本记录
### v0.1.0 (规划中)
### v0.2.0
- 新增 TTS 语音朗读功能
- 集成 mimo-tts client 功能,通过 TCP 连接本地 daemon
- 支持配置文件开关tts.enabled
- 支持命令行切换(/tts on/off/status
- 支持临时 TTS 前缀(`T 消息` 临时开启)
- 动态提示符显示 TTS 状态(👀 🔊)
- 静默失败处理(网络异常时警告日志)
---
### v0.1.0
- 创建 hxclaw 项目
- 实现流式输出功能