Skip to content

Commit 447ada1

Browse files
committed
feat(opencode): add openai codex auth plugin
Include the opencode-openai-codex-auth plugin alongside the existing Gemini auth plugin so the feature can authenticate against both providers.
1 parent c83cf50 commit 447ada1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/opencode/files/opencode.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://opencode.ai/config.json",
33
"plugin": [
4-
"opencode-gemini-auth"
4+
"opencode-gemini-auth",
5+
"opencode-openai-codex-auth"
56
]
67
}

0 commit comments

Comments
 (0)