Skip to content

Streamline review and feedback handlers#19498

Merged
pakrym-oai merged 2 commits into
mainfrom
pakrym/appserver-errors-review-feedback
Apr 27, 2026
Merged

Streamline review and feedback handlers#19498
pakrym-oai merged 2 commits into
mainfrom
pakrym/appserver-errors-review-feedback

Conversation

@pakrym-oai

Copy link
Copy Markdown
Collaborator

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

  • Streamlined review start, turn interrupt, fuzzy search session, feedback upload, and git diff handlers in codex-rs/app-server/src/codex_message_processor.rs.
  • Converted validation and upload failures into returned JSON-RPC errors where that avoids nested send_error/return blocks.
  • Left unrelated sandbox setup and notification code untouched.

Verification

  • cargo check -p codex-app-server
  • cargo test -p codex-app-server --test all v2::review -- --test-threads=1

@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-turn-realtime branch from 6fad0e6 to 9de37de Compare April 25, 2026 03:09
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-review-feedback branch from d96b781 to 00c524b Compare April 25, 2026 03:09
Bojun-Vvibe added a commit to Bojun-Vvibe/oss-contributions that referenced this pull request Apr 25, 2026
@pakrym-oai pakrym-oai marked this pull request as ready for review April 25, 2026 04:00
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-review-feedback branch from 00c524b to cbd5761 Compare April 25, 2026 04:10
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-turn-realtime branch 2 times, most recently from 5728267 to 5d14bae Compare April 25, 2026 04:15
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-review-feedback branch from cbd5761 to 460ddfa Compare April 25, 2026 04:15
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-turn-realtime branch from 5d14bae to cc036aa Compare April 26, 2026 23:08
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-review-feedback branch 2 times, most recently from c4c9831 to e66cdb9 Compare April 26, 2026 23:15
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-turn-realtime branch from cc036aa to bd31008 Compare April 26, 2026 23:15
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-review-feedback branch from e66cdb9 to 862b529 Compare April 27, 2026 17:22
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-turn-realtime branch 2 times, most recently from a39db7c to 8b59896 Compare April 27, 2026 18:45
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-review-feedback branch 2 times, most recently from 1db7482 to a5c7757 Compare April 27, 2026 20:38
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-turn-realtime branch from 8b59896 to 13a8275 Compare April 27, 2026 20:38
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-review-feedback branch from a5c7757 to cf8dcc6 Compare April 27, 2026 21:01
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-turn-realtime branch from 13a8275 to e48222a Compare April 27, 2026 21:01
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-review-feedback branch from cf8dcc6 to f9608a3 Compare April 27, 2026 21:19
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-turn-realtime branch 2 times, most recently from 74eaf21 to 47b736e Compare April 27, 2026 21:31
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-review-feedback branch from f9608a3 to a01e530 Compare April 27, 2026 21:31
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-turn-realtime branch from 47b736e to ce5a9ce Compare April 27, 2026 22:05
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-review-feedback branch from a01e530 to a29cb5f Compare April 27, 2026 22:05
Base automatically changed from pakrym/appserver-errors-turn-realtime to main April 27, 2026 22:22
@pakrym-oai pakrym-oai force-pushed the pakrym/appserver-errors-review-feedback branch from a29cb5f to 7a79b46 Compare April 27, 2026 22:22
@pakrym-oai pakrym-oai merged commit c5a495c into main Apr 27, 2026
25 checks passed
@pakrym-oai pakrym-oai deleted the pakrym/appserver-errors-review-feedback branch April 27, 2026 23:36
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 27, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants