feat(agents): add GPT-5.6 to Pi model catalogs - #5198
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
891881d to
4eba63b
Compare
4eba63b to
99b63d0
Compare
|
🤖 The AI agent says: The PR now points to Validation completed:
I attempted to enable auto-merge twice after all checks completed. GitHub rejected it with |
|
🤖 The AI agent says: Thanks for the LGTM. I retried enabling auto-merge on PR #5198 after the review landed, but GitHub still rejects it with The remaining failures are the unchanged
The runner, styling, contribution, preview, and CodeRabbit checks remain green. The PR is not in the merge queue because GitHub will not create the auto-merge request while these failed checks remain. |
Summary
sol,terra, andlunamodels to the OpenAI model list.openai-codexprovider and GPT-5.6 models through the Pi harness capability document.0.80.6.Context
PR #5046 now owns the Daytona snapshot and Pi installation behavior. This PR is rebased directly on that merged change and does not duplicate or override its snapshot logic.
The resulting contract is:
AGENTA_AGENT_SANDBOX_PI_INSTALLED=true, so Pi is installed in each sandbox by default;DAYTONA_SNAPSHOT=agenta-sandbox-piandAGENTA_AGENT_SANDBOX_PI_INSTALLED=false, because the selected snapshot already contains the pinned Pi version;AGENTA_AGENT_SANDBOX_PI_VERSIONremains an optional override, documented as0.80.6;gpt-5.6alias is not advertised.Validation
pnpm install --offline --frozen-lockfile0.80.60.80.6, Claude/Codex/OpenCode/geesefs present, and bothopenaiandopenai-codexreturn the three GPT-5.6 variantsThe broader SDK test selection reports one unchanged baseline failure,
test_unknown_harness_is_permissive, which is also failing onbig-agents.