Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions src/pages/docs/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@ title: "Future AGI Release Notes: Features, Fixes, and Updates"
description: "Latest Future AGI release notes covering new features, improvements, and bug fixes across datasets, evaluations, simulation, and observability products."
---

## Week of 2026-06-18

<div class="mb-12 pb-8 border-b border-[var(--color-border-subtle)] last:border-b-0">

<div class="mt-6 mb-3 text-lg font-semibold">Bugs/Improvements</div>

- **Custom Attribute Filter Dropdown Now Populates:** In some cases, the custom attribute dropdown in the dashboard was empty for projects with many unique span attributes. It now lists all available attributes.

- **Saved View Column Selections Now Persist:** In some cases, deselecting a column in a saved Observe view immediately snapped back to the saved state. Column visibility changes now stick for the session.

- **API Key Expiry Enforced Across All Gateway Components:** Expired API keys are now rejected consistently across all gateway entry points, including components that previously accepted synced keys past their expiration date.

</div>

## Week of 2026-06-11

<div class="mb-12 pb-8 border-b border-[var(--color-border-subtle)] last:border-b-0">

<div class="mt-6 mb-3 text-lg font-semibold">Features</div>

- **Few-Shot Examples for LLM Judge:** When configuring a custom LLM evaluator, you can now attach a dataset of input/output examples. The judge uses these as few-shot references during scoring, producing more consistent and calibrated results across your eval runs.

<div class="mt-6 mb-3 text-lg font-semibold">Bugs/Improvements</div>

- **Trace List Loads Reliably for Large Accounts:** In some cases, the trace list failed to load for accounts with a high number of distinct users. This has been resolved.

- **Annotation Filters in Eval Tasks Now Work for Voice Call Projects:** In some cases, eval tasks using annotation filters on voice call rows returned no results. Annotation filters now correctly match annotations across all project and row types.

- **Trace View No Longer Crashes on Large Images:** In some cases, opening a trace containing a span with an embedded image larger than 50MB caused the page to fail to load. This no longer occurs.

- **Eval Task Filter Conditions Show Readable Column Names:** In some cases, eval task filter conditions displayed internal identifiers instead of the column's display name. Filters now show human-readable names.

- **App No Longer Crashes With Browser Translation Enabled:** In some cases, using a browser's built-in translation feature (such as Chrome Translate or Edge Translate) caused a page crash. This no longer occurs.

- **Eval Template Deletion Cleans Up Dataset Columns:** Deleting an eval template now removes the associated eval columns and cells from your datasets automatically.

</div>

## Week of 2026-06-04

<div class="mb-12 pb-8 border-b border-[var(--color-border-subtle)] last:border-b-0">
Expand Down
Loading