Summary
Add a WhatsApp command that temporarily streams live session output back into the chat for a short window, for example 5 or 10 seconds.
Problem
Right now the relay is good for final replies and short status updates, but there is no lightweight way to watch a run live from WhatsApp when you want to see progress as it happens.
Desired behavior
- Add a command to start a temporary stream of output from the current session into WhatsApp.
- The stream should be time-bounded, for example 5 seconds or 10 seconds.
- It should work on the active project session, and ideally be targetable to another project later if needed.
- It should stop automatically when the time window ends.
- It should avoid flooding WhatsApp with too much output.
Possible UX
/stream 5s
/stream 10s
/stream off
Notes
The main use case is quickly peeking at what Codex is doing without fully switching context or waiting for the final reply.
Summary
Add a WhatsApp command that temporarily streams live session output back into the chat for a short window, for example 5 or 10 seconds.
Problem
Right now the relay is good for final replies and short status updates, but there is no lightweight way to watch a run live from WhatsApp when you want to see progress as it happens.
Desired behavior
Possible UX
/stream 5s/stream 10s/stream offNotes
The main use case is quickly peeking at what Codex is doing without fully switching context or waiting for the final reply.