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

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

## v1.27.4 (2026-08-13)

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

- **annotations:** allow clearing numeric label min and max [TH-6991] ([#2090](https://github.com/future-agi/future-agi/issues/2090)) ([d2f6489](https://github.com/future-agi/future-agi/commit/d2f64898eff0f794ccff3cc7497069d1cd8fefe5))

- **annotations:** numeric input bounds, text placeholder, add-items spacing, and badge colors ([#2109](https://github.com/future-agi/future-agi/issues/2109)) ([4e00926](https://github.com/future-agi/future-agi/commit/4e00926a1deb173bd73d31989ccb53ee327f46ab))

- **eval-tasks:** project FK-resolution span reads down to id/trace_id ([ccfe9d2](https://github.com/future-agi/future-agi/commit/ccfe9d2e280146d11900f1711f52d1a1bc980553))

- **eval-tasks:** project FK-resolution span reads down to id/trace_id ([6e22b45](https://github.com/future-agi/future-agi/commit/6e22b45ea9515f66b6db6df1411f439b01c69992))

- **falcon:** inline $ref/$defs in managed stream tool schemas ([140b327](https://github.com/future-agi/future-agi/commit/140b32795d6e155fa75a3457847c32dbfc861d0a))

- **falcon:** inline $ref/$defs in managed stream tool schemas ([e958a45](https://github.com/future-agi/future-agi/commit/e958a45fc1ff5a02248bb7a0b095d3d280018e2d))

- **falcon:** stream managed AI over native gateway SSE ([0c19a5f](https://github.com/future-agi/future-agi/commit/0c19a5f79ed8fb88ca27d69aea3f3c9af245fd4a))

- **falcon:** stream managed AI over native gateway SSE ([6659b92](https://github.com/future-agi/future-agi/commit/6659b92a544b11f426d1ae181e055518b2c41b69))

- **falcon:** stream managed AI over native gateway SSE ([55eba42](https://github.com/future-agi/future-agi/commit/55eba42855dc3d422aeb50e8b162c35968af40b1))

- **falcon:** stream managed AI over native gateway SSE ([e9cb400](https://github.com/future-agi/future-agi/commit/e9cb4008a2733b294a641aff260fd6b9d6c77942))

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