CodeTracked since May 15, 2026
Add synchronous wait mode to `agent send` CLI
This change introduces `agent send --wait`, enabling scripts to send a prompt to an existing interactive agent session and synchronously capture the assistant’s next response from stdout. The new mode is additive: existing `agent send` behavior remains unchanged when `--wait` is omitted, which keeps backward compatibility while adding an automation-ready request/response path.
agent send--waitinteractive agent sessionstdout