Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,15 @@ Run N parallel agents on a task.
| `--threshold <number>` | Convergence clustering similarity threshold, 0.0–1.0 (default: 0.3) |
| `--whitespace-insensitive` | Ignore whitespace in convergence comparison |
| `--retry` | Re-run only failed/timed-out agents from the last run |
| `--output-format <fmt>` | Output format: `text` (default) or `json` |
| `--no-timeout` | Disable agent timeout entirely |
| `--output-format <fmt>` | Output format: `text` (default), `json`, or `diff` |
| `--no-color` | Disable colored output |
| `--verbose` | Show detailed agent output |

### `thinktank init`

Set up thinktank in the current project — checks prerequisites and detects your test command.

### `thinktank apply`

Apply the recommended agent's changes to your working tree.
Expand Down
Loading