Skip to content
Open
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
41 changes: 41 additions & 0 deletions src/pages/docs/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,47 @@ description: "Latest Future AGI release notes covering new features, improvement

{/* release-notes:insert-below — automation inserts new releases here; do not remove */}

## v1.27.0 (2026-08-10)

<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>

- **error-feed:** port the ee scanner and cluster-RCA PRs, and make the RCA read path deterministic ([f9d312a](https://github.com/future-agi/future-agi/commit/f9d312ae8b5355bbed9877fcf3bca4f97934c4e2))

- guard experiment CSV downloads ([#1883](https://github.com/future-agi/future-agi/issues/1883)) ([d39098c](https://github.com/future-agi/future-agi/commit/d39098c5338f5b5d443bc34576d95d470dac2d82))

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

- **evals:** use snake_case eval_template_id in duplicate eval dialog ([#1775](https://github.com/future-agi/future-agi/issues/1775)) ([3491a3e](https://github.com/future-agi/future-agi/commit/3491a3ef0fc73ab0589e950a24d3e0ecaff439ca))

- **feed:** address review — accurate merge docstring, unlocked migration, honest title tests ([59b733c](https://github.com/future-agi/future-agi/commit/59b733c46a9d290d7c7fb87609527da233f40301))

- **feed:** honest cluster status, and never retire a trace whose scan did not run ([8e619f9](https://github.com/future-agi/future-agi/commit/8e619f9d20b5b0b42138bf45f388f653c6577736))

- **feed:** make failed cluster-RCA runs visible, survive socket death, and stop the Fix tab bouncing ([0876873](https://github.com/future-agi/future-agi/commit/087687342ac1492d14c1a389f054d8f64e1458bb))

- **frontend:** fall back to native audio on CORS-blocked playback ([#2022](https://github.com/future-agi/future-agi/issues/2022)) ([12981a2](https://github.com/future-agi/future-agi/commit/12981a2faabd9dfcbcd2071190afd2c5e0759dab))

- **frontend:** omit time for date-only dataset values ([#1772](https://github.com/future-agi/future-agi/issues/1772)) ([c69b4fc](https://github.com/future-agi/future-agi/commit/c69b4fc90cd863c9aa2e3077e1bd8d199c842454))

- **licensing:** restore cloud guard in EEFeatureMiddleware ([9623809](https://github.com/future-agi/future-agi/commit/9623809f42d7de742e8bffc75a03b4610aceb2cf))

- **licensing:** restore cloud guard in EEFeatureMiddleware ([92fb9bb](https://github.com/future-agi/future-agi/commit/92fb9bb05859030f244e676efa523819d0f6531b))

- **model-hub:** address review — create guard key, tooltip show prop, runtime catalog check, boolean swagger contract ([97a50fc](https://github.com/future-agi/future-agi/commit/97a50fc21cb538fe6303850722cb81b03bf8a1bf))

- **model-hub:** cap dataset-optimization list page size at 100 ([ac905c1](https://github.com/future-agi/future-agi/commit/ac905c1a86ff51aec53dabe949326d74743a11a3))

- **model-hub:** handle unavailable models — deprecated flag + block re-runs (TH-7425) ([bbb9898](https://github.com/future-agi/future-agi/commit/bbb9898f327552e6c53a9ebbfb12e8649509ff23))

- **model-hub:** seed default prompt labels on migrate (TH-7261) ([06f003d](https://github.com/future-agi/future-agi/commit/06f003d8504b15f73d2909b5292fd704810315d0))

- **oss-setup:** gate Continue on pre-flight results and apply the new setup copy [TH-7467] ([#2023](https://github.com/future-agi/future-agi/issues/2023)) ([8742885](https://github.com/future-agi/future-agi/commit/874288577ed4a847c17450e459a0ff82bcce9c21))

</div>


## Week of 2026-06-18

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