CLI - Model list pagination, filtering and sorting
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
🦋 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
Out of curiosity: Why can we not use the scrollable autocomplete box underneath the CommandInput for this?
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.