What's Changed
Fixes
- Gemini 3.x Live API support: Fixed immediate disconnection when using Gemini 3.x models (e.g., Gemini 2.5 Flash) by switching from the deprecated
mediafield to the newaudiofield insendRealtimeInput. Upgraded@google/genaito v1.46.0. (#150) - CJK transcription spacing: Gemini 3.x models insert unnecessary spaces between CJK (Chinese/Japanese/Korean) characters in input transcriptions. These are now automatically stripped for cleaner display. (#150)
Full Changelog: v0.15.19...v0.15.20