Skip to content

fix(1acp): bump submodule for codex custom-model patch (Fixes #43)#46

Merged
scottzx merged 1 commit into
mainfrom
fix/bump-1acp-codex-model-patch
Jun 14, 2026
Merged

fix(1acp): bump submodule for codex custom-model patch (Fixes #43)#46
scottzx merged 1 commit into
mainfrom
fix/bump-1acp-codex-model-patch

Conversation

@scottzx

@scottzx scottzx commented Jun 14, 2026

Copy link
Copy Markdown
Owner

Bumps modules/1acp b54f87e9ca943a, pulling in the pnpm patch that makes web 对话(codex)honor the model in ~/.codex/config.toml for custom providers, instead of codex-acp forcing its built-in default (gpt-5.5).

Background

codex-acp's createModelId() looked up the configured model in codex's listModels() catalog and, when absent (custom-provider models aren't catalogued), substituted isDefault (gpt-5.5), pinning it onto every turn → unknown model 'gpt-5.5'. The patch keeps the configured model id when it isn't in the catalog, mirroring the Codex CLI.

Verification

  • ACP probe: session/new currentModelId gpt-5.5MiniMax-M3[high].
  • Full web path (bridge-server.js → patched codex-acp → codex → MiniMax): prompt completes with a real reply, no more unknown model.

Links

Fixes #43

Bumps modules/1acp from b54f87e to 9ca943a, pulling in the pnpm patch for
@agentclientprotocol/codex-acp@0.0.44 so web chat honors the model set in
~/.codex/config.toml (e.g. a custom provider's MiniMax-M3) instead of being
forced onto codex-acp's built-in default (gpt-5.5).

See 1acp#2. Upstream fix: agentclientprotocol/codex-acp#199.

Fixes #43

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@scottzx scottzx merged commit 44aca87 into main Jun 14, 2026
@scottzx scottzx deleted the fix/bump-1acp-codex-model-patch branch June 17, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Web 对话(codex)用默认模型 gpt-5.5 覆盖了 ~/.codex/config.toml 的 model 设置

1 participant