Skip to content

chore: migrate assistant-ui runtime to TrueForge workspace - #826

Merged
govindavashishtha merged 11 commits into
mainfrom
chore/hv/runtime-migration-to-trueforge
Sep 22, 2026
Merged

govindavashishtha merged 11 commits into
mainfrom
chore/hv/runtime-migration-to-trueforge

Conversation

@harshil-2096

@harshil-2096 harshil-2096 commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

Summary

Closes #

Changes

How was this tested?

Checklist

  • I have read the contributing guidelines
  • pnpm build, pnpm test, pnpm typecheck, pnpm lint:ci, and pnpm format:check pass locally
  • Tests added/updated where it makes sense
  • No hand-edits to generated code (packages/trueforge-sdk, python/trueforge_sdk, .github/fern/openapi/openapi.json, docs/openapi.json) — fork PRs omit SDK regen; maintainers regenerate after merge
  • Docs / .env.example updated if configuration or behavior changed

Note

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-ui and the new @truefoundry/trueforge-assistant-ui-runtime package: the headless runtime now lives in packages/assistant-ui-runtime, public APIs are renamed from TrueFoundry to TrueForge (providers, hooks, server factory, attachment adapter), and type: "truefoundry" built-in server config plus the TrueFoundry control-plane adapter are removed—hosts use type: "trueforge", a custom AgentUIServer, or compose with createTrueForgeServer.

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-ui re-exports those types only. TrueForgeServerConfig gains optional permissions override; wire/docs rename truefoundry-system tool info to trueforge-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.

@changeset-bot

changeset-bot Bot commented Sep 21, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 4d610cf

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@truefoundry/trueforge-assistant-ui-runtime Major
@truefoundry/trueforge-ui Major
@truefoundry/trueforge Patch

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

harshil-2096 and others added 9 commits September 21, 2026 16:07
… 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.
…for schedules, improving clarity in test behavior.
…truefoundry/trueforge into chore/hv/runtime-migration-to-trueforge
@govindavashishtha
govindavashishtha enabled auto-merge (squash) September 22, 2026 07:20
@govindavashishtha
govindavashishtha merged commit a855122 into main Sep 22, 2026
13 checks passed
@govindavashishtha
govindavashishtha deleted the chore/hv/runtime-migration-to-trueforge branch September 22, 2026 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants