Version Packages (rc) - #471
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
requested review from
bhaveshpatel640,
chiragjn,
debajyoti-truefoundry,
heerambavi1998,
sr07asthana and
thesujai
as code owners
August 27, 2026 09:05
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
August 28, 2026 08:14
92e1022 to
a17f05b
Compare
github-actions
Bot
requested review from
govindavashishtha,
kumarsks619,
qaifi-tf,
sajal-truefoundry,
sayan-truefoundry and
vinit-truefoundry
as code owners
August 28, 2026 08:14
github-actions
Bot
force-pushed
the
changeset-release/main
branch
15 times, most recently
from
August 31, 2026 19:58
42e6f7f to
1294bca
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
7 times, most recently
from
September 1, 2026 16:29
2be7982 to
85172d7
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 1, 2026 17:42
85172d7 to
c6becda
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.
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@0.2.0-rc.1
Minor Changes
OIDC_ALLOWED_EMAILSallowlist (exact addresses and*globs) so OIDC logins can be limited to approved emails or domains.trueforgeschema, with an automatic one-time move frompublicso existing installs keep their data and migration history.TRUEFOUNDRY_SERVICEFOUNDRY_SERVER_URLis set, models are listed from the TrueFoundry ServiceFoundry server and turns are routed through the tenant's default AI Gateway with the caller's token. Mutually exclusive with OIDC. Supports internal mutual TLS to the ServiceFoundry server viaTRUEFOUNDRY_MTLS_ENABLED/TRUEFOUNDRY_MTLS_CERTS_DIR.Patch Changes
/internal/metricsvia a server-ownedISessionMetricsStore.DATABASE_URLfor hosted mode so managed Postgres (e.g. Railway) can be wired without discretePOSTGRES_*vars.limit/page_token) and filters by comma-separatedagent_names.scheduled_forfirst), with the same creator-or-admin access as other schedule routes.external_id,Sessions.getOrCreateByExternalId, and an idempotentPOST /internal/sessions/get-or-create-by-external-idendpoint and SDK method.@truefoundry/trueforge-core@0.2.0-rc.1
Minor Changes
TRUEFOUNDRY_SERVICEFOUNDRY_SERVER_URLis set, models are listed from the TrueFoundry ServiceFoundry server and turns are routed through the tenant's default AI Gateway with the caller's token. Mutually exclusive with OIDC. Supports internal mutual TLS to the ServiceFoundry server viaTRUEFOUNDRY_MTLS_ENABLED/TRUEFOUNDRY_MTLS_CERTS_DIR.Patch Changes
/internal/metricsvia a server-ownedISessionMetricsStore.external_id,Sessions.getOrCreateByExternalId, and an idempotentPOST /internal/sessions/get-or-create-by-external-idendpoint and SDK method.@truefoundry/trueforge-ui@0.3.0-rc.1
Minor Changes
?tab=so opening an agent lands on Overview.TRUEFOUNDRY_SERVICEFOUNDRY_SERVER_URLis set, models are listed from the TrueFoundry ServiceFoundry server and turns are routed through the tenant's default AI Gateway with the caller's token. Mutually exclusive with OIDC. Supports internal mutual TLS to the ServiceFoundry server viaTRUEFOUNDRY_MTLS_ENABLED/TRUEFOUNDRY_MTLS_CERTS_DIR.Patch Changes
client.internal.agents.getCodeSnippetsinstead of a rawclient.fetch.@truefoundry/trueforge-sdk@0.1.4-rc.1
Patch Changes
internal.agents.getCodeSnippetsAPI under the new SDKinternalnamespace.external_id,Sessions.getOrCreateByExternalId, and an idempotentPOST /internal/sessions/get-or-create-by-external-idendpoint and SDK method.Note
High Risk
The release bundles auth allowlisting, a Postgres schema migration, OIDC-exclusive AI Gateway routing, and schedule dispatch into sessions—areas that affect security, data layout, and production behavior even though this PR only bumps versions.
Overview
Automated Changesets release PR that bumps
@truefoundry/trueforge,trueforge-core,trueforge-ui, andtrueforge-sdkfrom rc.0 → rc.1, updates package CHANGELOG entries, sets OpenAPIinfo.versionto0.2.0-rc.1, and refreshes SDK User-Agent / Fern version headers.The diff is mostly versioning and release notes; merging publishes the accumulated feature work described in those changelogs—not new runtime code in this branch.
Server (
@truefoundry/trueforge0.2.0-rc.1): agent cron schedules (/api/v1/schedules, pagination, run listing, manual runs, session/turn dispatch), optionalOIDC_ALLOWED_EMAILS, Postgres tables moved into a dedicatedtrueforgeschema with a one-time migration frompublic, TrueFoundry-managed models via ServiceFoundry / AI Gateway (mutually exclusive with OIDC, optional mTLS), sessionexternal_id+ idempotent get-or-create, session metrics APIs under/internal/metrics, agent code-snippets GET route,DATABASE_URLfor hosted Postgres, and Daytona timeout/error tweaks.UI (
trueforge-ui0.3.0-rc.1): routed agent detail pages (Overview / Sessions / Use In Code), library and global Sessions views with filters and shareable URLs, snippets viaclient.internal.agents.getCodeSnippets, plus the managed model registry UX.SDK (
0.1.4-rc.1): OpenAPI regen,internal.agents.getCodeSnippets, andSessions.getOrCreateByExternalId.Reviewed by Cursor Bugbot for commit c6becda. Bugbot is set up for automated code reviews on this repo. Configure here.