chore(effect): bump published provider/sandbox pins to 0.4.11/0.4.14 - #175
Conversation
Signed-off-by: Thomas Kosiewski <tk@coder.com> --- _Generated with [`mux`](https://github.com/coder/mux) • Model: `coder:openai/gpt-6-astra` • Thinking: `high`_ Change-Id: I82b14423c0ae85e97d219cf2940a43e118b14be3
|
@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. 👍 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". |
|
Security 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. |
Live E2E: 7/7 passedValidated current head cd packages/agent
mise exec -- npx vitest run test/e2eResult: 1 test file passed, 7 tests passed (7), zero skipped, 28.43s. The temporary Correction to the earlier blocker: Verification tier: verified live against dogfood.cdr.dev. CI Generated with live-e2e.webm |

Summary
Update the published packages consumed by the private Effect spike:
@coder/ai-sdk-provider0.4.90.4.11@coder/ai-sdk-sandbox0.4.120.4.14Exactly four files change:
packages/effect/package.json, its README's Pinned surface table, the matching exactminimumReleaseAgeExcludeentries inpnpm-workspace.yaml, andpnpm-lock.yaml.Provider coupling and lockfile
The Effect spike intentionally consumes published
@coderpackages rather than workspace links. Its direct@ai-sdk/providerexact pin stays at 4.0.10, matching the dependency inside published@coder/ai-sdk-provider@0.4.11(verified with npm metadata), to preserve the sameLanguageModelV4type surface. The lockfile resolves a single@ai-sdk/provider@4.0.10.pnpm dedupe --checkpassed clean after install: no stale, collapsible provider subtree and no dedupe rewrite needed.@ai-sdk/mcpis unchanged at 2.0.45, as is its age-gate entry. No unrelated dependencies, pnpm/packageManager/toolchain pins, lockfile format, or release-please changelogs changed.Validation
Using pinned Node 26.8.1 and pnpm 11.25.0 through
mise exec --:pnpm installpnpm dedupe --checkpnpm formatandpnpm check(format, lint, typecheck)pnpm -r buildpnpm -r test— 597 passed; 7 live tests skipped without credentialspnpm publintpnpm attwLive e2e: 7/7 passed against https://dogfood.cdr.dev on 2026-09-06 at 19:35 UTC, on current head
7f0d4ecc8ffed3f4f18188d14467258a839a90bb; temporary token revoked afterward. Screenshot and accelerated terminal recording are attached in the validation comment. The earlier blocked attempt targeted the retireddev.coder.comendpoint; the maintainer supplied the current endpoint. CIRequiredand both Codex review loops are clean on this same head, with zero unresolved threads.Verification tier: source/manifests, published npm metadata, local automated validation, and verified live against dogfood.cdr.dev.
Generated with
mux• Model:coder:openai/gpt-6-astra• Thinking:high