Version Packages - #838
Open
github-actions[bot] wants to merge 1 commit into
Open
Version Packages#838github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
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
3 times, most recently
from
September 22, 2026 10:08
f19aa27 to
e951bd6
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 22, 2026 11:05
e951bd6 to
bec43a6
Compare
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.
Releases
@truefoundry/trueforge-assistant-ui-runtime@0.2.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-ui@0.4.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@0.2.2
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.2.2
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.Note
Medium Risk
Release bundles breaking-adjacent changes (runtime package/API rename and mTLS env renames) that affect imports and deployment config even though this PR only updates versions and changelogs.
Overview
This is an automated Changesets release PR: it bumps published package versions, appends CHANGELOG entries, and removes the consumed changeset files. No application source changes appear in the diff—only release metadata.
@truefoundry/trueforge-assistant-ui-runtime@0.2.0 (minor): documents the TrueForge workspace runtime rename, TrueForge-branded public APIs, and removal of the legacy TrueFoundry server adapter/config.
@truefoundry/trueforge-ui@0.4.0 (minor + patch): picks up runtime 0.2.0 and notes the MCP OAuth popup stays open long enough to show success/failure before it closes itself.
@truefoundry/trueforge-core@0.2.2 (patch): richer TFY sandbox fetch failures (
Error.cause, sandbox URL) and upload start/finish logging.@truefoundry/trueforge@0.2.2 (patch): bundles the runtime migration notes, renames server mTLS env from
TRUEFORGE_MTLS_*toMTLS_*, and depends on trueforge-core@0.2.2.Reviewed by Cursor Bugbot for commit bec43a6. Bugbot is set up for automated code reviews on this repo. Configure here.