Skip to content

Commit 162b8df

Browse files
committed
docs: remove legacy package name from public docs
1 parent 409c564 commit 162b8df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ This release intentionally breaks the old package line and moves the runtime to
133133

134134
- Rename the GitHub repository to `ndycode/oc-codex-multi-auth`
135135
- Publish `oc-codex-multi-auth@6.0.0`
136-
- Deprecate `oc-chatgpt-multi-auth` on npm with a pointer to the new package
136+
- Deprecate the legacy npm package with a pointer to the new package
137137
- Verify docs, badges, repo links, and OpenCode config examples all resolve to `oc-codex-multi-auth`
138138
- rerun `opencode auth login`
139139
- inspect `~/.opencode/logs/codex-plugin/` after running one request with `ENABLE_PLUGIN_REQUEST_LOGGING=1`

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Start with [Troubleshooting](troubleshooting.md), rerun `opencode auth login`, a
4141

4242
## I used the old package name. What changed?
4343

44-
The package was renamed from `opencode-openai-codex-auth-multi` to `oc-chatgpt-multi-auth`, and now from `oc-chatgpt-multi-auth` to `oc-codex-multi-auth`. If you still reference either older name in your OpenCode config, replace it with `oc-codex-multi-auth`.
44+
This package has gone through earlier naming changes. If you still reference any older package name in your OpenCode config, replace it with `oc-codex-multi-auth`.

docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if (plugin.includes("opencode-openai-codex-auth") || plugin.includes("opencode-c
4747

4848
**Resolution:**
4949

50-
The package was renamed from `opencode-openai-codex-auth-multi` to `oc-chatgpt-multi-auth`, and now to `oc-codex-multi-auth`, which remains the supported package line.
50+
This package previously shipped under older names. `oc-codex-multi-auth` is the supported package line.
5151

5252
**If you were using the old package:**
5353

0 commit comments

Comments
 (0)