Examples · Bug fix
Comment and subtask counts, put back on one line, then made useful
Stopped the counts from wrapping onto their own line and made them clickable, so clicking one jumps straight to its section.
- $21.75
- Cost, start to finish
- 2h 33m
- Lead time, filed to merged
- 7
- Files changed in the merge
Measured from this task's real merge.
- Cost
- $21.75
- Turns
- 405
- Lead time
- 2h 33m
- Merged
- Aug 6, 2026
- Diff
- 7 files · +201 -19
A long task title pushed its comment and subtask counts onto a second line, on both the task list and the task detail header. The counts were also plain text: seeing there were three comments told you nothing about how to get to them.
What was asked for
Comments and Sub tasks icons should be on the same line as the title
Filed from the web app, no CLI or git required (react, css).
What the herd did
- plan
- code
- review
- merge
- verify
- done
- plan
- Looked at the title block on both the list row and the detail header, since the wrap happened in two components that needed the same fix.
- code
- Reworked the title block's layout so the counts stay on the title's line at any width, then wired each count to scroll to and open its own section.
- review
- Checked the new layout against both call sites and against a title long enough to force the old wrap.
- merge
- Landed as a seven-file change: the shared title block, both pages that use it, and their tests.
- verify
- Confirmed the counts stay inline at narrow widths and that clicking one opens the comments or subtasks section.
- done
- $21.75 and 153 minutes from filed to merged.
What it changed
The merge touched 7 files (+201 −19). Among them:
app/src/components/TaskTitleBlock.tsxapp/src/pages/TaskDetail.tsxapp/src/pages/Tasks.tsxapp/src/styles.css
What it cost
$21.75 in model spend, 405 agent turns, and 2h 33m from filed to merged. See what a month of work like this would cost your own team on our cost calculator.
A layout bug report is worth reading twice: the real fix here also made the counts clickable.

Got something like this to ship?
Tell us what you're building. We'll set your workspace up and you can file it today.