Skip to content

Commit 9d54471

Browse files
lidge-junclaude
andcommitted
rename npm package to @bitkyc08/opencodex (scoped, npm similarity check exempt)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0b7eb46 commit 9d54471

11 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ jobs:
9090
if: ${{ inputs.dry-run != true }}
9191
run: |
9292
sleep 10
93-
npm view "opencx@${{ inputs.version }}" version dist-tags
93+
npm view "@bitkyc08/opencodex@${{ inputs.version }}" version dist-tags

README.ko.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Codex CLI / App / SDK ──/v1/responses──▶ opencodex ──▶ Any provi
3434

3535
```bash
3636
# Install
37-
bun install -g opencx # or: npm install -g opencx
37+
npm install -g @bitkyc08/opencodex # or: bun install -g @bitkyc08/opencodex
3838

3939
# Interactive setup (writes config + injects into Codex)
4040
ocx init
@@ -59,7 +59,7 @@ curl -fsSL https://bun.sh/install | bash
5959
powershell -c "irm bun.sh/install.ps1 | iex"
6060
```
6161

62-
설치 후 `bun install -g opencx`를 다시 실행하세요. (`ocx` 바이너리는 bun 기반이라 bun이 `PATH`에 있어야 합니다.)
62+
설치 후 `npm install -g @bitkyc08/opencodex`를 다시 실행하세요. (`ocx` 바이너리는 bun 기반이라 bun이 `PATH`에 있어야 합니다.)
6363

6464
</details>
6565

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Codex CLI / App / SDK ──/v1/responses──▶ opencodex ──▶ Any provi
3434

3535
```bash
3636
# Install
37-
bun install -g opencx # or: npm install -g opencx
37+
npm install -g @bitkyc08/opencodex # or: bun install -g @bitkyc08/opencodex
3838

3939
# Interactive setup (writes config + injects into Codex)
4040
ocx init
@@ -59,7 +59,7 @@ curl -fsSL https://bun.sh/install | bash
5959
powershell -c "irm bun.sh/install.ps1 | iex"
6060
```
6161

62-
Then re-run `bun install -g opencx`. (The `ocx` binary is bun-native, so bun must be on your `PATH`.)
62+
Then re-run `npm install -g @bitkyc08/opencodex`. (The `ocx` binary is bun-native, so bun must be on your `PATH`.)
6363

6464
</details>
6565

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Codex CLI / App / SDK ──/v1/responses──▶ opencodex ──▶ Any provi
3434

3535
```bash
3636
# Install
37-
bun install -g opencx # or: npm install -g opencx
37+
npm install -g @bitkyc08/opencodex # or: bun install -g @bitkyc08/opencodex
3838

3939
# Interactive setup (writes config + injects into Codex)
4040
ocx init
@@ -59,7 +59,7 @@ curl -fsSL https://bun.sh/install | bash
5959
powershell -c "irm bun.sh/install.ps1 | iex"
6060
```
6161

62-
然后重新运行 `bun install -g opencx`。(`ocx` 可执行文件是 bun 原生的,因此 bun 必须在你的 `PATH` 中。)
62+
然后重新运行 `npm install -g @bitkyc08/opencodex`。(`ocx` 可执行文件是 bun 原生的,因此 bun 必须在你的 `PATH` 中。)
6363

6464
</details>
6565

docs-site/src/content/docs/getting-started/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ sends your traffic anywhere except the provider you configure.
1717
## Install
1818

1919
```bash
20-
# With Bun (recommended)
21-
bun install -g opencx
20+
# With npm (recommended)
21+
npm install -g @bitkyc08/opencodex
2222

23-
# With npm
24-
npm install -g opencx
23+
# With Bun
24+
bun install -g @bitkyc08/opencodex
2525
```
2626

2727
Verify the binary is on your `PATH`:

docs-site/src/content/docs/ko/getting-started/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ opencodex는 단일 CLI인 `ocx`로 제공됩니다. 작은 로컬 HTTP 서버(B
1717
## 설치
1818

1919
```bash
20-
# With Bun (recommended)
21-
bun install -g opencx
20+
# With npm (recommended)
21+
npm install -g @bitkyc08/opencodex
2222

23-
# With npm
24-
npm install -g opencx
23+
# With Bun
24+
bun install -g @bitkyc08/opencodex
2525
```
2626

2727
바이너리가 `PATH`에 있는지 확인합니다:

docs-site/src/content/docs/reference/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ ocx service uninstall
9393
### `ocx update`
9494

9595
Self-update opencodex to the latest version published on npm, using the package manager it was
96-
installed with (`bun add -g opencx@latest` or `npm install -g opencx@latest`). It detects a
96+
installed with (`bun add -g @bitkyc08/opencodex@latest` or `npm install -g @bitkyc08/opencodex@latest`). It detects a
9797
source checkout and tells you to `git pull && bun install` instead, and is a no-op if you're already
9898
on the newest version. Restart the proxy afterward (`ocx stop && ocx start`) to run the new build.
9999

docs-site/src/content/docs/zh-cn/getting-started/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ provider 之外,绝不会把你的流量发送到任何地方。
1717
## 安装
1818

1919
```bash
20-
# With Bun (recommended)
21-
bun install -g opencx
20+
# With npm (recommended)
21+
npm install -g @bitkyc08/opencodex
2222

23-
# With npm
24-
npm install -g opencx
23+
# With Bun
24+
bun install -g @bitkyc08/opencodex
2525
```
2626

2727
验证该二进制文件已在你的 `PATH` 中:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "opencx",
2+
"name": "@bitkyc08/opencodex",
33
"version": "0.1.0",
44
"description": "Universal provider proxy for OpenAI Codex — use any LLM with Codex CLI/App/SDK",
55
"type": "module",

scripts/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ await Bun.sleep(4000);
6464
await watchLatest();
6565
console.log(dryRun
6666
? "\n✓ Dry run complete. Re-run with --publish to publish for real."
67-
: "\n✓ Published. Try: bun install -g opencx");
67+
: "\n✓ Published. Try: npm install -g @bitkyc08/opencodex");

0 commit comments

Comments
 (0)