AltimateAI / AltimateAI/altimate-code

feat: add --page convenience option for trace list CLI

Open
#669 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
811
Forks
134
Avg merge
3d 2h
Merged PRs (30d)
50

Description

Found during v0.5.20 release review. Deferred because: new feature, not a fix.

The pagination UX requires users to manually calculate offsets: `--offset 20 --limit 20`, then `--offset 40 --limit 20`. A `--page N` option (where page 2 = offset 20 with default limit 20) would be more natural for the target audience. The footer already prints the exact next command, which mitigates this.

Flagged by: End User.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.