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

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

## v1.27.1 (2026-08-12)

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

- **agents:** clear API key and assistant ID when switching provider [TH-5841] ([#2066](https://github.com/future-agi/future-agi/issues/2066)) ([f777461](https://github.com/future-agi/future-agi/commit/f7774619dbf7d00345b6b12b26282df66d6e591b))

- **collector:** invalidate auth cache on project delete ([2fb25bf](https://github.com/future-agi/future-agi/commit/2fb25bf72ae6c04cd7801944711f8b4658c9dd7c))

- **dashboards:** persist widget series selection across save/reopen ([#1672](https://github.com/future-agi/future-agi/issues/1672)) ([364e6b7](https://github.com/future-agi/future-agi/commit/364e6b74b04641eef230e125d5a2d05c2ca538ac))

- **error-feed:** let the voice trace drawer resize [TH-7491] ([#2067](https://github.com/future-agi/future-agi/issues/2067)) ([42e3499](https://github.com/future-agi/future-agi/commit/42e3499ceaf0c118f54b4d6127aff478384b0e0a))

- **evals:** unblock composite eval model selection in OSS ([#2043](https://github.com/future-agi/future-agi/issues/2043)) ([e175ece](https://github.com/future-agi/future-agi/commit/e175ece17c39131d2150c698476d35cd7812db22))

- **evals:** use snake_case eval_template_id in duplicate eval dialog ([db10cb9](https://github.com/future-agi/future-agi/commit/db10cb9dda19ef3b5bff562a7111429ff5c6d14c))

- **frontend:** darken the yellow eval-score cell for dark theme [TH-7330] ([#2085](https://github.com/future-agi/future-agi/issues/2085)) ([cb14c16](https://github.com/future-agi/future-agi/commit/cb14c16b7d2772937079dcd2ea1f31a0b23226d0))

- **frontend:** move axis assignment above the axis config [TH-6575] ([#2087](https://github.com/future-agi/future-agi/issues/2087)) ([7fad869](https://github.com/future-agi/future-agi/commit/7fad8699502ca3d3c6dd6e6f23a59dfffb37507a))

- **frontend:** only invert black provider logos in dark mode [TH-7274] ([#2011](https://github.com/future-agi/future-agi/issues/2011)) ([4890927](https://github.com/future-agi/future-agi/commit/4890927bbba7a9421c293e777ca1e4738b994758))

- **licensing:** route managed AI through internal gateway on cloud ([5eeb22d](https://github.com/future-agi/future-agi/commit/5eeb22d658288fbbab2b904f4447c4d7c0889871))

- **licensing:** route managed AI through internal gateway on cloud ([8ff49d9](https://github.com/future-agi/future-agi/commit/8ff49d9f74ccd46a6de13857c1e6b2a254f76955))

- **licensing:** route managed AI through internal gateway on cloud ([da1a76b](https://github.com/future-agi/future-agi/commit/da1a76b250f5d5eb09ad48b8e9039c466fa4aad0))

- **licensing:** route managed AI through internal gateway on cloud ([107dedc](https://github.com/future-agi/future-agi/commit/107dedc7bf354631e5b1ec79908942ee17532f9e))

- **oss:** point the sidebar help link at the community Discord in OSS mode [TH-7171] ([#1921](https://github.com/future-agi/future-agi/issues/1921)) ([4bca7c4](https://github.com/future-agi/future-agi/commit/4bca7c4c682ba2f503f81b85deb3a8434f344ee3))

- **oss:** restore preview gate and reason-aware CTA for capability denials ([#2010](https://github.com/future-agi/future-agi/issues/2010)) ([74212fc](https://github.com/future-agi/future-agi/commit/74212fc4787d8019025f40a28f39a8877e2b61c6))

- raise fi-collector gRPC recv cap to 16MiB and log size rejections ([a8778bf](https://github.com/future-agi/future-agi/commit/a8778bf598f27d62ef1ce943a229e885f32f10ba))

- **workbench:** open prompts whose message content is a string [TH-7260] ([#2063](https://github.com/future-agi/future-agi/issues/2063)) ([2bf0d79](https://github.com/future-agi/future-agi/commit/2bf0d79b772486b4246f192c5a1ea81093d2563d))

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