From 0748092b6132fc2a3f91cd49fa92ec64bf4f6e05 Mon Sep 17 00:00:00 2001 From: cdileep23 Date: Wed, 8 Apr 2026 10:29:44 +0530 Subject: [PATCH 1/2] [Bugfix] added release notes --- src/pages/docs/release-notes.mdx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/pages/docs/release-notes.mdx b/src/pages/docs/release-notes.mdx index 0495dd8c..66ffc37e 100644 --- a/src/pages/docs/release-notes.mdx +++ b/src/pages/docs/release-notes.mdx @@ -3,6 +3,28 @@ title: "Release Notes" description: "Latest Future AGI release notes covering new features, improvements, and bug fixes across datasets, evaluations, simulation, and observability products." --- +## Week of 2026-04-07 + +
+ +
Features
+ +- **Agent Builder:** You can now chain multiple prompts together without writing any code. Each prompt is a node on a visual canvas, and the output(s) of one/multiple nodes automatically becomes the inputs for the next. Every step's output is logged and visible, not just the final response. + +- **Voice AI: Production-to-Simulation:** You can now take any production voice call and turn it directly into a simulation test case. Run different prompt versions against it and compare results. This lets you test against real inputs without having to reproduce call scenarios manually. + +
Bugs/Improvements
+ +- **Annotation Queue:** You can now manually assign specific items to any user who can annotate. Reviewer approval is optional - you can turn it on or off depending on your workflow. + +- **Prompt Diff:** The prompt diff view has been improved to show line-by-line changes when comparing two versions. The diff is now easier to read and follow. + +- **Voice Metrics in Call Lists:** New voice metrics are now added as columns in the call list. In the observe view, these show up for both live and simulation calls and you can toggle between the two to filter which ones you see. + +- **API Docs:** The API reference is now easier to read. Each endpoint page now shows the curl example and response alongside all the details you need, so everything is visible on one page without scrolling. + +
+ ## Week of 2026-03-26
From eb88be05a72343ed396c72b43f3c1cafb64e1bbc Mon Sep 17 00:00:00 2001 From: cdileep23 Date: Wed, 8 Apr 2026 10:46:33 +0530 Subject: [PATCH 2/2] removed agent builder --- src/pages/docs/release-notes.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/docs/release-notes.mdx b/src/pages/docs/release-notes.mdx index 66ffc37e..8b5d3026 100644 --- a/src/pages/docs/release-notes.mdx +++ b/src/pages/docs/release-notes.mdx @@ -8,9 +8,6 @@ description: "Latest Future AGI release notes covering new features, improvement
Features
- -- **Agent Builder:** You can now chain multiple prompts together without writing any code. Each prompt is a node on a visual canvas, and the output(s) of one/multiple nodes automatically becomes the inputs for the next. Every step's output is logged and visible, not just the final response. - - **Voice AI: Production-to-Simulation:** You can now take any production voice call and turn it directly into a simulation test case. Run different prompt versions against it and compare results. This lets you test against real inputs without having to reproduce call scenarios manually.
Bugs/Improvements