it0/packages/services/voice-service/src
hailin bc7e32061a fix: improve voice call reconnection robustness
Server side (session_router.py):
- /reconnect now accepts sessions in "active" state (not just "disconnected")
- When client reconnects to an active session, the old WebSocket/pipeline is
  automatically replaced when the new WebSocket connects
- Only truly terminal states (e.g. "ended") return 409

Flutter side (agent_call_page.dart):
- Distinguish terminal errors (404 session gone, 409 ended) from transient
  errors (network timeout, server unreachable) in reconnect loop
- Terminal errors break immediately instead of wasting retry attempts
- Extract _connectWebSocket() helper for cleaner reconnect flow
- Add DioException handling for proper HTTP status code inspection

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 07:33:34 -08:00
..
api fix: improve voice call reconnection robustness 2026-02-25 07:33:34 -08:00
config feat: add OpenAI TTS/STT provider support in voice pipeline 2026-02-24 09:27:38 -08:00
context Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
core Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
models fix: 修复 .gitignore 误忽略 Flutter data/models/ 源码导致构建失败 2026-02-22 16:29:03 -08:00
pipeline debug: add TTS send_bytes logging to pipeline 2026-02-25 06:19:18 -08:00
services Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
stt fix: make voice-service startup graceful and fix device config 2026-02-20 00:20:12 -08:00
tts fix: rewrite voice pipeline for direct WebSocket I/O, fix TTS and navigation 2026-02-23 23:34:35 -08:00
vad Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00