feat(hosted): hostedTenantFromEnv — env→HostedTenant for selfImprove (0.83.0)#227
Merged
Conversation
selfImprove takes a HostedTenant config; products read hosted config from env.
hostedClientFromEnv already had the env→tenant logic but returns a client, not
the config. Extract hostedTenantFromEnv (hostedClientFromEnv now composes it) so
a product passes hostedTenant: hostedTenantFromEnv({ tenantId }) when collapsing
its loop onto selfImprove — instead of hand-rolling the env map. Fails soft
(undefined) when unconfigured.
chore(release): 0.83.0 (lockstep). Also genericize the 0.81.0 changelog entry.
tangletools
approved these changes
Jun 5, 2026
Contributor
tangletools
left a comment
There was a problem hiding this comment.
DRY env→tenant helper; hostedClientFromEnv composes it; fails soft. 1895 green. Approving.
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.
The last ergonomic that makes
selfImprovea complete one-call surface for a product upgrade.selfImprovetakes aHostedTenantconfig; products read hosted config from env.hostedClientFromEnvhad the env→tenant logic but returns a client, not the config. ExtracthostedTenantFromEnv(andhostedClientFromEnvnow composes it — DRY), so a product passeshostedTenant: hostedTenantFromEnv({ tenantId })when collapsing its loop ontoselfImprove, instead of hand-rolling the env map.Fails soft (
undefined) when unconfigured — hosted ingest stays off until the env is set.pnpm test— 1895 passed (+4: tenant-from-env, fail-soft, overrides-win, client-composes-it)/hosted;hostedClientFromEnvbehavior unchangedRelease 0.83.0 (lockstep). Tag
v0.83.0publishes.