it0/packages/services/agent-service/src
hailin 4c7c05eb37 feat(stt): support auto language detection for mixed Chinese-English input
- Flutter: language='auto' omits the language field → backend receives none
- Backend: no language field → passes undefined to STT service
- STT service: language=undefined → omits language param from Whisper request
- Whisper auto-detects language per utterance when no hint is provided

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 08:13:26 -08:00
..
application feat: implement complete commercial monetization loop (Phases 1-4) 2026-03-03 21:09:17 -08:00
domain feat(voice): add per-turn interrupt support to VoiceSessionManager 2026-03-04 04:25:57 -08:00
infrastructure feat(stt): support auto language detection for mixed Chinese-English input 2026-03-06 08:13:26 -08:00
interfaces feat(stt): support auto language detection for mixed Chinese-English input 2026-03-06 08:13:26 -08:00
agent.module.ts feat(agent-service): add voice message endpoint with Whisper STT and async interrupt 2026-03-06 03:12:03 -08:00
main.ts fix: increase body parser limit to 50mb for large PDF uploads 2026-02-28 05:35:43 -08:00