[3 of 7] Remove UserTurn#23075
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 30f6ab2372
ℹ️ 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".
…into etraut/next-turn-state-input-op-consolidation # Conflicts: # codex-rs/app-server/src/request_processors/turn_processor.rs # codex-rs/core/src/session/handlers.rs # codex-rs/protocol/src/protocol.rs
…into etraut/next-turn-state-input-op-consolidation
…into etraut/next-turn-state-input-op-consolidation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: db6e9bfaa9
ℹ️ 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".
Stack position: [3 of 7]
Summary
This PR finishes the input-op consolidation by moving the remaining
Op::UserTurncallers ontoOp::UserInputand deletingOp::UserTurn. This touches a lot of files, but it's a low-risk mechanical migration.Stack