kilocode icon indicating copy to clipboard operation
kilocode copied to clipboard

CLI - Model list pagination, filtering and sorting

Open catrielmuller opened this issue 4 months ago • 2 comments

Context

Resolve: https://github.com/Kilo-Org/kilocode/issues/3743

Implementation

  • Added pagination (10 items per page) with navigation commands (next, prev, page)
  • Implemented sorting options (name, context, price, preferred)
  • Added filtering by capabilities (images, cache, reasoning, free)

Screenshots

image image image image image image

catrielmuller avatar Dec 01 '25 17:12 catrielmuller

🦋 Changeset detected

Latest commit: 78db59c239d9faf00187567c86372aa8ae65adef

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@kilocode/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Dec 01 '25 17:12 changeset-bot[bot]

Out of curiosity: Why can we not use the scrollable autocomplete box underneath the CommandInput for this?

RSO avatar Dec 02 '25 08:12 RSO

Out of curiosity: Why can we not use the scrollable autocomplete box underneath the CommandInput for this?

We use the autocomplete suggestions, to display the models on the selection and info, However you don't have a way there to search what model are free for example.

image

catrielmuller avatar Dec 02 '25 13:12 catrielmuller