feat(ts-sdk): add curated provider client - #2964
Draft
dhirajsb wants to merge 1 commit into
Draft
Conversation
|
All contributors have signed the DCO ✍️ ✅ |
Signed-off-by: Dhiraj Bokde <dbokde@nvidia.com>
dhirajsb
force-pushed
the
codex/typescript-provider-client
branch
from
August 26, 2026 17:20
d21986b to
93b1506
Compare
Author
|
I have read the DCO document and I hereby sign the DCO. |
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.
Summary
Adds a first-class TypeScript
ProviderClientfor provider CRUD, idempotent ensure, and manual credential updates. It uses the existing authenticated Connect transport and leaves provider profiles and automatic refresh operations on the typedclient.rawsurface as focused follow-ups.Related Issue
Closes #2963
Changes
client.providersplus standaloneProviderClient.connect()ProviderDefinition, redactedProviderRecord, and provider list optionsThe initial slice deliberately excludes provider profile management and automatic refresh (
configure,status,delete,rotate) to keep this PR reviewable. Those RPCs remain fully typed throughclient.rawand can become nested curated clients in follow-up PRs.Testing
npm run lintnpm run typechecknpm test— 99 tests passed; coverage remains above configured thresholdsnpm run buildChecklist
This is opened as a draft while the RFE is triaged. The implementation is offered for maintainer review and can be adjusted to the preferred public API before it is marked ready.