Austin Schaefer schaefera
  • Joined on 2026-07-23
schaefera pushed to worktree-deep-research-max-turns-report at schaefera/doubleo7 2026-08-18 09:43:18 +00:00
e446046744 Add unit tests for the decomposed max-turns recovery helpers
schaefera pushed to worktree-deep-research-max-turns-report at schaefera/doubleo7 2026-08-18 09:30:48 +00:00
3ddc48fe18 Flatten partial_findings_from_history's nested for/match/if-let pyramid
schaefera created branch worktree-deep-research-max-turns-report in schaefera/doubleo7 2026-08-18 09:27:01 +00:00
schaefera pushed to worktree-deep-research-max-turns-report at schaefera/doubleo7 2026-08-18 09:27:01 +00:00
187d327144 Write a partial report instead of erroring out when research hits max turns
schaefera pushed to master at schaefera/doubleo7 2026-08-17 11:26:01 +00:00
351cc79e57 Merge pull request 'Cover the pre-stream gap with the writing-report spinner' (#7) from worktree-progress-emoji into master
e1d6a20b3a Keep the writing-report spinner up until the stream's first chunk
Compare 2 commits »
schaefera merged pull request schaefera/doubleo7#7 2026-08-17 11:26:00 +00:00
Cover the pre-stream gap with the writing-report spinner
schaefera pushed to worktree-progress-emoji at schaefera/doubleo7 2026-08-17 11:21:34 +00:00
e1d6a20b3a Keep the writing-report spinner up until the stream's first chunk
34c699df0f Merge pull request 'Embellish progress spinner with per-activity emojis' (#6) from worktree-progress-emoji into master
Compare 2 commits »
schaefera pushed to master at schaefera/doubleo7 2026-08-17 10:58:16 +00:00
34c699df0f Merge pull request 'Embellish progress spinner with per-activity emojis' (#6) from worktree-progress-emoji into master
5c50f75a8a Add emoji indicators for each research phase on the progress spinner
Compare 2 commits »
schaefera merged pull request schaefera/doubleo7#6 2026-08-17 10:58:14 +00:00
Embellish progress spinner with per-activity emojis
schaefera created branch worktree-progress-emoji in schaefera/doubleo7 2026-08-17 10:53:07 +00:00
schaefera pushed to worktree-progress-emoji at schaefera/doubleo7 2026-08-17 10:53:07 +00:00
5c50f75a8a Add emoji indicators for each research phase on the progress spinner
schaefera merged pull request schaefera/doubleo7#5 2026-08-17 10:48:53 +00:00
Stream the report to the terminal as the writer generates it
schaefera pushed to master at schaefera/doubleo7 2026-08-17 10:48:53 +00:00
0ce51a5f4e Merge pull request 'Stream the report to the terminal as the writer generates it' (#5) from worktree-deep-research-streaming into master
f53fcbd937 refactor: extract the streamed-text draining loop into its own module
b12f156a1b simplify: match the streamed Text item without destructuring its fields
4f32dd83d6 perf: lock stdout once for the whole report stream, not per chunk
469b7cf8c6 simplify: use print! + flush for streamed chunks, not an explicit stdout lock
Compare 6 commits »
schaefera pushed to worktree-deep-research-streaming at schaefera/doubleo7 2026-08-17 10:37:14 +00:00
f53fcbd937 refactor: extract the streamed-text draining loop into its own module
schaefera pushed to worktree-deep-research-streaming at schaefera/doubleo7 2026-08-17 10:30:25 +00:00
b12f156a1b simplify: match the streamed Text item without destructuring its fields
schaefera pushed to worktree-deep-research-streaming at schaefera/doubleo7 2026-08-17 10:20:39 +00:00
4f32dd83d6 perf: lock stdout once for the whole report stream, not per chunk
schaefera pushed to worktree-deep-research-streaming at schaefera/doubleo7 2026-08-17 10:19:12 +00:00
469b7cf8c6 simplify: use print! + flush for streamed chunks, not an explicit stdout lock
schaefera created branch worktree-deep-research-streaming in schaefera/doubleo7 2026-08-17 10:17:37 +00:00
schaefera pushed to worktree-deep-research-streaming at schaefera/doubleo7 2026-08-17 10:17:37 +00:00
55f4f7eeb3 feat: stream the report to the terminal as the writer generates it