I noticed that zed-industries/codex-acp uses terminal_output, while this one uses terminal_output_delta:
https://github.com/zed-industries/codex-acp/blob/863d433fc91855d0b5427372bf635c894bf68cb6/src/thread.rs#L2055-L2060
|
_meta: { |
|
terminal_output_delta: { |
|
data: event.delta, |
|
terminal_id: event.itemId |
|
} |
|
} |
I just wanted to ask if there are plans to unify this.
I noticed that zed-industries/codex-acp uses
terminal_output, while this one usesterminal_output_delta:https://github.com/zed-industries/codex-acp/blob/863d433fc91855d0b5427372bf635c894bf68cb6/src/thread.rs#L2055-L2060
codex-acp/src/CodexEventHandler.ts
Lines 319 to 324 in 6cc08d5
I just wanted to ask if there are plans to unify this.