From ef9d1011b05845fa9ea23c2919e209624ba120c1 Mon Sep 17 00:00:00 2001 From: betzlermeow Date: Tue, 30 Jun 2026 12:09:30 -0700 Subject: [PATCH 1/3] Add What's New for week of June 29, 2026 Co-Authored-By: Claude Opus 4.6 --- fern/changelog/2026-06-29.mdx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 fern/changelog/2026-06-29.mdx diff --git a/fern/changelog/2026-06-29.mdx b/fern/changelog/2026-06-29.mdx new file mode 100644 index 000000000..01e4a26e0 --- /dev/null +++ b/fern/changelog/2026-06-29.mdx @@ -0,0 +1,20 @@ +# What's New: Week of June 29, 2026 + +1. **OpenAI Realtime v2**: OpenAI's latest [Realtime v2](https://docs.vapi.ai/providers/model/openai) model is now available for assistants. + +2. **AI-Generated Tool Failure and Completion Messages**: You can now set `role: 'system'` on request-failed [tool messages](https://docs.vapi.ai/tools/custom-tools), and the dashboard has a new UI for configuring AI-generated messages when tools fail or complete. This gives assistants more natural responses when tools hit errors. + +3. **Call Logs Improvements**: + - In squad or handoff calls, transcript messages now show which assistant said what, making it easier to trace conversation flow. + - The call detail flyout now shows which assistant or squad handled the call, includes a link to the assistant or squad, and indicates which phone number was used. + +4. **MCP Child Tools in Dashboard**: When you connect an [MCP server](https://docs.vapi.ai/tools/mcp), the dashboard tool form now lists all child tools it discovers, so you can see exactly what capabilities your MCP server exposes. + +5. **New Defaults for API-Created Assistants**: Assistants created via API now default to Elliot v2 voice, gpt-4.1 model, and 0.5 temperature — matching what the dashboard already uses. + +6. **Fixes and Improvements**: + - Inworld TTS now correctly speaks the first message. + - ElevenLabs credential endpoints now persist correctly for EU-residency orgs. + - Fixed assistants page showing an empty state despite existing assistants. + - Fixed org switcher keeping the previous assistant ID in the URL. + - Fixed call logs dynamic date presets. From becd7be5a8e28f5e22a54b6f7f96abdd1602c50f Mon Sep 17 00:00:00 2001 From: betzlermeow Date: Tue, 30 Jun 2026 12:13:39 -0700 Subject: [PATCH 2/3] Remove 'New Defaults for API-Created Assistants' item Co-Authored-By: Claude Opus 4.6 --- fern/changelog/2026-06-29.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fern/changelog/2026-06-29.mdx b/fern/changelog/2026-06-29.mdx index 01e4a26e0..43853db82 100644 --- a/fern/changelog/2026-06-29.mdx +++ b/fern/changelog/2026-06-29.mdx @@ -10,9 +10,7 @@ 4. **MCP Child Tools in Dashboard**: When you connect an [MCP server](https://docs.vapi.ai/tools/mcp), the dashboard tool form now lists all child tools it discovers, so you can see exactly what capabilities your MCP server exposes. -5. **New Defaults for API-Created Assistants**: Assistants created via API now default to Elliot v2 voice, gpt-4.1 model, and 0.5 temperature — matching what the dashboard already uses. - -6. **Fixes and Improvements**: +5. **Fixes and Improvements**: - Inworld TTS now correctly speaks the first message. - ElevenLabs credential endpoints now persist correctly for EU-residency orgs. - Fixed assistants page showing an empty state despite existing assistants. From ee0e0a5778dec97a59b3a4cccb7adbc6c7fda46e Mon Sep 17 00:00:00 2001 From: betzlermeow Date: Tue, 30 Jun 2026 13:04:54 -0700 Subject: [PATCH 3/3] Remove Fixes and Improvements section Co-Authored-By: Claude Opus 4.6 --- fern/changelog/2026-06-29.mdx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/fern/changelog/2026-06-29.mdx b/fern/changelog/2026-06-29.mdx index 43853db82..d6332aa72 100644 --- a/fern/changelog/2026-06-29.mdx +++ b/fern/changelog/2026-06-29.mdx @@ -9,10 +9,3 @@ - The call detail flyout now shows which assistant or squad handled the call, includes a link to the assistant or squad, and indicates which phone number was used. 4. **MCP Child Tools in Dashboard**: When you connect an [MCP server](https://docs.vapi.ai/tools/mcp), the dashboard tool form now lists all child tools it discovers, so you can see exactly what capabilities your MCP server exposes. - -5. **Fixes and Improvements**: - - Inworld TTS now correctly speaks the first message. - - ElevenLabs credential endpoints now persist correctly for EU-residency orgs. - - Fixed assistants page showing an empty state despite existing assistants. - - Fixed org switcher keeping the previous assistant ID in the URL. - - Fixed call logs dynamic date presets.