Copilot CLI:新ターミナルインターフェースが一般提供開始
GitHub Copilot CLI が、Microsoft Build 2026 で公開された新デザインのターミナルインターフェースを一般提供開始した。これにより、ターミナル内でタブ形式で GitHub のイシューやプルリクエストを閲覧・操作できるようになり、ツール設定の体験も改善された。
Microsoft Build 2026 でプレビューした GitHub Copilot CLI の再設計されたターミナルインターフェースが、一般利用可能になりました。ターミナルから直接 GitHub を操作するためのタブレイアウト、ツール設定のための新しい体験、そして全体を通じてより洗練されアクセスしやすいインターフェースが提供されます。
タブでイシュー、プルリクエスト、および gists を閲覧
インタラクティブな Copilot CLI セッションには、画面の上部にタブが表示されるようになりました。Tab キーを押すことで、デフォルトの Session タブと個人用 gists 用の Gists タブ間を移動できます。GitHub リポジトリ内で CLI を実行すると、そのリポジトリ専用の Issues タブと Pull requests タブも利用可能になります。
これにより、ターミナルから離れることなく、関心のある作業内容を探すことができます。イシューまたはプルリクエストをハイライトして c キーを押すと、その参照がプロンプトに挿入され、Copilot に調査、修正、コメント付け、またはレビューを依頼できます。o キーを押せば、ハイライトされたアイテムをブラウザで GitHub 上で開くことができ、Issues または Pull requests タブで / キーを押すことで、独自のクエリを使って GitHub を検索することも可能です。
マウスでタブをクリックして切り替えることもできます。設定画面からは、タブバーの順序変更、非表示化、あるいはタブバー自体を完全に無効化することもできます。
詳細については、イシュー、プルリクエスト、および gists の閲覧に関するドキュメントをご覧ください。
ターミナルから離れることなくツールを設定
Copilot CLI を拡張するためのツール設定は、今やセッション内でガイド付きの体験となりました。設定ファイルを手動編集する必要はありません。
MCP サーバー:/mcp add コマンドを実行して対話形式のフォームを入力するか、/mcp search コマンドで GitHub MCP Registry (GitHub MCP レジストリ) を閲覧し、サーバーを直接インストールできます。新しいサーバーは CLI の再起動なしですぐに利用可能です。
スキル:/skills コマンドを実行して、矢印キーとスペースバーで個々のスキルをオンまたはオフに切り替えます。
プラグイン:/plugin コマンドを使用して、マーケットプレイス、リポジトリ、またはローカルパスからプラグインを検索・インストールできます。
設定:/settings ダイアログを開いて、設定をその場で表示および変更できます。
詳細については、Copilot CLI のカスタマイズ方法に関するドキュメントをご覧ください。
より洗練され、アクセスしやすいインターフェース
新しいインターフェースは、テーマ対応のセマンティックカラーと、必要な情報が切り捨てられることなく狭いターミナルに適応するレスポンシブコンポーネントを採用しています。以下のようなことが可能です:
/theme コマンドで、デフォルト、ディム (dim)、ハイコントラスト、色覚多様性対応など、ターミナルに合わせ目の疲れを軽減するためのカラーモードを選択できます。
スクリーンリーダーのサポートを利用できます。スクリーンリーダーが検出されると自動的に有効化され、ラベル付きアイコンと自己無効化するアニメーションを提供します。
更新とフィードバックの共有
terminal で copilot update を実行して GitHub Copilot CLI を更新してください。皆様のご意見をお聞かせください。CLI セッション内で /feedback コマンドを使用してフィードバックを共有するか、公開リポジトリでイシューを開いてください。
The post Copilot CLI: New terminal interface is generally available appeared first on The GitHub Blog.
Copilot CLI の新しいターミナルインターフェースが一般利用可能になりました。
この新機能により、開発者はターミナルから直接 GitHub Copilot を操作できるようになり、コードの生成や修正、リファクタリングをよりスムーズに行えるようになります。従来のコマンドラインツールとの統合も強化され、ワークフローへの組み込みが容易になっています。
詳細は The GitHub Blog の投稿をご覧ください。
原文を表示
The redesigned terminal interface for GitHub Copilot CLI that we previewed at Microsoft Build 2026 is now generally available. You get a tabbed layout for working with GitHub directly from your terminal, a new experience for configuring your tools, and a cleaner, more accessible interface throughout.
Browse issues, pull requests, and gists in tabs
An interactive Copilot CLI session now has tabs at the top of the screen. Press Tab to move between the default Session tab and a Gists tab for your personal gists. When you run the CLI inside a GitHub repository, you also get Issues and Pull requests tabs for that repository.
This lets you find the work you care about without leaving the terminal. Highlight an issue or pull request and press c to drop a reference to it into your prompt, then ask Copilot to investigate, fix, comment on, or review it. Press o to open the highlighted item on GitHub in your browser, or press / on the Issues or Pull requests tab to search GitHub with your own query.
You can also click a tab with your mouse to switch to it. From your settings, you can reorder, hide, or turn off the tab bar entirely.
For more information, check out our docs about browsing issues, pull requests, and gists.
Configure your tools without leaving the terminal
Setting up the tools that extend Copilot CLI is now a guided, in-session experience. There’s no need to hand-edit configuration files.
MCP servers: Run /mcp add to fill out an interactive form or /mcp search to browse the GitHub MCP Registry and install a server directly. New servers are available immediately, without restarting the CLI.
Skills: Run /skills to toggle individual skills on or off with the arrow keys and the space bar.
Plugins: Browse and install plugins from a marketplace, a repository, or a local path with the /plugin command.
Settings: Open the /settings dialog to view and change your configuration inline.
For more information, check out our docs about how to customize Copilot CLI.
A cleaner, more accessible interface
The new interface uses theme-aware semantic colors and responsive components that adapt to narrow terminals without truncating what you need to read. You can:
Pick a color mode—such as default, dim, high-contrast, or colorblind with the /theme command to match your terminal and adjust for your eyes.
Rely on screen reader support that automatically turns on when a screen reader is detected, with labeled icons and animations that disable themselves.
Update and share feedback
Update GitHub Copilot CLI by running copilot update in your terminal. We’d love to hear what you think. Share feedback with the /feedback command in a CLI session or open an issue in our public repository.
The post Copilot CLI: New terminal interface is generally available appeared first on The GitHub Blog.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み