| agent-react-devtools | minor |
|---|
Pagination and sorting for profile timeline
Large profiling sessions no longer flood agent context with hundreds of commits:
- Default limit of 20:
profile timelinereturns at most 20 entries unless--limit Nis specified. --offset Nflag: Skip the first N commits for pagination.--sort duration: Sort commits by render duration (slowest first) instead of chronological order.- Paginated header: Output shows
Commit timeline (showing 1–20 of 87):when paginated, orCommit timeline (87 commits):when all results fit on one page.