Skip to content

Add run history: list all past runs with thinktank list#111

Merged
that-github-user merged 1 commit into
mainfrom
issue-74-run-history
Mar 28, 2026
Merged

Add run history: list all past runs with thinktank list#111
that-github-user merged 1 commit into
mainfrom
issue-74-run-history

Conversation

@that-github-user

Copy link
Copy Markdown
Owner

Summary

  • thinktank list shows all past runs in a table (timestamp, agents, recommended, tests, convergence)
  • thinktank list N shows detailed results for run #N
  • Runs numbered sequentially by chronological order
  • 6 new tests for list functionality

Generated by thinktank Opus — 5 agents, all pass, 72% convergence. Run numbering fixed manually.

Change type

  • New feature

Related issue

Closes #74

How to test

npm test           # 131 tests pass
thinktank list     # shows run history table
thinktank list 5   # shows details for run #5

Breaking changes

  • thinktank list now shows history table instead of latest run details. Use thinktank list N for specific run.

🤖 Generated with thinktank (Opus) + manual fixes

thinktank list now shows all past runs in a table (timestamp, agents,
recommended, test pass rate, convergence). thinktank list N shows
detailed results for a specific run. Run numbers are sequential by
chronological order.

Generated by thinktank Opus (5 agents, all pass, 72% convergence).
Fixed run numbering manually (sequential vs filename-based).

Closes #74

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@that-github-user that-github-user merged commit b3441d0 into main Mar 28, 2026
4 checks passed
@that-github-user that-github-user deleted the issue-74-run-history branch March 28, 2026 23:12
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.

Run history: list and inspect previous runs, not just the latest

1 participant