You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable OpenCode to authenticate against **OpenAI's Codex backend** via OAuth so you can use ChatGPT Plus/Pro rate limits and access models like `gpt-5.2`, `gpt-5.2-codex`, and `gpt-5.1-codex-max` with your ChatGPT credentials.
10
9
@@ -54,7 +53,7 @@ Install the opencode-openai-codex-auth-multi plugin and add the OpenAI model def
54
53
**Option B: One-command install**
55
54
56
55
```bash
57
-
npx -y opencode-openai-codex-auth-multi@latest
56
+
npx -y opencode-openai-codex-auth-multi@4.3.1
58
57
```
59
58
60
59
This writes the config to `~/.config/opencode/opencode.json`, backs up existing config, and clears the plugin cache.
@@ -67,7 +66,7 @@ This writes the config to `~/.config/opencode/opencode.json`, backs up existing
@@ -354,7 +353,7 @@ OpenCode uses `~/.config/opencode/` on **all platforms** including Windows.
354
353
**Solutions:**
355
354
1. Update plugin:
356
355
```bash
357
-
npx -y opencode-openai-codex-auth-multi@latest
356
+
npx -y opencode-openai-codex-auth-multi@4.3.1
358
357
```
359
358
2. Ensure config has:
360
359
```json
@@ -399,7 +398,7 @@ Works alongside oh-my-opencode. No special configuration needed.
399
398
```json
400
399
{
401
400
"plugin": [
402
-
"opencode-openai-codex-auth-multi@latest",
401
+
"opencode-openai-codex-auth-multi@4.3.1",
403
402
"oh-my-opencode@latest"
404
403
]
405
404
}
@@ -412,7 +411,7 @@ List this plugin BEFORE DCP:
412
411
```json
413
412
{
414
413
"plugin": [
415
-
"opencode-openai-codex-auth-multi@latest",
414
+
"opencode-openai-codex-auth-multi@4.3.1",
416
415
"@tarquinen/opencode-dcp@latest"
417
416
]
418
417
}
@@ -457,7 +456,7 @@ For all options, see [docs/configuration.md](docs/configuration.md).
457
456
458
457
## Credits
459
458
460
-
-[numman-ali/opencode-openai-codex-auth](https://github.com/numman-ali/opencode-openai-codex-auth) by [@nummanali](https://x.com/nummanali) — Original plugin
459
+
-[numman-ali/opencode-openai-codex-auth](https://github.com/numman-ali/opencode-openai-codex-auth) by [numman-ali](https://github.com/numman-ali) — Original plugin
461
460
-[ndycode](https://github.com/ndycode) — Multi-account support and maintenance
0 commit comments