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
"description": "Install and operate oc-chatgpt-multi-auth for OpenCode with ChatGPT Plus/Pro OAuth, GPT-5 and Codex model presets, and multi-account failover.",
4
+
"description": "Install and operate oc-codex-multi-auth for OpenCode with Codex-first GPT-5 workflows, ChatGPT Plus/Pro OAuth, and multi-account failover.",
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
all notable changes to this project. dates are ISO format (YYYY-MM-DD).
4
4
5
-
## [unreleased]
5
+
## [6.0.0] - 2026-04-06
6
6
7
7
### added
8
8
@@ -12,19 +12,23 @@ all notable changes to this project. dates are ISO format (YYYY-MM-DD).
12
12
-**backup/import safety controls**: `codex-export` now supports auto timestamped backup paths; `codex-import` adds `dryRun` preview and automatic pre-import backup on apply.
13
13
-**beginner safe mode config**: new `beginnerSafeMode` config key and `CODEX_AUTH_BEGINNER_SAFE_MODE` env override for conservative retry behavior.
14
14
-**startup preflight summary**: one-time startup health summary with recommended next action.
15
+
-**breaking rebrand migration**: current runtime storage now uses package-aligned files (`oc-codex-multi-auth-accounts.json`, `oc-codex-multi-auth-flagged-accounts.json`) with automatic migration from legacy package-era and pre-package storage names on first load.
15
16
16
17
### changed
17
18
18
19
-**account storage schema**: V3 account metadata now includes optional `accountTags` and `accountNote`.
19
20
-**docs refresh for operational flows**: README + docs portal/development guides updated to reflect beginner commands, safe mode, interactive picker behavior, and backup/import safeguards.
20
21
-**repository presentation refresh**: rewrote the README as a landing page, added a public FAQ and code of conduct, refreshed package metadata, and removed stale CI/test claims from public docs surfaces.
21
22
-**test matrix expansion**: coverage now includes beginner UI helpers, safe-fix diagnostics edge cases, tag/note command behavior, and timestamped backup/import preview utilities.
23
+
-**package line renamed**: the supported package, repo, plugin entry, installer surface, and docs now use `oc-codex-multi-auth` instead of `oc-chatgpt-multi-auth`.
24
+
-**codex-first auth wording**: OAuth options, installer guidance, and onboarding docs now describe the Codex-first flow directly instead of the older MULTI-branded labels.
22
25
23
26
### fixed
24
27
25
28
-**non-interactive command guidance**: optional-index commands provide explicit usage guidance when interactive menus are unavailable.
26
29
-**doctor safe-fix edge path**: `codex-doctor fix` now reports a clear non-crashing message when no eligible account is available for auto-switch.
27
30
-**first-time import flow**: `codex-import` no longer fails with `No accounts to export` when storage is empty; pre-import backup is skipped cleanly in zero-account setups.
31
+
-**installer cache hygiene**: the installer now removes both the old and new package names from OpenCode cache metadata so cutover installs do not stay pinned to stale artifacts.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing
2
2
3
-
Thank you for contributing to `oc-chatgpt-multi-auth`.
3
+
Thank you for contributing to `oc-codex-multi-auth`.
4
4
5
5
This project accepts improvements that make the OpenCode plugin clearer, safer, easier to maintain, and more useful for personal development workflows.
Use your ChatGPT Plus/Pro subscription inside OpenCode with OAuth login, GPT-5/Codex model presets, and multi-account failover.
8
8
9
-
`oc-chatgpt-multi-auth` is an OpenCode plugin for developers who want ChatGPT-backed GPT-5 and Codex workflows in OpenCode without switching to separate Platform API credentials for personal use. It uses the same official OAuth flow as the Codex CLI, adds model templates for current GPT-5 families, and can rotate across multiple ChatGPT accounts when one account is rate-limited or unavailable.
9
+
`oc-codex-multi-auth` is an OpenCode plugin for developers who want Codex-first GPT-5 workflows in OpenCode without switching to separate Platform API credentials for personal use. It uses the same official OAuth flow as the Codex CLI, adds model templates for current GPT-5 families, and can rotate across multiple ChatGPT accounts when one account is rate-limited or unavailable.
10
10
11
11
## What This Project Does
12
12
@@ -19,7 +19,7 @@ Use your ChatGPT Plus/Pro subscription inside OpenCode with OAuth login, GPT-5/C
19
19
20
20
```bash
21
21
# 1. Install or refresh the plugin config
22
-
npx -y oc-chatgpt-multi-auth@latest
22
+
npx -y oc-codex-multi-auth@latest
23
23
24
24
# 2. Sign in with ChatGPT Plus/Pro
25
25
opencode auth login
@@ -32,7 +32,7 @@ What the installer does:
32
32
33
33
- writes `~/.config/opencode/opencode.json`
34
34
- backs up an existing config before changing it
35
-
- normalizes the plugin entry to `"oc-chatgpt-multi-auth"`
35
+
- normalizes the plugin entry to `"oc-codex-multi-auth"`
36
36
- clears the cached plugin copy so OpenCode reinstalls the latest package
37
37
38
38
By default, the installer now writes a full catalog config that includes both:
@@ -103,7 +103,7 @@ Use the quick-start path above for the fastest setup. For full setup, local deve
103
103
If you prefer the compact variant-only config on OpenCode `v1.0.210+`, use:
104
104
105
105
```bash
106
-
npx -y oc-chatgpt-multi-auth@latest --modern
106
+
npx -y oc-codex-multi-auth@latest --modern
107
107
```
108
108
109
109
## Configuration
@@ -125,7 +125,16 @@ Start here if the plugin does not load or authenticate correctly:
125
125
126
126
Common first checks:
127
127
128
-
- confirm `"plugin": ["oc-chatgpt-multi-auth"]` is present in your OpenCode config
128
+
- confirm `"plugin": ["oc-codex-multi-auth"]` is present in your OpenCode config
129
+
130
+
## 6.0.0 Cutover
131
+
132
+
This release intentionally breaks the old package line and moves the runtime to package-aligned storage names.
133
+
134
+
- Rename the GitHub repository to `ndycode/oc-codex-multi-auth`
135
+
- Publish `oc-codex-multi-auth@6.0.0`
136
+
- Deprecate `oc-chatgpt-multi-auth` on npm with a pointer to the new package
137
+
- Verify docs, badges, repo links, and OpenCode config examples all resolve to `oc-codex-multi-auth`
129
138
- rerun `opencode auth login`
130
139
- inspect `~/.opencode/logs/codex-plugin/` after running one request with `ENABLE_PLUGIN_REQUEST_LOGGING=1`
0 commit comments