From b8b8d14b1ce836ad4b9b6217e713f4efd4bd5df2 Mon Sep 17 00:00:00 2001 From: popododo0720 <78542988+popododo0720@users.noreply.github.com> Date: Mon, 5 Jan 2026 22:41:44 +0900 Subject: [PATCH] docs: update auth plugin versions to latest releases (#477) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - opencode-antigravity-auth: 1.1.2 → 1.2.7 - opencode-openai-codex-auth: 4.1.1 → 4.2.0 Fixes #463 --- README.ja.md | 4 ++-- README.ko.md | 4 ++-- README.md | 4 ++-- README.zh-cn.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.ja.md b/README.ja.md index 3da5048..54fa92f 100644 --- a/README.ja.md +++ b/README.ja.md @@ -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" ] } ``` diff --git a/README.ko.md b/README.ko.md index eca1f36..5ae8c8b 100644 --- a/README.ko.md +++ b/README.ko.md @@ -294,7 +294,7 @@ opencode auth login { "plugin": [ "oh-my-opencode", - "opencode-antigravity-auth@1.1.2" + "opencode-antigravity-auth@1.2.7" ] } ``` @@ -342,7 +342,7 @@ opencode auth login { "plugin": [ "oh-my-opencode", - "opencode-openai-codex-auth@4.1.1" + "opencode-openai-codex-auth@4.2.0" ] } ``` diff --git a/README.md b/README.md index fd3532e..b36f04e 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,7 @@ First, add the opencode-antigravity-auth plugin: { "plugin": [ "oh-my-opencode", - "opencode-antigravity-auth@1.1.2" + "opencode-antigravity-auth@1.2.7" ] } ``` @@ -369,7 +369,7 @@ First, add the opencode-openai-codex-auth plugin: { "plugin": [ "oh-my-opencode", - "opencode-openai-codex-auth@4.1.1" + "opencode-openai-codex-auth@4.2.0" ] } ``` diff --git a/README.zh-cn.md b/README.zh-cn.md index 41f3ca9..b3b666a 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -305,7 +305,7 @@ opencode auth login { "plugin": [ "oh-my-opencode", - "opencode-antigravity-auth@1.1.2" + "opencode-antigravity-auth@1.2.7" ] } ``` @@ -353,7 +353,7 @@ opencode auth login { "plugin": [ "oh-my-opencode", - "opencode-openai-codex-auth@4.1.1" + "opencode-openai-codex-auth@4.2.0" ] } ```