Skip to content

fix(codex-acp): reconcile the npm pin with benchflow core (1.6.0) - #66

Merged
bingran-you merged 1 commit into
benchflow-ai:mainfrom
JeremyJC67:fix/codex-acp-pin-parity
Aug 27, 2026
Merged

fix(codex-acp): reconcile the npm pin with benchflow core (1.6.0)#66
bingran-you merged 1 commit into
benchflow-ai:mainfrom
JeremyJC67:fix/codex-acp-pin-parity

Conversation

@JeremyJC67

Copy link
Copy Markdown
Contributor

Summary

benchflow's registry.AGENTS moved codex-acp to @agentclientprotocol/codex-acp@1.6.0 in benchflow#1044; this repo's acp/codex-acp/manifest.toml still installs 0.0.45. Because the two are compared field-by-field, benchflow's manifest-parity workflow has failed on every run since — on main itself (62cc7e41, 656ec915, fbababf6) and on every PR (e.g. benchflow#1046, where I hit it).

One-field reconciliation of install_cmd (0.0.451.6.0); no other change — byte-identical to core's current AgentConfig for the drifted field.

Test plan

  • grep -c 'codex-acp@1.6.0' acp/codex-acp/manifest.toml → 1; no 0.0.45 remains anywhere in the repo
  • The changed string now matches benchflow core's registry.AGENTS['codex-acp'].install_cmd verbatim (the parity failure's own per-field diff shows the two strings differ only in this version)

benchflow's registry.AGENTS moved codex-acp to @agentclientprotocol/
codex-acp@1.6.0 in benchflow-ai/benchflow#1044; this manifest still
installed 0.0.45, so benchflow's manifest-parity workflow has failed on
every run since (main runs 62cc7e41, 656ec915, fbababf6, and every PR).
One-field reconciliation of install_cmd; no other change.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DZggU3vNYzr3hfDZJUE7jX

@bingran-you bingran-you left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Validated against BenchFlow main: agents contract tests 22/22, BenchFlow manifest parity 12/12, diff check and all applicable pre-commit hooks pass. This is the minimal one-field reconciliation for the live-validated codex-acp 1.6.0 upgrade from benchflow#1044.

@bingran-you
bingran-you merged commit bd7a4d2 into benchflow-ai:main Aug 27, 2026
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.

2 participants