[4 of 7] Remove core OverrideTurnContext op#23087
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 875b846721
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
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".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5b47db287d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
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".
…aut/next-turn-state-remove-override-context
…aut/next-turn-state-remove-override-context
…aut/next-turn-state-remove-override-context
Stack position: [4 of 7]
Summary
This PR removes the legacy
Op::OverrideTurnContextwhich has no production callers. The next PR will introduce a newOp::TurnCodexwhich has similar, but not identical, semantics to the legacy op.Changes
Op::OverrideTurnContextfrom the core protocol and submission loop.This stack addresses #20656 and #22090.
Stack