GitHub Copilot アプリが技術プレビュー版として利用可能に
GitHub は、開発者が既存の GitHub コンテキストから直接開始し、セッション単位で作業を隔離・管理しながらプルリクエストレビューを通じて変更を確定できる「GitHub Copilot アプリ」の技術プレビューを開始した。
キーポイント
GitHub ネイティブなデスクトップ体験
Issue、Pull Request、プロンプトなどの既存の GitHub アーティファクトを起点に、孤立したセッションで作業を開始できるネイティブアプリが提供される。
集中型セッションによる作業管理
各セッションに固有のブランチやファイル状態を持たせ、複数のタスクを並行して処理しながらも互いに干渉させない環境を提供し、反復作業の自動化も可能にする。
レビューからマージまでの一貫ワークフロー
計画と差分の確認、統合ターミナルでの検証、そして Agent Merge 機能による自動修正・マージまでを一つのプラットフォーム内で完結させる。
影響分析・編集コメントを表示
影響分析
この発表は、AI コーディングアシスタントの進化段階を示しており、単なるコード補完から、開発ワークフロー全体を管理・実行する自律型エージェントへの移行を加速させるものです。GitHub エコシステム内での一貫した体験を提供することで、開発者のコンテキスト切り替えコストを下げ、セキュリティと監査可能性を高める実用的なツールとして業界に大きな影響を与える可能性があります。
編集コメント
IDE 内での利用に慣れ親しんだ開発者にとって、外部のデスクトップアプリが GitHub のコンテキストを直接操作する形態は、ワークフローの再構築を促す重要な転換点と言えます。特に「Agent Merge」による自動修正機能の実装は、AI エージェントの自律性を高める上で注目すべき動きです。
GitHub Copilot アプリは現在、技術プレビュー版として利用可能です。これは GitHub ネイティブのデスクトップ体験であり、目の前の作業からエージェント開発を開始し、それを隔離して進行を制御し、プルリクエストレビューを通じて変更を確定させるためのものです。
🧭 GitHub のコンテキストから開始
あなたの作業はすでに GitHub に存在しています。セッションもこれらのアーティファクトから開始されます。
実際の作業からセッションを開きます。イシュー、プルリクエスト、プロンプト、または過去のセッションから始めましょう。
注意が必要なものを確認します。インボックスを使用して、接続されたリポジトリ全体でイシューやプルリクエストを検索できます。
コンテキストを携えて移動します。イシューの詳細、リポジトリの状態、レビューコメント、チェックはすべてセッションに接続されたままになります。
⚡ 集中したセッションで作業
各セッションには独自のスペース(ブランチ、ファイル、会話、タスク状態)があります。複数の作業が進行中であっても、作業は分離されたまま保たれます。
一時停止と再開が可能です。セッションを離れても、どこから離れたかと同じ場所に戻って継続できます。
プロジェクト間での作業が可能です。1 つのリポジトリ内でも、また複数のリポジトリにわたっても、別々のタスクを隔離して管理できます。
反復的な作業を自動化します。スキルやプロンプトを、トライアージ、依存関係の更新、リリースノート作成、クリーンアップ、または定期的なプルリクエストのためのワークフローに変換できます。
✅ 一元化されたステアリング、検証、およびリリース
コードの変更が行われただけでは作業は完了しません。変更がレビューされ、テストされ、マージ準備ができたら初めて完了となります。
計画と差分を確認します。何が変わったかを確認し、フィードバックを残して次の反復を導きます。
変更を検証します。統合ターミナルとブラウザからコマンドを実行し、プレビューを開いてテストしてください。
プルリクエストを開きます。チームがすでに使用しているレビュー、チェック、マージ要件と同じものを維持したまま、セッションからプルリクエストへ移動できます。
エージェントマージを使用してフォローアップを行います。レビューコメントへの対応や failing チェックの修正を行い、条件が満たされたら自動的にマージします。
🚀 始め方
GitHub Copilot Pro および Pro+ のサブスクライバーは、技術プレビューが拡大するにつれて早期アクセスに登録できます。
GitHub Copilot Business および Enterprise のサブスクライバーは、今週中に順次利用可能になることでアクセス権を得られます。組織または企業向けに利用が可能になったら、GitHub Copilot アプリのリポジトリから始められます。
また、GitHub Copilot アプリのドキュメントを読むことで、アプリのインストール方法や必要な設定の有効化、最初のセッションの開始方法を学ぶこともできます。
注記:Copilot Business または Enterprise プランで GitHub Copilot アプリの技術プレビューにアクセスするには、組織または企業の管理者がポリシー設定でプレビューを有効にし、Copilot CLI を有効にする必要があります。
この投稿「GitHub Copilot app is now available in technical preview」は、The GitHub Blog で最初に公開されました。
原文を表示
The GitHub Copilot app is now in technical preview. It’s a GitHub-native desktop experience to start agentic development from the work in front of you, keep it isolated, steer it as it goes, and land the change through pull request review.
吝 Start from GitHub context
Your work already lives in GitHub. Sessions start from those artifacts too.
Open a session from real work. Start from an issue, pull request, prompt, or previous session.
See what needs attention. Use your inbox to find issues and pull requests across connected repositories.
Bring the context with you. Issue details, repository state, review comments, and checks stay connected to the session.
⚡ Work in focused sessions
Each session has its own space: branch, files, conversation, and task state. Work stays separated, even when you have more than one thing in motion.
Pause and resume. Leave a session and come back to it where you left off.
Work across projects. Keep separate tasks isolated across one repository or many.
Automate repeatable work. Turn skills and prompts into workflows for triage, dependency updates, release notes, cleanup, or routine pull requests.
✅ Steer, validate, and ship in one place
The work is not finished when code changes. It is finished when the change is reviewed, tested, and ready to merge.
Review the plan and diff. See what changed, leave feedback, and guide the next iteration.
Validate the change. Run commands, open previews, and test from the integrated terminal and browser.
Open the pull request. Move from session to pull request with the same reviews, checks, and merge requirements your team already uses.
Use Agent Merge for follow-through. Let it address review comments, fix failing checks, and merge once your conditions are met.
Get started
GitHub Copilot Pro and Pro+ subscribers can sign up for early access as the technical preview expands.
GitHub Copilot Business and Enterprise subscribers will get access as availability rolls out through the week. Once available for your organization or enterprise, you can get started from the GitHub Copilot app repository.
You can also read the GitHub Copilot app documentation to learn how to install the app, enable the required settings, and start your first session.
Note: To access the GitHub Copilot app technical preview on a Copilot Business or Enterprise plan, your organization or enterprise admin must have previews enabled and the Copilot CLI enabled in policy settings.
The post GitHub Copilot app is now available in technical preview appeared first on The GitHub Blog.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み