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
14 times, most recently
from
August 31, 2026 19:13
bfa45f4 to
42e6f7f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 31, 2026 19:58
42e6f7f to
1294bca
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.Patch Changes
DATABASE_URLfor hosted mode so managed Postgres (e.g. Railway) can be wired without discretePOSTGRES_*vars.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
Patch Changes
external_id,Sessions.getOrCreateByExternalId, and an idempotentPOST /internal/sessions/get-or-create-by-external-idendpoint and SDK method.@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.@truefoundry/trueforge-ui@0.3.0-rc.1
Patch Changes
Note
Medium Risk
Merging publishes packages that include OIDC allowlisting, a Postgres schema migration, and cron dispatch—operators upgrading should read release notes and run migrations carefully.
Overview
Changesets release PR that bumps
@truefoundry/trueforgeto 0.2.0-rc.1,@truefoundry/trueforge-coreto 0.2.0-rc.1,@truefoundry/trueforge-sdkto 0.1.4-rc.1, and@truefoundry/trueforge-uito 0.3.0-rc.1, updates package changelogs, sets OpenAPIinfo.versionto 0.2.0-rc.1, and refreshes SDKUser-Agent/ Fern version headers.No application logic in the diff—merge publishes the accumulated prerelease notes, including agent cron schedules (
/api/v1/schedules, run listing, session/turn dispatch), optional OIDC email allowlist, and a dedicated Postgrestrueforgeschema with a one-time migration frompublic. Also documented: sessionexternal_idwith idempotent get-or-create (API + SDK), session metrics persistence/folding, agent code-snippets endpoint andinternal.agents.getCodeSnippets, Daytona timeout and permission error tweaks, andDATABASE_URLfor hosted Postgres.Reviewed by Cursor Bugbot for commit 1294bca. Bugbot is set up for automated code reviews on this repo. Configure here.