chore(designer): Remove code interpreter experimentation flags (#9055)#9057
chore(designer): Remove code interpreter experimentation flags (#9055)#9057Elaina-Lee merged 1 commit intohotfix/v5.294from
Conversation
* chore(designer): Remove code interpreter experimentation flags Code interpreter is now always enabled for both consumption and standard workflows. Remove the experimentation flags and conditional manifest stripping that previously gated the feature. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * test: Update standard operation manifest tests for always-enabled code interpreter Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
✅ Risk Level
✅ What & Why
Remove the code interpreter experimentation flags (
✅ Impact of Change
✅ Test Plan
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | Optional: remove (#9055) for brevity |
| Commit Type | ✅ | No change needed |
| Risk Level | ✅ | Label and body match; low is appropriate |
| What & Why | ✅ | Clear and concise |
| Impact of Change | ✅ | Good detail; consider note on downstream consumers if any |
| Test Plan | ✅ | Unit tests updated as shown in diff; E2E optional |
| Contributors | Consider adding co-authors/credits | |
| Screenshots/Videos | N/A is fine for this change |
Final message
This PR is well-formed and meets the repository's PR body template. The risk label (risk:low) matches the change set and the code diff (feature-flag removal and associated test updates). Unit tests were updated accordingly in the diff. You can proceed with merging once any required approvals and CI checks complete.
Recommendations before merging (all optional/minor):
- Consider removing the
(#9055)suffix in the title for cleanliness (optional). - Optionally add contributors/co-authors in the Contributors section to credit reviewers/PMs/designers.
- Consider whether an E2E test is warranted for manifest changes (not required given current scope, but useful for future regression protection).
Thank you — this looks ready to merge after normal review/CI checks.
Last updated: Mon, 13 Apr 2026 23:50:46 GMT
📊 Coverage CheckThe following changed files need attention:
Please add tests for the uncovered files before merging. |
Commit Type
Risk Level
What & Why
Cherry-pick of #9055 to
hotfix/v5.294.Remove the code interpreter experimentation flags (
enableCodeInterpreterConsumption,enableCodeInterpreterStandard) and their associated hooks. Code interpreter is now GA and should always be enabled for both consumption and standard workflows, so the feature gating is no longer needed.Impact of Change
enableCodeInterpreterConsumption,enableCodeInterpreterStandard,useShouldEnableCodeInterpreterConsumption, anduseShouldEnableCodeInterpreterStandardare removed.getOperationManifestpath for agent operations, simplifying the flow.Test Plan
experimentationFlags.spec.tsenableAPIMGatewayConnectionremain unchangedContributors
Screenshots/Videos
N/A