From 9a8d631d977588a7fd6b2fca3adaf03145a92d0e Mon Sep 17 00:00:00 2001 From: Tyler Nieman Date: Wed, 17 Dec 2025 16:37:16 -0800 Subject: [PATCH] fix openai/chatgpt/codex auth via bump to v4.1.1 (#88) --- README.ja.md | 2 +- README.ko.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.ja.md b/README.ja.md index 1b35d2c..cc56eb2 100644 --- a/README.ja.md +++ b/README.ja.md @@ -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" ] } ``` diff --git a/README.ko.md b/README.ko.md index 188ac7d..0b6db52 100644 --- a/README.ko.md +++ b/README.ko.md @@ -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" ] } ``` diff --git a/README.md b/README.md index efcde18..aa4fa2a 100644 --- a/README.md +++ b/README.md @@ -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" ] } ```