Skip to content

Show live per-agent progress during parallel runs#128

Merged
that-github-user merged 1 commit into
mainfrom
issue-57-live-progress
Mar 29, 2026
Merged

Show live per-agent progress during parallel runs#128
that-github-user merged 1 commit into
mainfrom
issue-57-live-progress

Conversation

@that-github-user

Copy link
Copy Markdown
Owner

Summary

  • Live status updates as agents complete during runs
  • TTY: per-agent line updates. Non-TTY: "N/M complete" counter
  • New progress.ts utility module
  • 11 new tests

Generated by thinktank Opus — 5/5 pass, all tied at Copeland 0.

Change type

  • New feature

Related issue

Closes #57

How to test

npm test  # 231 tests pass
thinktank run "task" -n 3  # see live progress as agents complete

Breaking changes

  • This PR introduces breaking changes

🤖 Generated with thinktank (Opus)

Display live status updates as agents complete. TTY mode: per-line
updates with carriage returns. Non-TTY: simple "N/M complete" counter.
Created progress.ts utility module. 11 new tests.

Generated by thinktank Opus (5 agents, ALL pass, perfect tie).

Closes #57

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@that-github-user that-github-user merged commit f13edc4 into main Mar 29, 2026
4 checks passed
@that-github-user that-github-user deleted the issue-57-live-progress branch March 29, 2026 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show live per-agent progress during parallel runs

1 participant