feat: enable generative UI, A2UI actions, tables and forms (S8) - #505
Merged
Merged
Conversation
davidmckayv
requested review from
MikeRyanDev,
guidovizoso,
mxmzb and
tylerslaton
as code owners
September 12, 2026 20:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this changes
Closes FOR-300.
S8 enables generated interfaces by default and carries graphical output through the selected Bot's AG-UI conversation. It adds sortable tables and validated forms, integrates the pinned public A2UI renderer (including actions back to the selected agent), and passes UI catalog context through the bundled Python/TypeScript harnesses.
The playground now rejects invalid JSON, confirms draft saves/publication, and renders published custom components in the admin gallery. Existing per-Bot component grants still apply.
OPENBOT_GENERATIVE_UI=falseor0disables generated HTML and A2UI.Where it runs
Boundary and audit
Changelog
Added an Unreleased entry and updated configuration documentation.
Proof
CI is green on
63b8eb38, including 3,573 passing main-suite tests, Python harness regressions, build, types, lint, and final verification.Visually exercised the candidate browser build and the installed Mac desktop shell against the real selected LangGraph agent and Intelligence service:
Screenshots and validation evidence in FOR-300. The temporary authored fixture was deleted after validation.
Regression checks: 19 focused UI tests, 33 channel-history tests, 107 configuration/health tests, 14 TypeScript harness history tests, 13 Python AG-UI protocol tests, and 15 compose/provider probes passed. App/server/harness TypeScript checks, scoped Biome, frozen Bun lockfile verification, and the production app build passed. Existing native binary used; no OS-specific changes or native rebuild.
Companion Intelligence #1233 fixes the history API projection discrepancy tracked in FOR-301. AG-UI event replay restored the real app's graphical history in the fresh-session check; the companion fix makes the messages API retain those activities too.