github / github/copilot-cli

Add search/filter support to plugin marketplace browse command

オープン
#4,523 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

area:plugins
主要言語
Shell
スター
11.2k
フォーク
1.9k
平均マージ
14時間 16分
マージ済み PR(30日)
6

説明

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
  1. User runs  /plugin marketplace browse awesome-copilot  and types "github" to filter matching plugins
  2. User runs  copilot plugin marketplace browse copilot-plugins --search "lsp"  to find LSP-related plugins
  3. 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.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

CLI エントリポイント plugin marketplace browse <name> から開始し、現在のフラットリスト形式の出力を、issue で説明されている検索ワークフローと比較します。完成時の動作をインタラクティブ検索、--search フラグ、またはその両方のどれにするべきかを判断し、その後、awesome-copilotcopilot-plugins の例、および sqlgithublsp などの検索でフィルタリングを検証します。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
shell
領域
cli
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
活発
明瞭さ
説明が足りない
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。