doubleo7/deep_research/src
Austin Schaefer e1d6a20b3a Keep the writing-report spinner up until the stream's first chunk
Between sending the report prompt and the writer actually starting to
generate, the spinner was already dropped, so the terminal went blank
for however long that gap was. Thread the spinner into
write_text_stream instead and stop it right as the first chunk
arrives, covering the wait with the same "Writing report..." line
rather than clearing it early.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-17 13:21:23 +02:00
..
core.rs Keep the writing-report spinner up until the stream's first chunk 2026-08-17 13:21:23 +02:00
main.rs refactor: extract the streamed-text draining loop into its own module 2026-08-17 12:37:11 +02:00
progress.rs Keep the writing-report spinner up until the stream's first chunk 2026-08-17 13:21:23 +02:00
review.rs Add emoji indicators for each research phase on the progress spinner 2026-08-17 12:52:56 +02:00
stream.rs Keep the writing-report spinner up until the stream's first chunk 2026-08-17 13:21:23 +02:00
tools.rs Add emoji indicators for each research phase on the progress spinner 2026-08-17 12:52:56 +02:00