You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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