feat(cli): expose slash search in provider and model pickers - #601
Merged
Conversation
Contributor
Greptile SummaryThe PR exposes slash-search guidance in provider and model pickers and adds explicit slash-prefixed searching to the line-based fallback.
Confidence Score: 5/5The PR appears safe to merge. The previously reported numeric slash-search defect is fixed because slash-prefixed input is now handled and continued before numeric position parsing in both picker modes, and no blocking failure remains.
|
| Filename | Overview |
|---|---|
| exp/cli/shared/picker.py | Adds slash-prefixed and standalone-slash search handling before numeric position parsing in both line-based picker modes. |
| exp/cli/shared/picker_test.py | Covers slash-prefixed, standalone-slash, and numeric slash searches for single- and multi-select pickers. |
| exp/cli/shared/picker_view.py | Advertises the slash-search shortcut in keyboard picker hints. |
| exp/cli/shared/picker_view_test.py | Verifies that both keyboard picker variants display the slash-search hint. |
| exp/cli/providers/provider_picker_test.py | Verifies that the provider picker exposes the shared slash-search guidance. |
Reviews (2): Last reviewed commit: "fix(cli): keep numeric slash queries in ..." | Re-trigger Greptile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Verification: