chore(effect): bump published provider/sandbox/agent pins to 0.4.24/0.4.27/0.12.2 - #260
Conversation
….4.27/0.12.2 Bump the private @coder/ai-sdk-effect package's published Coder pins to the releases cut later on 2026-09-26: @coder/ai-sdk-provider 0.4.24, @coder/ai-sdk-sandbox 0.4.27, @coder/ai-sdk-agent 0.12.2. @ai-sdk/provider stays 4.0.18, matching both published packages' exact dependency. The three exact minimumReleaseAgeExclude entries move to the new versions (own-package 24h exception), and the README pin table follows. Signed-off-by: Thomas Kosiewski <tk@coder.com> --- _Generated with [`xum`](https://github.com/coder/xum) • Model: `anthropic:claude-opus-5-5` • Thinking: `high`_ Change-Id: I905d82db75629724ecdb997f3453f9067d661604 Signed-off-by: Thomas Kosiewski <tk@coder.com>
|
@codex review |
|
@codex security review |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Codex Review: Didn't find any major issues. Bravo. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
🛡️ Codex Security ReviewSecurity review completed. No security issues were found in this pull request. Reviewed commit: Only the user who started this review can view the report in Codex. ℹ️ About Codex security reviews in GitHubThis is an experimental Codex feature. Security reviews are triggered when:
Once complete, Codex will leave suggestions, or a comment if no findings are found. |
Bump the private, unpublished
@coder/ai-sdk-effectpackage's Coder pins to the releases published on 2026-09-26 (follows #255):@coder/ai-sdk-provider@coder/ai-sdk-sandbox@coder/ai-sdk-agentFour files only:
packages/effect/package.json,pnpm-lock.yaml,pnpm-workspace.yaml(the three exactminimumReleaseAgeExcludeentries, authorized own-package 24h exception),packages/effect/README.md(pin table).@ai-sdk/providerstays 4.0.18;npm viewshows provider 0.4.24 and agent 0.12.2 both depend on exactly 4.0.18. The lockfile holds a single@ai-sdk/provider@4.0.18.@coder/*entries; integrity hashes matchnpm view … dist.integrity. No other@ai-sdk/*version moved (main already resolves provider 0.4.24's@ai-sdk/anthropic ^4.0.65/openai-compatible ^3.0.57).pnpm install --frozen-lockfilepasses with the final three-entry exclude list.Validation (Node 26.10.0):
pnpm check,pnpm -r build,pnpm -r test,pnpm publint,pnpm attwall pass. Live against dogfood.cdr.dev: agent e2e 7/7, effect e2e 2/2.Generated with
xum• Model:anthropic:claude-opus-5-5• Thinking:high