Skip to content

fix(providers): support Copilot SDK OpenAI endpoint parity runs#1479

Merged
christso merged 2 commits into
mainfrom
fix/openai-codex-target-env
Jun 22, 2026
Merged

fix(providers): support Copilot SDK OpenAI endpoint parity runs#1479
christso merged 2 commits into
mainfrom
fix/openai-codex-target-env

Conversation

@christso

Copy link
Copy Markdown
Collaborator

Summary

  • update @github/copilot-sdk to v1.0.3 and adapt AgentV to the v1 session/client lifecycle
  • add Copilot SDK BYOK model_id/wire_model support for local OpenAI-compatible endpoints
  • move workspace after_each reset until after graders inspect the agent-modified workspace
  • keep separate Codex SDK local-endpoint support/config tests

Verification

  • bun test packages/core/test/evaluation/providers/copilot-sdk.test.ts packages/core/test/evaluation/providers/targets.test.ts packages/core/test/evaluation/validation/targets-validator.test.ts
  • bun --filter @agentv/core typecheck
  • bun --filter agentv typecheck
  • bun --filter @agentv/core build && bun --filter agentv build
  • From next-evals-oss-agentv parity harness: npm run agentv:validate; npm run agentv:dry; timeout 240s npm run agentv:run; npm run compare-results -- --vercel vercel/results --agentv .agentv/results/runs/agentv-parity --agentv-experiment agentv-copilot-sdk-openai --export tmp/real-agent-results.json

Live parity result

The AgentV Copilot SDK smoke passed the tiny Next.js fixture at 100% using the local OpenAI-compatible endpoint with model/model_id=gpt-5 and wire_model=gpt-5.3-codex-spark. Comparison against existing Vercel results passed.

AgentV Results and others added 2 commits June 22, 2026 09:02
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 22, 2026

Copy link
Copy Markdown

Deploying agentv with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5bd477b
Status: ✅  Deploy successful!
Preview URL: https://944bb0d3.agentv.pages.dev
Branch Preview URL: https://fix-openai-codex-target-env.agentv.pages.dev

View logs

@christso christso marked this pull request as ready for review June 22, 2026 11:31
@christso christso merged commit edd7493 into main Jun 22, 2026
10 checks passed
@christso christso deleted the fix/openai-codex-target-env branch June 22, 2026 11:31
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.

1 participant