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

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

## v1.30.0 (2026-08-25)

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

- automating internal ticketing ([5e02f38](https://github.com/future-agi/future-agi/commit/5e02f38b9841ac3e079447e0341f91ba84621171))

- **gateway:** export caller metadata, body fields and headers as span attributes ([d9f36f2](https://github.com/future-agi/future-agi/commit/d9f36f256d7ba7ab89dfd059446fc43551d8fb88))

- **gateway:** support Anthropic server tools on the OpenAI-format endpoint ([3b42204](https://github.com/future-agi/future-agi/commit/3b42204c0abea18b5bb3f36b2a6ef3f287ff3745))

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

- **gateway:** resolve provider endpoint paths through one builder ([8d4cba1](https://github.com/future-agi/future-agi/commit/8d4cba1894e6f313b15954cfdd784bf57f230ae1))

- key reasoning toggle by source_id, not sourceId ([#2321](https://github.com/future-agi/future-agi/issues/2321)) ([6ff2732](https://github.com/future-agi/future-agi/commit/6ff27322b49be7574a99aea4bfd443f6317d7c46))

- mock get_user_organization in post-registration tests ([937f4fb](https://github.com/future-agi/future-agi/commit/937f4fba643cea54d5057a79303f6ade73c79043))

- restore demo data seeding on new user signup ([f2d1e5a](https://github.com/future-agi/future-agi/commit/f2d1e5a208918ad50652e15044e06bb9e7ffae2e))

- restore demo data seeding on new user signup ([941ffff](https://github.com/future-agi/future-agi/commit/941ffff150c635d67953b424026ec3f60a1f445c))

</div>


## Week of 2026-08-10

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