From 76c1a2cbdf66c63fb2184cdcb3e973fe0894d5ef Mon Sep 17 00:00:00 2001 From: betzlermeow Date: Thu, 2 Jul 2026 16:26:09 -0700 Subject: [PATCH] Add call logs latency improvement to June 29 What's New Co-Authored-By: Claude Opus 4.6 --- fern/changelog/2026-06-29.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/fern/changelog/2026-06-29.mdx b/fern/changelog/2026-06-29.mdx index 6bc600c2d..75cf4c5c3 100644 --- a/fern/changelog/2026-06-29.mdx +++ b/fern/changelog/2026-06-29.mdx @@ -5,6 +5,7 @@ 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**: + - Significant latency improvements across both the dashboard and the `/calls` API endpoints. - 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. - In squad or handoff calls, transcript messages now show which assistant said what, making it easier to trace conversation flow.