Dashboard

Changelog

New features, improvements, and fixes for Call2Me

v1.0.0 February 20, 2026 Latest
Added
  • Knowledge Base API - RAG-powered document retrieval with Supabase pgvector
  • Multiple TTS Providers - OpenAI, ElevenLabs, Cartesia, MiniMax
  • Multiple STT Providers - Whisper, Deepgram, Groq
  • Multiple LLM Providers - OpenAI GPT, Google Gemini
  • Agent knowledge base linking via knowledge_base_ids
  • Custom LLM WebSocket protocol
Improved
  • All services fully configurable via environment variables
  • Dynamic provider switching based on request parameters
v0.9.0 February 15, 2026
Added
  • WebSocket endpoint for custom LLM integration
  • Call recording and transcript storage
  • Webhook notifications for call events
v0.8.0 February 10, 2026
Added
  • Voice agent creation and management
  • Outbound call initiation
  • Voice listing from providers
Fixed
  • MiniMax API endpoint corrected to api.minimaxi.chat
v0.1.0 February 1, 2026
Added
  • Initial release of Call2Me platform
  • Core API Gateway with FastAPI
  • PostgreSQL and Redis integration
  • Docker support