fix(runtime): unblock SDK provider live matrix for av-t2o5.6#1669
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
1c5ebae
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://62c149da.agentv.pages.dev |
| Branch Preview URL: | https://fix-sdk-provider-live-unbloc.agentv.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SDK provider dogfood no longer depends on incidental workspace install state: the source checkout now hydrates the optional SDK packages that the child runner needs, while the published package surfaces keep the SDKs optional and lazy-loaded inside the child process.
This PR keeps
codex-sdk,pi-sdk,claude-sdk, andcopilot-sdkbehindSdkChildProvider; it does not move any SDK provider in-process. Missing SDK package failures now surface asMissingSdkDependencychild errors with install guidance, and the Pi SDK docs now name both required Pi packages.Provider Status
codex-sdk2026-07-05T07-45-12-754Zpassed at 100%.pi-sdk2026-07-05T07-45-45-388Zpassed at 100%.claude-sdk2026-07-05T07-46-19-822Zpassed at 100%.copilot-sdkBYOK providers require an explicit modelin runs2026-07-05T07-46-47-294Zand2026-07-05T07-49-34-192Z, including after addingmodel_idandwire_model.Private evidence:
EntityProcess/agentv-privatebranchevidence/av-t2o5-6-sdk-provider-live-unblock, commitdc9a3c4.Validation
bun install --frozen-lockfilebun -eimport probe for@openai/codex-sdk,@anthropic-ai/claude-agent-sdk,@github/copilot-sdk,@earendil-works/pi-coding-agent, and@earendil-works/pi-aibun test packages/core/test/evaluation/providers/sdk-child-provider.test.tsbun test packages/core/test/evaluation/providers/pi-runtime.test.ts packages/core/test/evaluation/providers/claude-provider-aliases.test.ts packages/core/test/evaluation/providers/copilot-cli.test.tsbun test packages/core/test/evaluation/providers/copilot-sdk.test.ts packages/core/test/evaluation/providers/claude.test.tsbun run buildbun apps/cli/src/cli.ts eval run ... --workers 1 --threshold 0.8 --keep-workspacesgit diff --checkRelated
Related: av-t2o5.6. Beads remain the source of truth for final provider status, evidence, and residual blockers.