Skip to content

Commit 777d0f0

Browse files
committed
chore: release 4.3.1
1 parent edca1a9 commit 777d0f0

5 files changed

Lines changed: 356 additions & 467 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@ All notable changes to this project are documented here. Dates use the ISO forma
44

55
## [Unreleased]
66

7+
### Added
8+
9+
### Changed
10+
11+
## [4.3.1] - 2026-01-23
12+
713
### Added
814
- `openai-accounts-status --json` for scriptable status output with email/ID labels.
915

1016
### Changed
1117
- Account labels now prefer email and show ID suffix when available; list/status outputs are columnized for readability.
1218
- Stored account emails are trimmed/lowercased when present.
19+
- Dependency refresh: @opencode-ai plugin/sdk 1.1.34, hono 4.11.5, vitest 4.0.18, @types/node 25.0.10, @typescript-eslint 8.53.1.
1320

1421
## [4.3.0] - 2026-01-04
1522

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![npm downloads](https://img.shields.io/npm/dw/opencode-openai-codex-auth-multi.svg)](https://www.npmjs.com/package/opencode-openai-codex-auth-multi)
55
[![Tests](https://github.com/ndycode/opencode-openai-codex-auth-multi/actions/workflows/ci.yml/badge.svg)](https://github.com/ndycode/opencode-openai-codex-auth-multi/actions)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
7-
[![X (Twitter)](https://img.shields.io/badge/X-@ndycode-000000?style=flat&logo=x)](https://x.com/ndycode)
87

98
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.
109

@@ -54,7 +53,7 @@ Install the opencode-openai-codex-auth-multi plugin and add the OpenAI model def
5453
**Option B: One-command install**
5554

5655
```bash
57-
npx -y opencode-openai-codex-auth-multi@latest
56+
npx -y opencode-openai-codex-auth-multi@4.3.1
5857
```
5958

6059
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
6766

6867
```json
6968
{
70-
"plugin": ["opencode-openai-codex-auth-multi@latest"]
69+
"plugin": ["opencode-openai-codex-auth-multi@4.3.1"]
7170
}
7271
```
7372

@@ -99,7 +98,7 @@ This writes the config to `~/.config/opencode/opencode.json`, backs up existing
9998
2. Add the plugin to the `plugin` array:
10099
```json
101100
{
102-
"plugin": ["opencode-openai-codex-auth-multi@latest"]
101+
"plugin": ["opencode-openai-codex-auth-multi@4.3.1"]
103102
}
104103
```
105104

@@ -147,7 +146,7 @@ Add this to your `~/.config/opencode/opencode.json`:
147146
```json
148147
{
149148
"$schema": "https://opencode.ai/config.json",
150-
"plugin": ["opencode-openai-codex-auth-multi@latest"],
149+
"plugin": ["opencode-openai-codex-auth-multi@4.3.1"],
151150
"provider": {
152151
"openai": {
153152
"options": {
@@ -354,7 +353,7 @@ OpenCode uses `~/.config/opencode/` on **all platforms** including Windows.
354353
**Solutions:**
355354
1. Update plugin:
356355
```bash
357-
npx -y opencode-openai-codex-auth-multi@latest
356+
npx -y opencode-openai-codex-auth-multi@4.3.1
358357
```
359358
2. Ensure config has:
360359
```json
@@ -399,7 +398,7 @@ Works alongside oh-my-opencode. No special configuration needed.
399398
```json
400399
{
401400
"plugin": [
402-
"opencode-openai-codex-auth-multi@latest",
401+
"opencode-openai-codex-auth-multi@4.3.1",
403402
"oh-my-opencode@latest"
404403
]
405404
}
@@ -412,7 +411,7 @@ List this plugin BEFORE DCP:
412411
```json
413412
{
414413
"plugin": [
415-
"opencode-openai-codex-auth-multi@latest",
414+
"opencode-openai-codex-auth-multi@4.3.1",
416415
"@tarquinen/opencode-dcp@latest"
417416
]
418417
}
@@ -457,7 +456,7 @@ For all options, see [docs/configuration.md](docs/configuration.md).
457456

458457
## Credits
459458

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
461460
- [ndycode](https://github.com/ndycode) — Multi-account support and maintenance
462461

463462
## License

0 commit comments

Comments
 (0)