add todo comment

This commit is contained in:
kevin zhao
2025-11-04 16:08:28 -08:00
parent c23b8912bd
commit 00cb2e20b4

View File

@@ -642,6 +642,7 @@ impl ChatWidget {
&mut self,
_ev: codex_core::protocol::UserCommandOutputDeltaEvent,
) {
// TODO: Handle streaming exec output if/when implemented
}
fn on_user_command_end(&mut self, ev: UserCommandEndEvent) {