Nigerian +234 numbers now available on all plans.See use cases
Magana AI

What we've shipped

Every feature, improvement, and fix — in the order they shipped.

v0.9.0

25 Jun 2026

Blocking live actions + latency diagnostics

New

Blocking live lookup actions — configure a spoken hold message while your webhook runs, so callers always hear something while the agent waits for data.

New

Per-call latency ledger — every turn now records response-start, STT, LLM, TTS, and media queue timings for operator debugging.

New

Latency analytics dashboard — p50/p95 response-start charts and delay bucket breakdowns in the Analytics section.

New

Component-level timing badges in the browser test call transcript.

Improved

TTS session prewarm — Deepgram Aura-2 persistent session opens at call start, eliminating ~300ms setup time on the first agent turn.

v0.8.0

24 Jun 2026

Deepgram Aura-2 TTS + Conversation Snappiness v2

New

Deepgram Aura-2 is now the default TTS provider — 329ms TTFB vs ElevenLabs, 90 voices with accent metadata and sample previews.

New

Persistent per-call TTS session — one WebSocket connection per call, dramatically reducing per-sentence latency.

New

Prompt caching — agent system prompt cached across turns, cutting LLM input cost and latency by ~40% after the first turn.

New

Live transcript chat view in the browser test call — scrolling conversation UI with per-turn timing annotations.

Improved

Provider-neutral LLM port — Claude is the default; Gemini and GPT-4o bake-offs can now be measured without changing the voice runtime.

Fixed

LiveKit duck handler now non-destructive until confirmed barge-in — prevents queued audio being cleared on echo/background-noise VAD events.

v0.7.0

22 Jun 2026

Billing UI + M1 usage metering

New

Billing dashboard — current plan, usage meter, plan catalog with upgrade prompts.

New

Usage metering — every call is measured in billable seconds and settled against your plan's included minutes.

New

Plans catalog — Starter, Growth, Scale, and Enterprise plans seeded with NGN and USD pricing.

Improved

Twilio call transfers now correctly derive duration from started_at for billing accuracy.

v0.6.0

21 Jun 2026

Analytics dashboard + first-run onboarding

New

Business intelligence dashboard — KPI cards, daily call/success trends, sentiment breakdowns, end-reason analysis, per-agent performance.

New

Actionable review queue — calls flagged by AI analysis for human review, with resolve/dismiss actions.

New

First-run onboarding panel — new workspaces see a guided checklist (create agent → test call → assign number) before the analytics view.

New

Call reliability — 15-minute sweep closes orphaned calls. Heartbeat tracking per turn.

New

Graceful end-of-call — built-in end_call tool with spoken farewell and clean session shutdown.

v0.5.0

20 Jun 2026

Knowledge Base RAG + Call Analysis

New

Per-agent knowledge base — upload PDF, DOCX, or TXT files, paste text, or add URLs. Content is chunked, embedded (Voyage AI), and retrieved per turn.

New

Post-call AI analysis — every completed call is automatically analysed for sentiment, summary, end-call reason, and success score.

New

Call transcript drawer — analysis panel with re-run button, sentiment badge, and success score in the calls list.

New

Conversation Layer v1 — natural turn length, backchannel discrimination, idle timer, latency filler, bounded TTS lookahead.

Improved

TTS is now genuinely streaming — ElevenLabs/Deepgram chunks forwarded immediately, no sentence-level buffering.

v0.4.0

19 Jun 2026

Actions catalog + Developer settings

New

Actions catalog refactor — type discriminator with custom webhook, information extractor, and call transfer types.

New

Test-before-save gate on webhook actions — Save is disabled until a 2xx test response is confirmed.

New

Call Transfer action — cold transfer via Twilio with pre-transfer spoken message.

New

Information Extractor action — typed field extraction (string/number/date/enum) from conversation, saved as call variables.

New

Developer settings — API key management, server URL, webhook signing secret, egress IP display.

v0.3.0

18 Jun 2026

Phone numbers + Variable system

New

Phone Numbers — search, purchase, assign, and release +234 Nigerian numbers from the dashboard.

New

Inbound routing — calls to assigned numbers route directly to the correct agent.

New

Variable system — {{system.*}}, {{env.KEY}}, and action response mappings in prompts and action URLs.

New

Secrets vault — encrypted workspace environment for storing API keys used by webhook actions.

New

Agent list UX — cards are fully clickable; toggle between card view and list view.

v0.2.0

17 Jun 2026

Dashboard MVP

New

Full dashboard — agents list, create/edit/delete, call logs, transcript drawer.

New

Browser test call — LiveKit WebRTC-powered in-browser test calls with real voice pipeline.

New

Agent settings — voice selection, call config, end-call reasons, knowledge, compliance.

New

Workspace auto-provisioning — Clerk auth wired to workspace creation.

v0.1.0

16 Jun 2026

Core voice engine

New

STT → LLM → TTS → Twilio voice pipeline — full end-to-end voice call handling.

New

Deepgram Nova-3 STT with Nigerian English optimisation.

New

Claude Haiku 4.5 as the conversational LLM.

New

Twilio Media Streams WebSocket integration for phone call audio.

New

Agent CRUD API with workspace isolation.