Add search/filter support to plugin marketplace browse command
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Shell
- Sterne
- 11.2k
- Forks
- 1.9k
- Ø Merge
- 14 Std. 16 Min.
- Gemergte PRs (30 T.)
- 6
Beschreibung
Describe the feature or problem you'd like to solve
When running copilot plugin marketplace browse , the output is a long flat list with no way to search or filter. This makes it hard to discover relevant plugins as marketplaces grow
Proposed solution
Add an interactive search input to the plugin marketplace browse command — similar to how Claude Code's plugin browser works — that lets users type to filter results in real time. Alternatively, support a --search flag:
copilot plugin marketplace browse awesome-copilot --search "sql"
Example prompts or workflows
- User runs /plugin marketplace browse awesome-copilot and types "github" to filter matching plugins
- User runs copilot plugin marketplace browse copilot-plugins --search "lsp" to find LSP-related plugins
- User presses / inside the browse output to enter search mode (fuzzy search)
Additional context
The current UX requires piping to grep as a workaround, which is not discoverable or user-friendly. Claude Code's marketplace UI is a good reference for the interactive search experience.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne beim CLI-Einstiegspunkt plugin marketplace browse <name> und vergleiche dessen aktuelle Ausgabe als flache Liste mit den im Issue beschriebenen Such-Workflows. Entscheide, ob das abgeschlossene Verhalten eine interaktive Suche, ein --search-Flag oder beides sein sollte, und überprüfe anschließend die Filterung anhand der Beispiele awesome-copilot und copilot-plugins sowie Suchen wie sql, github und lsp.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- shell
- Bereich
- cli
- Issue-Typ
- Feature
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Aktiv
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 35/100