fix(code): surface the LangSmith credential in dcode config - #6083
Open
Mason Daugherty (mdrxy) wants to merge 3 commits into
Open
fix(code): surface the LangSmith credential in dcode config#6083Mason Daugherty (mdrxy) wants to merge 3 commits into
dcode config#6083Mason Daugherty (mdrxy) wants to merge 3 commits into
Conversation
Mason Daugherty (mdrxy)
marked this pull request as ready for review
September 4, 2026 16:28
John Kennedy (jkennedyvz)
approved these changes
Sep 6, 2026
Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
Mason Daugherty (mdrxy)
force-pushed
the
mdrxy/code/fix-auth-display
branch
from
September 8, 2026 03:04
1eaea00 to
91df456
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.
credentials.langsmithnow appears indcode configwith configured/not-configured status and the credential source.dcode auth lsanddcode configdisagreed about which credentials exist, so users could not tell fromconfigwhether their LangSmith key was picked up.Credential rows now come from both
PROVIDER_API_KEY_ENVandSERVICE_API_KEY_ENV, removing the hand-maintained Tavily-only list. A service-registry drift test ensures future service credentials cannot silently miss the config surface.Both
dcode configanddcode auth status langsmithnow report theLANGCHAIN_API_KEYfallback used by the runtime while preservingLANGSMITH_API_KEYprecedence and secret redaction.Made by Open SWE