Version Packages (rc) - #838
Merged
Merged
Conversation
github-actions
Bot
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 07:26
github-actions
Bot
force-pushed
the
changeset-release/main
branch
9 times, most recently
from
September 22, 2026 14:55
888bad5 to
9b02ad2
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 22, 2026 15:17
9b02ad2 to
865228f
Compare
chiragjn
approved these changes
Sep 22, 2026
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@truefoundry/trueforge-assistant-ui-runtime@0.2.0-rc.0
Minor Changes
@truefoundry/trueforge-assistant-ui-runtime, move it into the TrueForge workspace, rename its public runtime APIs to TrueForge, and remove the legacy TrueFoundry server adapter and server configuration.@truefoundry/trueforge@0.3.0-rc.0
Minor Changes
REDIS_CONNECTIONDU). Redis is optional at config load for controller/migrate; server still requires it at connect. Sentinel shared-client errors no longer stop the peering heartbeat.Patch Changes
@truefoundry/trueforge-assistant-ui-runtime, move it into the TrueForge workspace, rename its public runtime APIs to TrueForge, and remove the legacy TrueFoundry server adapter and server configuration.TRUEFORGE_MTLS_ENABLED/TRUEFORGE_MTLS_CERTS_DIRtoMTLS_ENABLED/MTLS_CERTS_DIR. Independent of ServiceFoundryTRUEFOUNDRY_MTLS_*.@truefoundry/trueforge-core@0.3.0-rc.0
Minor Changes
REDIS_CONNECTIONDU). Redis is optional at config load for controller/migrate; server still requires it at connect. Sentinel shared-client errors no longer stop the peering heartbeat.Patch Changes
Error.causeand the sandbox URL when TFY sandbox fetch calls fail, so undici "fetch failed" errors include ECONNREFUSED (and similar) instead of an opaque message. Log when a TFY sandbox file upload starts and finishes.@truefoundry/trueforge-ui@0.4.0-rc.0
Minor Changes
@truefoundry/trueforge-assistant-ui-runtime, move it into the TrueForge workspace, rename its public runtime APIs to TrueForge, and remove the legacy TrueFoundry server adapter and server configuration.Patch Changes
@truefoundry/trueforge-sdk@0.2.1-rc.0
Patch Changes
Note
Medium Risk
Merging publishes RC artifacts with operational breaking changes (mTLS env names, Redis connection config) and a renamed runtime package; the diff itself is low risk but the release affects deploy and upgrade paths.
Overview
Automated Changesets prerelease while
mainis in pre mode: bumps published package versions, refreshes changelogs, aligns OpenAPIinfo.version, and updates JS/Python SDK client version headers—no new feature code in this diff.Versions:
@truefoundry/trueforgeand@truefoundry/trueforge-core→ 0.3.0-rc.0;@truefoundry/trueforge-ui→ 0.4.0-rc.0;@truefoundry/trueforge-assistant-ui-runtime→ 0.2.0-rc.0;@truefoundry/trueforge-sdk/ Pythontrueforge_sdk→ 0.2.1-rc.0. OpenAPI JSON in.github/fern/openapi/anddocs/moves to 0.3.0-rc.0.What this release bundles (already landed on main, now tagged in changelogs): OSS Parallel web-search settings/catalog + Settings UI; Redis Sentinel/TLS and
REDIS_CONNECTIONtransport rules; assistant-ui runtime package rename and TrueForge API cleanup; mTLS env rename toMTLS_ENABLED/MTLS_CERTS_DIR; reasoning_content on session events; MCP OAuth popup timing fix; SDK regen from OpenAPI; TFY sandbox fetch error surfacing.Reviewed by Cursor Bugbot for commit 865228f. Bugbot is set up for automated code reviews on this repo. Configure here.