Streamline review and feedback handlers#19498
Merged
Merged
Conversation
6fad0e6 to
9de37de
Compare
d96b781 to
00c524b
Compare
Bojun-Vvibe
added a commit
to Bojun-Vvibe/oss-contributions
that referenced
this pull request
Apr 25, 2026
00c524b to
cbd5761
Compare
5728267 to
5d14bae
Compare
cbd5761 to
460ddfa
Compare
ningyi-oai
approved these changes
Apr 25, 2026
5d14bae to
cc036aa
Compare
c4c9831 to
e66cdb9
Compare
cc036aa to
bd31008
Compare
This was referenced Apr 27, 2026
e66cdb9 to
862b529
Compare
a39db7c to
8b59896
Compare
1db7482 to
a5c7757
Compare
8b59896 to
13a8275
Compare
a5c7757 to
cf8dcc6
Compare
13a8275 to
e48222a
Compare
cf8dcc6 to
f9608a3
Compare
74eaf21 to
47b736e
Compare
f9608a3 to
a01e530
Compare
47b736e to
ce5a9ce
Compare
a01e530 to
a29cb5f
Compare
a29cb5f to
7a79b46
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The remaining review, interrupt, fuzzy search, feedback, and git-diff handlers still had local send-error branches that obscured otherwise simple request handling. This final slice flattens those handlers without changing the public protocol behavior.
What Changed
codex-rs/app-server/src/codex_message_processor.rs.send_error/returnblocks.Verification
cargo check -p codex-app-servercargo test -p codex-app-server --test all v2::review -- --test-threads=1