Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Add filtering options to commit list (--limit, --since, --search) #178

Description

@AlephNotation

Feature request

vers commit list dumps all commits with no filtering. With 133+ commits, the output is a wall of UUIDs.

Suggestion

vers commit list --limit 10                    # most recent N
vers commit list --since 2026-04-07            # created after date
vers commit list --search "golden"             # filter by name substring
vers commit list -q                            # just commit IDs (for scripting)

Note: -q may already work (the README shows it), but --limit, --since, and --search would be the most impactful additions.

Impact

Agent workflows that manage commits programmatically need to find specific commits without downloading the full list every time.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions