fix: restore opencode-go provider config corrupted by secret redaction#2393
Merged
teknium1 merged 1 commit intoNousResearch:mainfrom Mar 22, 2026
Merged
Conversation
auth_type was "***" instead of "api_key" and api_key_env_vars was
("OPEN...",) instead of ("OPENCODE_GO_API_KEY",). This was introduced
in 35d948b when a secret redaction tool masked these values during
the Kilo Code provider commit. OpenCode Go provider was completely
broken as a result.
outsourc-e
pushed a commit
to outsourc-e/hermes-agent
that referenced
this pull request
Mar 26, 2026
NousResearch#2393) auth_type was "***" instead of "api_key" and api_key_env_vars was ("OPEN...",) instead of ("OPENCODE_GO_API_KEY",). This was introduced in 35d948b when a secret redaction tool masked these values during the Kilo Code provider commit. OpenCode Go provider was completely broken as a result.
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
opencode-goprovider inPROVIDER_REGISTRYhas been broken since commit 35d948b (feat: add Kilo Code provider)auth_typewas"***"instead of"api_key"api_key_env_varswas("OPEN...",)instead of("OPENCODE_GO_API_KEY",)Fix
Restore the original values from commit 40e2f8d (feat: add OpenCode Zen and OpenCode Go providers).
Test plan
tests/test_api_key_providers.py— 101/101 passedPROVIDER_REGISTRY['opencode-go']returns correct values