Skip to content

Commit 0679fbb

Browse files
committed
Standardize formatting in backfill changelog entry
Use consistent numbered lists with **Title**: Description pattern throughout all sections. Remove mixed bullet/numbered lists and inline code formatting that caused font inconsistencies. https://claude.ai/code/session_01PKuW5yr6fMdr6mSwX5Gchy
1 parent 9e43e4c commit 0679fbb

1 file changed

Lines changed: 29 additions & 20 deletions

File tree

fern/changelog/2026-03-31.mdx

Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,43 +28,52 @@ Here's a summary of everything we shipped from October 2025 through March 2026.
2828

2929
### Transcriber Models (Speech-to-Text)
3030

31-
- **Deepgram Nova-3 Languages** — Added Hebrew, Urdu, Tagalog, and Arabic bilingual support
32-
- **Cartesia Transcriber** — ink-whisper
33-
- **Soniox** — stt-rt-v4
31+
1. **Deepgram Nova-3 Languages**: Added Hebrew, Urdu, Tagalog, and Arabic bilingual support.
32+
33+
2. **Cartesia Transcriber**: ink-whisper.
34+
35+
3. **Soniox**: stt-rt-v4.
3436

3537
### Intelligence Models (LLM)
3638

37-
- **GPT-5 Family** — OpenAI's latest intelligence models, including GPT-5, 5-Mini, 5-Nano, 5.1, 5.2, 5.4, 5.4-Mini, 5.4-Nano
38-
- **Claude 4.5–4.6** — Anthropic's latest intelligence models Sonnet 4.5, Opus 4.5, Opus 4.6, Sonnet 4.6
39-
- **Gemini 3 Flash** — Google's latest intelligence models
40-
- **Grok 4 Fast** — Reasoning and non-reasoning variants
41-
- **GPT Realtime Mini**
39+
1. **GPT-5 Family**: OpenAI's latest intelligence models, including GPT-5, 5-Mini, 5-Nano, 5.1, 5.2, 5.4, 5.4-Mini, 5.4-Nano.
40+
41+
2. **Claude 4.5–4.6**: Anthropic's latest intelligence models Sonnet 4.5, Opus 4.5, Opus 4.6, Sonnet 4.6.
42+
43+
3. **Gemini 3 Flash**: Google's latest intelligence models.
44+
45+
4. **Grok 4 Fast**: Reasoning and non-reasoning variants.
46+
47+
5. **GPT Realtime Mini**: OpenAI's lightweight realtime model.
4248

4349
### Voice Models (Text-to-Speech)
4450

45-
- **Cartesia** — sonic-3, sonic-3-2026-01-12, sonic-3-2025-10-27
46-
- **WellSaid** — Caruso (new), legacy
47-
- **Inworld** — inworld-tts-1 (REST, original), inworld-tts-1.5-max (WebSocket, $10/M chars), inworld-tts-1.5-mini (WebSocket, $5/M chars)
48-
- **ElevenLabs Scribe v2**
51+
1. **Cartesia**: sonic-3, sonic-3-2026-01-12, sonic-3-2025-10-27.
52+
53+
2. **WellSaid**: Caruso (new), legacy.
54+
55+
3. **Inworld**: inworld-tts-1 (REST, original), inworld-tts-1.5-max (WebSocket, $10/M chars), inworld-tts-1.5-mini (WebSocket, $5/M chars).
56+
57+
4. **ElevenLabs Scribe v2**: Latest version of ElevenLabs speech-to-text.
4958

5059
---
5160

5261
## Developer Tools & API
5362

5463
1. **Structured Outputs Improvements**: Updates to our AI-powered analysis and data extraction tool, including transient structured outputs, audio-based extraction, and regex extraction.
5564

56-
2. **SIP Request Tool + DTMF over SIP INFO**
65+
2. **SIP Request Tool + DTMF over SIP INFO**: Send SIP requests and DTMF tones via SIP INFO messages during calls.
5766

58-
3. **Variable Passing Between Tool Calls**
67+
3. **Variable Passing Between Tool Calls**: Pass output variables from one tool call as input to subsequent tool calls.
5968

60-
4. **Encrypted Tool Arguments**
69+
4. **Encrypted Tool Arguments**: Encrypt sensitive tool arguments to protect data in transit.
6170

62-
5. **Low Confidence Speech Hook**
71+
5. **Low Confidence Speech Hook**: Hook that triggers when the transcriber returns low-confidence speech results.
6372

64-
6. **Time Elapsed Hook**
73+
6. **Time Elapsed Hook**: Hook that triggers at specified time intervals during a call.
6574

66-
7. **`assistant.speechStarted` Event**
75+
7. **assistant.speechStarted Event**: New event fired when the assistant begins speaking.
6776

68-
8. **MCP Improvements**Bearer auth, `$ref` dereferencing, child tool messages/discovery
77+
8. **MCP Improvements**: Bearer auth, $ref dereferencing, child tool messages/discovery.
6978

70-
9. **Warm Transfer Improvements**SIP support, caller ID, context engineering, variable filling
79+
9. **Warm Transfer Improvements**: SIP support, caller ID, context engineering, variable filling.

0 commit comments

Comments
 (0)