feat: add OpenCode config import support#25
Open
NicoAvanzDev wants to merge 4 commits intonicobailon:mainfrom
Open
feat: add OpenCode config import support#25NicoAvanzDev wants to merge 4 commits intonicobailon:mainfrom
NicoAvanzDev wants to merge 4 commits intonicobailon:mainfrom
Conversation
2ebbba7 to
3a7c34c
Compare
3a7c34c to
144770f
Compare
OpenCode uses {env:VAR} syntax for environment variable references in
headers and OAuth fields. Added this pattern to both resolveEnv() and
resolveHeaders() alongside existing ${VAR} and $env:VAR support.
Move env interpolation helpers from server-manager.ts to utils.ts where
they naturally belong as shared utilities. Add env-interpolation test
suite covering ${VAR}, $env:VAR, and {env:VAR} (OpenCode) syntax.
Rename and move JSON boundary guard from config.ts to utils.ts where the other env/header helpers live. Cleaner implementation that avoids intermediate array allocation. Added tests.
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
opencodeto supportedImportKindvalues~/.config/opencode/opencode.json) and project config (./opencode.json)Testing