chore(agents): bump built-in adapter ranges#275
Conversation
PR SummaryLow Risk Overview Adds coverage in Reviewed by Cursor Bugbot for commit f99f28a. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f99f28a2a1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| ### Changes | ||
|
|
||
| - Agents/built-ins: bump the default `@zed-industries/codex-acp` package range to `^0.12.0` and `pi-acp` to `^0.0.26` so fresh built-in launches pick up the latest adapter releases. |
There was a problem hiding this comment.
Append new Unreleased changelog item at section end
AGENTS.md requires new CHANGELOG.md entries under ## Unreleased to be appended to the end of the target section, but this bullet was inserted at the top of ### Changes. That violates the repo’s changelog ordering rule and will create unnecessary merge conflicts as additional entries are added.
Useful? React with 👍 / 👎.
|
|
||
| ### Changes | ||
|
|
||
| - Agents/built-ins: bump the default `@zed-industries/codex-acp` package range to `^0.12.0` and `pi-acp` to `^0.0.26` so fresh built-in launches pick up the latest adapter releases. |
There was a problem hiding this comment.
Remove adapter semver ranges from changelog prose
The repo policy in AGENTS.md says documentation must not include adapter package version specifiers/semver ranges, but this line adds explicit ranges for codex-acp and pi-acp. Keeping hardcoded adapter versions in docs is explicitly disallowed here and makes documentation drift more likely; this entry should describe the update without embedding ranges.
Useful? React with 👍 / 👎.
Bumps built-in npm adapter ranges missed by the package dependency update:
@zed-industries/codex-acpfrom^0.11.1to^0.12.0(latest published 2026-04-24)pi-acpfrom^0.0.22to^0.0.26@agentclientprotocol/claude-agent-acpand@agentclientprotocol/sdkwere already current at0.31.0/0.20.0.Local proof:
fnm exec --using=24.15.0 corepack pnpm@10.33.2 run build:testfnm exec --using=24.15.0 node --test dist-test/test/agent-registry.test.jsfnm exec --using=24.15.0 corepack pnpm@10.33.2 run check(573 tests)