core-agent-ide/codex-rs/app-server/src
Owen Lin caf2749d5b
[app-server] feat: add turn/diff/updated event (#7279)
This is the V2 version of `EventMsg::TurnDiff`.

I decided to expose this as a `turn/*` notification as opposed to an
Item to make it more explicit that the diff is accumulated throughout a
turn (every `apply_patch` call updates the running diff). Also, I don't
think it's worth persisting this diff as an Item because it can always
be recomputed from the actual `FileChange` Items.
2025-11-25 16:21:08 +00:00
..
bespoke_event_handling.rs [app-server] feat: add turn/diff/updated event (#7279) 2025-11-25 16:21:08 +00:00
codex_message_processor.rs [app-server] feat: add thread_id and turn_id to item and error notifications (#7124) 2025-11-25 08:05:47 -08:00
config_api.rs feat[app-serve]: config management (#7241) 2025-11-25 09:29:38 +00:00
error_code.rs fix: separate codex mcp into codex mcp-server and codex app-server (#4471) 2025-09-30 07:06:18 +00:00
fuzzy_file_search.rs nit: app server (#6830) 2025-11-18 16:34:13 +00:00
lib.rs feat[app-serve]: config management (#7241) 2025-11-25 09:29:38 +00:00
main.rs fix: separate codex mcp into codex mcp-server and codex app-server (#4471) 2025-09-30 07:06:18 +00:00
message_processor.rs feat[app-serve]: config management (#7241) 2025-11-25 09:29:38 +00:00
models.rs feat: support models with single reasoning effort (#6300) 2025-11-05 23:06:45 -08:00
outgoing_message.rs storing credits (#6858) 2025-11-19 10:49:35 -08:00