Skip to content

Commit 47564dc

Browse files
committed
docs: bump opencode-openai-codex-auth to v4.2.0 and remove hotfix workaround
- Update all README files (EN, KO, JA, ZH-CN) - Bump opencode-openai-codex-auth version from 4.1.1 to 4.2.0 - Remove temporary hotfix branch workaround (bug fixed in v4.1.1) - Simplify OpenAI ChatGPT Plus/Pro setup instructions 🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
1 parent 373dc4e commit 47564dc

File tree

4 files changed

+6
-54
lines changed

4 files changed

+6
-54
lines changed

README.ja.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -342,24 +342,12 @@ opencode auth login
342342
{
343343
"plugin": [
344344
"oh-my-opencode",
345-
"opencode-openai-codex-auth@4.1.1"
345+
"opencode-openai-codex-auth@4.2.0"
346346
]
347347
}
348348
```
349349

350-
**重要**: 現在、公式 npm パッケージに 400 エラー (`"No tool call found for function call output with call_id"`) を引き起こすバグがあります。修正版がリリースされるまでは、**ホットフィックスブランチの使用を推奨します**`~/.config/opencode/package.json` を修正してください:
351-
352-
```json
353-
{
354-
"dependencies": {
355-
"opencode-openai-codex-auth": "code-yeongyu/opencode-openai-codex-auth#fix/orphaned-function-call-output-with-tools"
356-
}
357-
}
358-
```
359-
360-
その後、`cd ~/.config/opencode && bun i` を実行してください。`opencode.json` ではバージョン指定なしで `"opencode-openai-codex-auth"` として使用します(`@4.1.0` は除外)。
361-
362-
#### 4.3.1 モデル設定
350+
##### モデル設定
363351
`opencode.json` に完全なモデル設定も構成する必要があります。
364352
[opencode-openai-codex-auth ドキュメント](https://github.com/numman-ali/opencode-openai-codex-auth)を読み、[`config/full-opencode.json`](https://github.com/numman-ali/opencode-openai-codex-auth/blob/main/config/full-opencode.json) から provider/models 設定をコピーして、ユーザーの既存のセットアップを壊さないよう慎重にマージしてください。
365353

README.ko.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -339,24 +339,12 @@ opencode auth login
339339
{
340340
"plugin": [
341341
"oh-my-opencode",
342-
"opencode-openai-codex-auth@4.1.1"
342+
"opencode-openai-codex-auth@4.2.0"
343343
]
344344
}
345345
```
346346

347-
**중요**: 현재 공식 npm 패키지에 400 에러(`"No tool call found for function call output with call_id"`)를 유발하는 버그가 있습니다. 수정 버전이 배포될 때까지 **핫픽스 브랜치 사용을 권장합니다**. `~/.config/opencode/package.json`을 수정하세요:
348-
349-
```json
350-
{
351-
"dependencies": {
352-
"opencode-openai-codex-auth": "code-yeongyu/opencode-openai-codex-auth#fix/orphaned-function-call-output-with-tools"
353-
}
354-
}
355-
```
356-
357-
그 후 `cd ~/.config/opencode && bun i`를 실행하세요. `opencode.json`에서는 버전 없이 `"opencode-openai-codex-auth"`로 사용합니다 (`@4.1.0` 제외).
358-
359-
#### 4.3.1 모델 설정
347+
##### 모델 설정
360348
`opencode.json`에 전체 모델 설정도 구성해야 합니다.
361349
[opencode-openai-codex-auth 문서](https://github.com/numman-ali/opencode-openai-codex-auth)를 읽고, [`config/full-opencode.json`](https://github.com/numman-ali/opencode-openai-codex-auth/blob/main/config/full-opencode.json)에서 provider/models 설정을 복사하여, 사용자의 기존 셋업에 영향을 주지 않도록 깊게 고민하여 적절히 통합하세요.
362350

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -373,23 +373,11 @@ First, add the opencode-openai-codex-auth plugin:
373373
{
374374
"plugin": [
375375
"oh-my-opencode",
376-
"opencode-openai-codex-auth@4.1.1"
376+
"opencode-openai-codex-auth@4.2.0"
377377
]
378378
}
379379
```
380380

381-
**Important**: The official npm package currently has a bug causing 400 errors (`"No tool call found for function call output with call_id"`). **Use the hotfix branch** until fixed. Edit `~/.config/opencode/package.json`:
382-
383-
```json
384-
{
385-
"dependencies": {
386-
"opencode-openai-codex-auth": "code-yeongyu/opencode-openai-codex-auth#fix/orphaned-function-call-output-with-tools"
387-
}
388-
}
389-
```
390-
391-
Then run `cd ~/.config/opencode && bun i`. In `opencode.json`, use `"opencode-openai-codex-auth"` without the version suffix.
392-
393381
##### Model Configuration
394382
You'll also need full model settings in `opencode.json`.
395383
Read the [opencode-openai-codex-auth documentation](https://github.com/numman-ali/opencode-openai-codex-auth), copy provider/models config from [`config/full-opencode.json`](https://github.com/numman-ali/opencode-openai-codex-auth/blob/main/config/full-opencode.json), and merge carefully to avoid breaking the user's existing setup.

README.zh-cn.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -350,23 +350,11 @@ opencode auth login
350350
{
351351
"plugin": [
352352
"oh-my-opencode",
353-
"opencode-openai-codex-auth@4.1.1"
353+
"opencode-openai-codex-auth@4.2.0"
354354
]
355355
}
356356
```
357357

358-
**重要**:现在官方 npm 包有个 bug 会报 400 错(`"No tool call found for function call output with call_id"`)。修复版出来前,**一定要用 hotfix 分支**。改一下 `~/.config/opencode/package.json`
359-
360-
```json
361-
{
362-
"dependencies": {
363-
"opencode-openai-codex-auth": "code-yeongyu/opencode-openai-codex-auth#fix/orphaned-function-call-output-with-tools"
364-
}
365-
}
366-
```
367-
368-
然后跑 `cd ~/.config/opencode && bun i`。在 `opencode.json` 里用 `"opencode-openai-codex-auth"`(别带版本号)。
369-
370358
##### 模型配置
371359
要在 `opencode.json` 里配完整的模型设置。
372360
去读 [opencode-openai-codex-auth 文档](https://github.com/numman-ali/opencode-openai-codex-auth),从 [`config/full-opencode.json`](https://github.com/numman-ali/opencode-openai-codex-auth/blob/main/config/full-opencode.json) 抄 provider/models 配置,动脑子合并,别搞炸了。

0 commit comments

Comments
 (0)