Releases
Releases
Section titled “Releases”v0.1.0 — Initial Release (February 17, 2026)
Section titled “v0.1.0 — Initial Release (February 17, 2026)”The first tagged release of Loquent, capturing all work from project inception.
Features
Section titled “Features”- AI voice agents with OpenAI Realtime & Gemini Live providers
- Real-time transcription via GPT-4o Transcribe
- Per-agent realtime configuration (model, voice, tools)
- Knowledge base CRUD with LLM-powered queries
- Contact management with auto-resolve
- Post-call to-do extraction and AI execution
- Per-call email reports with configurable toggles
- System analyzers with default toggle
- Sign up & phone number purchase
- Agent CRUD, assignment, and management UI
- Call history and details views
- Scheduled daily reports (5 AM Eastern)
- Styled HTML email reports
- Authentication UI and backend
- Configurable OpenAI & Gemini voice selection
- OpenAI audio noise reduction
- Speech interruption handling
Bug Fixes
Section titled “Bug Fixes”- Mono channel recording for reliable transcription
- OpenAI realtime session cleanup on call end
Infrastructure
Section titled “Infrastructure”- Clean architecture enforcement with panic safety
- Graceful shutdown
- Per-organization client lookup configuration
- Core config table replacing environment variables
- Project README, justfile, and .env.example