chore: migrate assistant-ui runtime to TrueForge workspace - #826
Merged
govindavashishtha merged 11 commits intoSep 22, 2026
Merged
Conversation
🦋 Changeset detectedLatest commit: 4d610cf The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
… and update references throughout the codebase. This includes changes in package.json, documentation, and various components to reflect the new naming convention.
…IShell component imports for improved readability. Enhance AgentsLibrary test to handle schedule loading more effectively.
…me package. Update build and workflow settings to ensure proper integration and testing of the new package.
…r assistant-ui-runtime package.
…for schedules, improving clarity in test behavior.
…truefoundry/trueforge into chore/hv/runtime-migration-to-trueforge
harshil-2096
marked this pull request as ready for review
September 22, 2026 04:51
harshil-2096
requested review from
bhaveshpatel640,
chiragjn,
debajyoti-truefoundry,
govindavashishtha,
heerambavi1998,
kumarsks619,
qaifi-tf,
sajal-truefoundry,
sayan-truefoundry,
sr07asthana,
thesujai and
vinit-truefoundry
as code owners
September 22, 2026 04:51
govindavashishtha
approved these changes
Sep 22, 2026
govindavashishtha
enabled auto-merge (squash)
September 22, 2026 07:20
govindavashishtha
deleted the
chore/hv/runtime-migration-to-trueforge
branch
September 22, 2026 07:24
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.
Summary
Closes #
Changes
How was this tested?
Checklist
pnpm build,pnpm test,pnpm typecheck,pnpm lint:ci, andpnpm format:checkpass locallypackages/trueforge-sdk,python/trueforge_sdk,.github/fern/openapi/openapi.json,docs/openapi.json) — fork PRs omit SDK regen; maintainers regenerate after merge.env.exampleupdated if configuration or behavior changedNote
High Risk
Published UI/runtime APIs break (renames and removed TrueFoundry server path), and the large runtime move touches chat streaming, resume, and server contracts that integrators depend on.
Overview
Major breaking change for
@truefoundry/trueforge-uiand the new@truefoundry/trueforge-assistant-ui-runtimepackage: the headless runtime now lives inpackages/assistant-ui-runtime, public APIs are renamed from TrueFoundry to TrueForge (providers, hooks, server factory, attachment adapter), andtype: "truefoundry"built-in server config plus the TrueFoundry control-plane adapter are removed—hosts usetype: "trueforge", a customAgentUIServer, or compose withcreateTrueForgeServer.The runtime package ships the full session/turn projection stack (streaming fold, tool approvals/responses, sub-agents, draft spec sync) with canonical server contracts in
src/server/types.ts/events.ts;trueforge-uire-exports those types only.TrueForgeServerConfiggains optionalpermissionsoverride; wire/docs renametruefoundry-systemtool info totrueforge-system.Repo wiring adds CI/build/test/typecheck/Docker paths for
assistant-ui-runtime, updates agent rules and UI docs (drops Connect with TrueFoundry, adds server-setup nav), and records major version bumps via changeset.Reviewed by Cursor Bugbot for commit 4d610cf. Bugbot is set up for automated code reviews on this repo. Configure here.