From 500dfaf7bf036e8098802c9a0423c5c1b94998ec Mon Sep 17 00:00:00 2001 From: Sisyphus Date: Thu, 8 Jan 2026 21:59:25 +0900 Subject: [PATCH] docs: update opencode-antigravity-auth to 1.2.8 (#593) * docs: update opencode-antigravity-auth version to 1.2.8 * docs: update opencode-antigravity-auth to 1.2.8 in localized READMEs --------- Co-authored-by: sisyphus-dev-ai --- README.ja.md | 2 +- README.md | 2 +- README.zh-cn.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.ja.md b/README.ja.md index e531e87..162efc4 100644 --- a/README.ja.md +++ b/README.ja.md @@ -301,7 +301,7 @@ opencode auth login { "plugin": [ "oh-my-opencode", - "opencode-antigravity-auth@1.2.7" + "opencode-antigravity-auth@1.2.8" ] } ``` diff --git a/README.md b/README.md index 26699f2..391fffe 100644 --- a/README.md +++ b/README.md @@ -339,7 +339,7 @@ First, add the opencode-antigravity-auth plugin: { "plugin": [ "oh-my-opencode", - "opencode-antigravity-auth@1.2.7" + "opencode-antigravity-auth@1.2.8" ] } ``` diff --git a/README.zh-cn.md b/README.zh-cn.md index f3c1659..f4b42e0 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -306,7 +306,7 @@ opencode auth login { "plugin": [ "oh-my-opencode", - "opencode-antigravity-auth@1.2.7" + "opencode-antigravity-auth@1.2.8" ] } ```