core-agent-ide/codex-rs/app-server/src
Ahmed Ibrahim 3431f01776
Add realtime transcript notification in v2 (#15344)
- emit a typed `thread/realtime/transcriptUpdated` notification from
live realtime transcript deltas
- expose that notification as flat `threadId`, `role`, and `text` fields
instead of a nested transcript array
- continue forwarding raw `handoff_request` items on
`thread/realtime/itemAdded`, including the accumulated
`active_transcript`
- update app-server docs, tests, and generated protocol schema artifacts
to match the delta-based payloads

---------

Co-authored-by: Codex <noreply@openai.com>
2026-03-20 15:30:48 -07:00
..
bin Stabilize app-server notify initialize test (#13939) 2026-03-09 23:41:58 -07:00
codex_message_processor [plugins] Install MCPs when calling plugin/install (#15195) 2026-03-19 19:36:58 -07:00
message_processor feat(tracing): tag app-server turn spans with turn_id (#15206) 2026-03-19 13:07:19 -07:00
app_server_tracing.rs feat(tracing): tag app-server turn spans with turn_id (#15206) 2026-03-19 13:07:19 -07:00
bespoke_event_handling.rs Add realtime transcript notification in v2 (#15344) 2026-03-20 15:30:48 -07:00
codex_message_processor.rs feat: change multi-agent to use path-like system instead of uuids (#15313) 2026-03-20 18:23:48 +00:00
command_exec.rs core: add a full-buffer exec capture policy (#15254) 2026-03-20 02:38:12 +00:00
config_api.rs Use workspace requirements for guardian prompt override (#14727) 2026-03-17 22:05:41 -07:00
dynamic_tools.rs app-server: Replay pending item requests on thread/resume (#12560) 2026-02-27 12:45:59 -08:00
error_code.rs Enforce user input length cap (#12823) 2026-02-25 22:23:51 -08:00
external_agent_config_api.rs Support external agent config detect and import (#12660) 2026-02-25 02:11:51 -08:00
filters.rs feat: change multi-agent to use path-like system instead of uuids (#15313) 2026-03-20 18:23:48 +00:00
fs_api.rs Refactor ExecServer filesystem split between local and remote (#15232) 2026-03-19 17:08:04 -07:00
fuzzy_file_search.rs Simple directory mentions (#14970) 2026-03-19 05:24:09 +00:00
in_process.rs Revert "fix: harden plugin feature gating" (#15102) 2026-03-18 15:19:29 -07:00
lib.rs feat: support product-scoped plugins. (#15041) 2026-03-19 00:46:15 -07:00
main.rs feat: support product-scoped plugins. (#15041) 2026-03-19 00:46:15 -07:00
message_processor.rs Add temporary app-server originator fallback for codex-tui (#15218) 2026-03-20 10:51:21 -06:00
models.rs Add model availability NUX metadata (#12972) 2026-02-26 22:02:57 -08:00
outgoing_message.rs feat(tracing): tag app-server turn spans with turn_id (#15206) 2026-03-19 13:07:19 -07:00
server_request_error.rs app-server: Replay pending item requests on thread/resume (#12560) 2026-02-27 12:45:59 -08:00
thread_state.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
thread_status.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
transport.rs app-server: reject websocket requests with Origin headers (#14995) 2026-03-18 00:24:53 +00:00