Skip to content

Commit 832a008

Browse files
that-github-userunknownclaude
authored
Fix README: add --no-timeout, --output-format diff, thinktank init (#154)
Fixes found by thinktank ensemble (3/3 agents, 89% convergence): - Add missing --no-timeout flag to run command table - Update --output-format to include diff option - Add thinktank init command section - Remove duplicate init entry Co-authored-by: unknown <that-github-user@github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9620988 commit 832a008

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,15 @@ Run N parallel agents on a task.
143143
| `--threshold <number>` | Convergence clustering similarity threshold, 0.0–1.0 (default: 0.3) |
144144
| `--whitespace-insensitive` | Ignore whitespace in convergence comparison |
145145
| `--retry` | Re-run only failed/timed-out agents from the last run |
146-
| `--output-format <fmt>` | Output format: `text` (default) or `json` |
146+
| `--no-timeout` | Disable agent timeout entirely |
147+
| `--output-format <fmt>` | Output format: `text` (default), `json`, or `diff` |
147148
| `--no-color` | Disable colored output |
148149
| `--verbose` | Show detailed agent output |
149150

151+
### `thinktank init`
152+
153+
Set up thinktank in the current project — checks prerequisites and detects your test command.
154+
150155
### `thinktank apply`
151156

152157
Apply the recommended agent's changes to your working tree.

0 commit comments

Comments
 (0)