Skip to content

Commit 441c656

Browse files
committed
chore: add changeset for profile timeline pagination
1 parent facde93 commit 441c656

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"agent-react-devtools": minor
3+
---
4+
5+
Pagination and sorting for `profile timeline`
6+
7+
Large profiling sessions no longer flood agent context with hundreds of commits:
8+
9+
- **Default limit of 20**: `profile timeline` returns at most 20 entries unless `--limit N` is specified.
10+
- **`--offset N` flag**: Skip the first N commits for pagination.
11+
- **`--sort duration`**: Sort commits by render duration (slowest first) instead of chronological order.
12+
- **Paginated header**: Output shows `Commit timeline (showing 1–20 of 87):` when paginated, or `Commit timeline (87 commits):` when all results fit on one page.

0 commit comments

Comments
 (0)