mirror of
https://github.com/openai/codex.git
synced 2026-04-27 08:05:51 +00:00
Adds new events for streaming apply_patch changes from responses api. This is to enable clients to show progress during file writes. Caveat: This does not work with apply_patch in function call mode, since that required adding streaming json parsing.