GitHub Copilot CLIが一般提供開始
GitHub Copilot CLIが有料購読者向けに一般提供開始。コマンドラインでAI支援によるコーディングが可能に。
キーポイント
GitHub Copilot CLIが一般提供開始、有料購読者向けに利用可能に
ターミナル内で自律的な開発エージェントとして機能、計画・実行・レビュー・記憶を一貫してサポート
複数の最新AIモデル(Anthropic、OpenAI、Google)から選択可能、モデル切り替えも柔軟
MCPサーバー、プラグイン、スキル、カスタムエージェントによる拡張性を提供
計画モード、オートパイロットモード、専門エージェントによる並列実行など高度な機能を搭載
影響分析・編集コメントを表示
影響分析
このリリースは、AI支援開発ツールが単なるコード補完から、ターミナル環境全体を自律的に管理する「エージェント型開発環境」へ進化したことを示す重要なマイルストーンです。開発者のワークフローを根本的に変革し、複雑なタスクの計画から実行までをAIが支援する新しい開発パラダイムを確立する可能性があります。
編集コメント
Copilotが単なる補完ツールから、開発プロセス全体を自律的に管理する「開発エージェント」へと進化した点が最大の注目点。ターミナルという開発の核心環境にAIが深く統合されることで、開発者の生産性革命が起きる可能性がある。
変更履歴に戻る ターミナルネイティブのコーディングエージェントであり、GitHub Copilot の力を直接コマンドラインに届ける GitHub Copilot CLI が、すべての有料 Copilot 加入者向けに一般提供を開始しました。
2025年9月にパブリックプレビューとしてローンチして以来、皆様からのフィードバックを基に数百の改善を行ってきました。Copilot CLI は、ターミナルアシスタントから、セッションを超えて計画、構築、レビュー、記憶を行う、完全なエージェント型開発環境へと成長しました。すべてターミナルを離れることなく行えます。
Copilot CLI を一般提供にふさわしいものにした、私たちの急速なアップデートのハイライトをいくつかご紹介します。
ターミナル内でのエージェント型開発
Copilot CLI は単なるチャットインターフェースではありません。これは、複雑なタスクを計画し、多段階のワークフローを実行し、ファイルを編集し、テストを実行し、作業が完了するまで反復処理を行う自律型コーディングエージェントです。すべてのアクションを承認する方法から、Copilot に完全自律で実行させる方法まで、どの程度制御を保持するかはあなたが選択します。
計画モード: Shift+Tab を押して計画モードに切り替えます。Copilot はあなたの要求を分析し、明確化のための質問を行い、コードを書く前に構造化された実装計画を構築します。計画をレビューして承認すると、Copilot がそれを実行する様子を見ることができます。
オートパイロットモード: Copilot に最初から最後まで処理を任せたいタスクでは、オートパイロットモードにより、Copilot は自律的に作業を行います。ツールを実行し、コマンドを走らせ、承認のために停止することなく反復処理を行います。
組み込みの専門エージェント: Copilot は適切な場合に自動的に専門エージェントに委任します(例:高速なコードベース分析のための Explore、ビルドとテストの実行のための Task、高精度な変更レビューのための Code Review、実装計画のための Plan)。複数のエージェントを並列で実行できます。
バックグラウンド委任: 任意のプロンプトの前に & を付けることで、Copilot にバックグラウンドで作業を続けさせ、あなたはターミナルでの作業に戻ることができます。
Copilot CLI を効果的に活用する方法については、ベストプラクティスガイドをご覧ください。
あなたのモデル、あなたの選択
Anthropic、OpenAI、Google の最新モデルから選択できます。選択肢には Claude Opus 4.6、Claude Sonnet 4.6、GPT-5.3-Codex、Gemini 3 Pro が含まれます。Claude Haiku 4.5 のような高速なモデルは、簡単なタスクに利用できます。セッションの途中で /model コマンドを使用してモデルを切り替えられます。
GPT-5 mini および GPT-4.1 は、追加のプレミアムリクエストコストなしで、あなたの Copilot サブスクリプションに含まれています。
MCP、プラグイン、スキルによる拡張性
Copilot CLI には GitHub の MCP サーバーが組み込まれており、あらゆるツールやサービスに接続するためのカスタム MCP サーバーをサポートしています。
プラグイン: /plugin install owner/repo コマンドで、GitHub リポジトリから直接コミュニティおよびカスタムプラグインをインストールできます。
エージェントスキル: マークダウンベースのスキルファイルを使用して、Copilot に専門的なワークフローを教えることができます。スキルは関連する場面で自動的に読み込まれ、Copilot コーディングエージェント、Copilot CLI、VS Code の間で動作します。スキルによる Copilot CLI のカスタマイズの詳細については、エージェントスキルに関するドキュメントをご確認ください。
カスタムエージェント: インタラクティブウィザードを通じて、または .agent.md ファイルを記述することで、専門的なエージェントを作成できます。
フック: 主要なライフサイクルポイントで動作を拡張します。preToolUse フックを使用して、ツールの使用前にカスタムポリシーチェックを実行できます。
レビュー、差分比較、元に戻す
元に戻す/巻き戻し: Esc–Esc を押すと、セッション内の任意の以前のスナップショットまでファイルの変更を巻き戻すことができます。
差分表示: 変更をコミットする前に、Copilot が生成した差分をレビューして編集します。
無限セッションとリポジトリメモリ
自動圧縮: 会話がコンテキストウィンドウの 95% に近づくと、Copilot はバックグラウンドで履歴を自動的に圧縮します。セッションは必要なだけ長く実行できます。
リポジトリメモリ: Copilot は、セッションを超えてあなたのコードベースについて学習した規約、パターン、設定を記憶し、将来の作業をより生産的にします。
クロスセッションメモリ: セッションを超えて、過去の作業、ファイル、プルリクエストについて質問できます。エージェント型メモリに関するドキュメントで詳細をご覧ください。
どこでもインストール
Copilot CLI は macOS、Linux、Windows で動作し、npm、Homebrew、WinGet、シェルインストールスクリプト、スタンドアローン実行ファイルを通じて利用可能です。Homebrew、WinGet、およびインストールスクリプトによるインストールは自動的に更新されます。Copilot CLI はデフォルトの GitHub Codespaces イメージにも含まれており、Dev Container Feature としても利用可能です。
詳細なインストール手順については、はじめにガイドをご覧ください。
洗練されたターミナル体験
パブリックプレビュー以降、私たちはターミナル体験をネイティブで洗練されたものにするために多大な投資を行ってきました:
Alt-screen モード: マウスによるテキスト選択、Page Up/Page Down スクロール、専用のフッターステータスバーを備えたフルスクリーンのターミナル UI。これは現在、/experimental コマンドで利用可能です。
テーマピッカー: /theme コマンドを使用して、組み込みのテーマ(GitHub Dark、GitHub Light、System)を選択するか、カスタムテーマをインポートします。
シェル統合: Copilot はあなたの $SHELL 環境変数を尊重し、既存のエイリアスや関数を認識します。
キーボードファーストナビゲーション: 完全な UNIX キーバインドサポート(Ctrl+A/E/W/U/K、Alt+矢印キー)、Ctrl+Z によるサスペンド/レジューム、? キーによるクイックヘルプオーバーレイ。
Ctrl+X, Ctrl+E: 長いプロンプトを作成するために、お好みのターミナルエディタを開きます。
アクセシビリティ: スクリーンリーダーモード、設定可能な推論の可視性、狭いターミナル用のレスポンシブレイアウト。
エンタープライズ対応
組織ポリシー: 管理者は Copilot ポリシー設定を通じてモデルの利用可否を制御できます。
ネットワークアクセス管理: GitHub のネットワークアクセス管理ガイドラインに従った、サブスクリプションごとの API エンドポイント。
プロキシサポート: HTTPS プロキシサポート。
認証: OAuth デバイスフロー、GitHub CLI トークンの再利用、CI/CD に適した GITHUB_ASKPASS サポート。
ポリシー施行のためのフック: preToolUse フックを使用して、組織のガバナンスルールを適用します。
はじめに
お好みの方法で Copilot CLI をインストールしてください。
構築を始めましょう。
Copilot CLI は Copilot Pro、Pro+、Business、Enterprise プランで利用可能です。Copilot Business および Enterprise 加入者の場合、管理者がポリシーページから Copilot CLI を有効にする必要があります。
Copilot CLI を最大限に活用するためのヒントについては、ベストプラクティスガイドをご確認ください。
さらに情報をお探しですか?
ドキュメントを読む
Copilot CLI について詳しく知る
プロダクトページをチェックする
公開リポジトリでの議論に参加する
原文を表示
Back to changelog GitHub Copilot CLI—the terminal-native coding agent that brings the power of GitHub Copilot directly to your command line—is now generally available for all paid Copilot subscribers.
Since launching in public preview in September 2025, we’ve shipped hundreds of improvements shaped by your feedback. Copilot CLI has grown from a terminal assistant into a full agentic development environment—one that plans, builds, reviews, and remembers across sessions, all without leaving the terminal.
Here are some highlights from our fast-paced updates that make Copilot CLI ready for general availability.
Agentic development in your terminal
Copilot CLI is more than a chat interface. It’s an autonomous coding agent that can plan complex tasks, execute multistep workflows, edit files, run tests, and iterate until the job is done. You choose how much control to keep, from approving every action to letting Copilot run fully autonomously.
Plan mode: Press Shift+Tab to switch to plan mode. Copilot analyzes your request, asks clarifying questions, and builds a structured implementation plan before writing any code. Review and approve the plan, then watch Copilot execute it.
Autopilot mode: For tasks you trust Copilot to handle end-to-end, autopilot mode lets Copilot work autonomously—executing tools, running commands, and iterating without stopping for approval.
Built-in specialized agents: Copilot automatically delegates to specialized agents when appropriate (e.g., Explore for fast codebase analysis, Task for running builds and tests, Code Review for high-signal change review, and Plan for implementation planning). Multiple agents can run in parallel.
Background delegation: Prefix any prompt with &
To learn more about working effectively with Copilot CLI, head to our best practices guide.
Your models, your choice
Choose from the latest models from Anthropic, OpenAI, and Google, including Claude Opus 4.6, Claude Sonnet 4.6, GPT-5.3-Codex, and Gemini 3 Pro. Faster models like Claude Haiku 4.5 are available for quick tasks. Switch models in the middle of a session with /model
GPT-5 mini and GPT-4.1 are included with your Copilot subscription at no additional premium request cost.
Extensible with MCP, plugins, and skills
Copilot CLI ships with GitHub’s MCP server built in and supports custom MCP servers for connecting to any tool or service.
Plugins: Install community and custom plugins directly from GitHub repositories with /plugin install owner/repo
Agent Skills: Teach Copilot specialized workflows with markdown-based skill files. Skills load automatically when relevant, work across Copilot coding agent, Copilot CLI, and VS Code. To learn more about customizing Copilot CLI with skills, check out our documentation on agent skills.
Custom agents: Create specialized agents through an interactive wizard or by writing .agent.md
Hooks: Extend behavior at key lifecycle points. preToolUse
Review, diff, and undo
Undo/rewind: Press Esc–Esc to rewind file changes to any previous snapshot in the session.
Infinite sessions and repository memory
Auto-compaction: When your conversation approaches 95% of the context window, Copilot automatically compresses history in the background. Sessions can run as long as you need.
Repository memory: Copilot remembers conventions, patterns, and preferences it learns about your codebase across sessions, making future work more productive.
Cross-session memory: Ask about past work, files, and pull requests across sessions. Learn more in our documentation about agentic memory.
Install everywhere
Copilot CLI runs on macOS, Linux, and Windows, and is available through npm, Homebrew, WinGet, a shell install script, and standalone executables. Homebrew, WinGet, and install script installations automatically update. Copilot CLI is also included in the default GitHub Codespaces image and available as a Dev Container Feature.
For detailed installation instructions, head to our getting started guide.
Polished terminal experience
Since public preview, we’ve invested heavily in making the terminal experience feel native and refined:
Alt-screen mode: A full-screen terminal UI with mouse text selection, Page Up/Page Down scrolling, and a dedicated footer status bar. This is currently available as an /experimental
Theme picker: Use /theme
Shell integration: Copilot respects your $SHELL
Keyboard-first navigation: Full UNIX keybinding support (Ctrl+A/E/W/U/K, Alt+arrows), suspend/resume with Ctrl+Z, and a quick help overlay with ?.
Ctrl+X, Ctrl+E: Open your preferred terminal editor for composing longer prompts.
Accessibility: Screen reader mode, configurable reasoning visibility, and responsive layout for narrow terminals.
Enterprise ready
Organization policies: Administrators can control model availability through Copilot policy settings.
Network access management: Per-subscription API endpoints in accordance with GitHub’s network access management guidelines.
Proxy support: HTTPS proxy support.
Authentication: OAuth device flow, GitHub CLI token reuse, and CI/CD-friendly GITHUB_ASKPASS
Hooks for policy enforcement: Use preToolUse
Getting started
Install Copilot CLI using your preferred method.
Start building.
Copilot CLI is available with Copilot Pro, Pro+, Business, and Enterprise plans. For Copilot Business and Enterprise subscribers, an administrator must enable Copilot CLI from the Policies page.
For tips on getting the most out of Copilot CLI, check out our best practices guide.
Looking for more information?
Read the documentation
Learn more about Copilot CLI
Check out our product page
Join the discussion in our public repository
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み