Bug β ag run Streaming Never Shows Response
Priority: P1 (core UX β user sees nothing after waiting)
Component: CLI (ag run)
What
ag run "What is 3+3? Reply with one word." creates a session, starts streaming, but never displays the answer in the terminal. The CLI output stops at:
π ag run: What is 3+3? Reply with one word.
β
Session: run-what-is-3-3--reply-w (ba17e907)
π Dashboard: http://127.0.0.1:9100
π‘ Streaming session output (Ctrl+C to stop)...
No further output. The session completes successfully on the server (transcript shows answer "6"), but the CLI never renders it.
Reproduction
ag run "What is 3+3? Reply with one word."
Expected
Answer "6" should appear below the streaming line.
Actual
Terminal hangs indefinitely. User must Ctrl+C and check the dashboard or API for the answer.
Evidence
- Server transcript:
Answer: 6 (confirmed via /v1/sessions/:id/transcript)
- Session status:
idle (completed)
- CLI: no output after "π‘ Streaming session output..."
Environment
- ag v0.6.7-preview.1
- Node v22.22.1
- Ubuntu, bash
Filed by Hermes π β dogfooding session
Bug β ag run Streaming Never Shows Response
Priority: P1 (core UX β user sees nothing after waiting)
Component: CLI (
ag run)What
ag run "What is 3+3? Reply with one word."creates a session, starts streaming, but never displays the answer in the terminal. The CLI output stops at:No further output. The session completes successfully on the server (transcript shows answer "6"), but the CLI never renders it.
Reproduction
ag run "What is 3+3? Reply with one word."Expected
Answer "6" should appear below the streaming line.
Actual
Terminal hangs indefinitely. User must Ctrl+C and check the dashboard or API for the answer.
Evidence
Answer: 6(confirmed via/v1/sessions/:id/transcript)idle(completed)Environment
Filed by Hermes π β dogfooding session