fix openai/chatgpt/codex auth via bump to v4.1.1 (#88)

This commit is contained in:
Tyler Nieman 2025-12-17 16:37:16 -08:00 committed by GitHub
parent 7a26cada3c
commit 9a8d631d97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -304,7 +304,7 @@ opencode auth login
{
"plugin": [
"oh-my-opencode",
"opencode-openai-codex-auth@4.1.0"
"opencode-openai-codex-auth@4.1.1"
]
}
```

View File

@ -301,7 +301,7 @@ opencode auth login
{
"plugin": [
"oh-my-opencode",
"opencode-openai-codex-auth@4.1.0"
"opencode-openai-codex-auth@4.1.1"
]
}
```

View File

@ -334,7 +334,7 @@ First, add the opencode-openai-codex-auth plugin:
{
"plugin": [
"oh-my-opencode",
"opencode-openai-codex-auth@4.1.0"
"opencode-openai-codex-auth@4.1.1"
]
}
```