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

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

## v1.29.1 (2026-08-24)

<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:** route conversation traces to the voice UI in the queue ([5dc9ff2](https://github.com/future-agi/future-agi/commit/5dc9ff237fe076b218355d16352b37fe6c5f8c70))

- **annotations:** route conversation traces to the voice UI in the queue ([584f6db](https://github.com/future-agi/future-agi/commit/584f6db93c8f936758e0d093aa60ebcf72e8103e))

- **tracer:** make span attribute-key discovery exhaustive over its window [TH-7632] ([39f200a](https://github.com/future-agi/future-agi/commit/39f200aac9c599d3442c82f9627c7bf22e401aee))

- **tracer:** make span attribute-key discovery exhaustive over its window [TH-7632] ([374eb63](https://github.com/future-agi/future-agi/commit/374eb633b032242a2abb9e68b4b91d56b60d645e))

- **tracer:** stop the legacy sample lane inflating attribute key counts [TH-7632] ([ca8416d](https://github.com/future-agi/future-agi/commit/ca8416d6d3a1f085b1a5a4cb488e668a227aef3d))

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