docs: update auth plugin versions to latest releases (#477)

- opencode-antigravity-auth: 1.1.2 → 1.2.7
- opencode-openai-codex-auth: 4.1.1 → 4.2.0

Fixes #463
This commit is contained in:
popododo0720
2026-01-05 22:41:44 +09:00
committed by GitHub
parent 7a10b24bbd
commit b8b8d14b1c
4 changed files with 8 additions and 8 deletions

View File

@@ -297,7 +297,7 @@ opencode auth login
{
"plugin": [
"oh-my-opencode",
"opencode-antigravity-auth@1.1.2"
"opencode-antigravity-auth@1.2.7"
]
}
```
@@ -345,7 +345,7 @@ opencode auth login
{
"plugin": [
"oh-my-opencode",
"opencode-openai-codex-auth@4.1.1"
"opencode-openai-codex-auth@4.2.0"
]
}
```