Slack に GitHub Copilot のエージェント機能が公開
本文の状態
日本語全文を表示中
詳細モードで約4分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
GitHub Copilot Changelog
GitHub は Slack との統合により、@GitHub メンションでエージェントセッションを開始し、コード調査やプルリクエスト作成を可能にする新機能を公開プレビューとして提供した。
AI深層分析を開く2026年8月22日 01:21
AI深層分析
キーポイント
Slack 内でのエージェント機能の実装
GitHub Copilot CLI とアプリの機能を Slack に統合し、@GitHub をメンションすることでコード調査や課題解決を会話フロー内で実行可能にする。
専用チャネルによる協働作業
Slack Code という新しいタイプのチャンネルを作成し、チームメンバーが計画の追跡や差分の検証を行いながらエージェントと共同で作業できる環境を提供する。
非同期作業と継続的な制御
会議中や通勤中などでも Copilot が非同期で作業を続け、ユーザーは Slack からセッションを指示し、後で IDE やアプリ上で引き継ぐことが可能になる。
セキュリティとコンプライアンスの維持
エージェントによるプルリクエストには既存の GitHub 権限が適用され、管理者はマージ前の追加承認を必須として人間の関与を保証する仕組みを導入できる。
重要な引用
The GitHub integration in Slack now brings the agentic capabilities of GitHub Copilot CLI and the GitHub Copilot app into Slack in public preview.
Agent sessions in Slack are shared, so your team can collaborate on the work where the request began instead of one person working privately with an agent.
Issues and pull requests created from the conversation are attributed to the Copilot app identity, and actions remain bounded by existing GitHub permissions and controls.
編集コメントを表示
編集コメント
チャットベースの UI で AI エージェントを制御する「アジェンシー」の実装が、開発現場の日常業務に深く浸透しつつある。この統合は、ツール間の移動コストを下げつつ、チーム全体での AI 活用ノウハウの共有を促進する点で意義深い。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Slack における GitHub の統合により、GitHub Copilot CLI と GitHub Copilot アプリの「エージェント機能」がパブリックプレビューとして利用可能になりました。チームで作業を調整する会話の中で、@GitHub を使って変更の計画立案や問題調査、コーディングタスクの引き継ぎが行えます。また、Slack Code はエージェント専用チャンネルという新しい形式であり、GitHub はそのローンチパートナーの一つです。
Copilot を会話の流れに組み込むことで、チームは共有された意図を実行可能な成果物へと変換できます。
@GitHub でできること
ダイレクトメッセージやチャンネル、スレッドで @GitHub にメンションすると、エージェントセッションが開始されます。Copilot はその会話と許可された GitHub の文脈を活用して、以下のような作業を行います。
- コードや GitHub 上の活動に関する質問に回答する
- バグレポートの選別、既存イシューの更新、新規イシューの作成とラベル付け
- 失敗の原因調査、変更の実装、安全なクラウドサンドボックス内での検証
- プルリクエストの作成と、レビュー用の会話リンクの提供
GitHub Copilot は、あなたが会議中や移動中、あるいは別の作業に集中している間も非同期で活動を続けます。作業中は Slack からセッションを指示し、プルリクエストが完成したらターミナル、GitHub Copilot アプリ、または IDE で続きを進めることができます。
Slack Code と GitHub Copilot
GitHub Copilot はまた、元の会話にノイズを加えずにタスクに集中できる専用のコードチャンネルも作成できます。
コードチャンネルでは、チームは計画の進行を追跡し、差分を確認し、HTML アーティファクトなどの出力プレビューを検証しながら Copilot と連携して反復作業を進めることができます。誰しもが元のスレッドからチャンネルに参加し、コンテキストを追加したりアプローチを方向転換したり、セッションを停止したりすることが可能です。
マルチプレイヤーの強み
Slack 上のエージェント・セッションは共有されるため、チームはリクエストが発生した場所で共同作業を行い、個人がエージェントと非公開で作業する従来の形から脱却できます。
オープンな環境での作業は、効果的なエージェントワークフローを習得しやすくします。開発者は同僚がどのようにエージェントにプロンプトを入力するかを目撃し、互いに学び合うことができます。会話から生成された課題やプルリクエストは Copilot アプリのアイデンティティとして記録され、アクションは既存の GitHub の権限と制御範囲内に留まります。
利用開始方法
公開プレビューは、GitHub Copilot Business および Enterprise プランを利用する組織向けに提供されています。使用量は既存の Copilot 利用枠からカウントされ、既存の Copilot クラウドエージェント予算で管理可能です。
利用を開始するには:
- 管理者が組織に対して Copilot クラウドエージェントポリシーを有効化していることを確認してください。
- Slack 用の GitHub アプリをインストールするか、バージョンアップしてください。
- GitHub アカウントと連携し、会話内で @GitHub とメンションしてください。
リポジトリ管理者は、Copilot アプリのアイデンティティに紐づくプルリクエストがマージされる前に、追加の承認を必須とすることができます。この追加承認機能により、エージェントが作成したコードが本番環境へリリースされる前に必ず人間による確認が行われるため、チームのスピード感を損なうことなくコンプライアンス管理を維持できます。
設定の詳細や対応するワークフローについては、「Slack で Copilot コーディングエージェントを使用する方法」をご覧ください。
この記事は「The GitHub Blog」で最初に公開されました。
原文を表示
The GitHub integration in Slack now brings the agentic capabilities of GitHub Copilot CLI and the GitHub Copilot app into Slack in public preview. You can work with @GitHub to plan changes, investigate problems, and hand off coding tasks from the conversations where your team coordinates work. GitHub is also a launch partner for Slack Code, a new type of channel designed for agents.
Bringing Copilot into the flow of conversation helps your team turn shared intent into shippable work.
What you can now do with @GitHub
Mention @GitHub in a direct message, channel, or thread to start an agent session. Copilot can use the conversation and permitted GitHub context to:
Answer questions about your code and GitHub activity.
Triage bug reports, update existing issues, or create and label new issues.
Investigate failures, implement changes, and validate its work in a secure cloud sandbox.
Open a pull request and provide a link to the conversation for review.
GitHub Copilot continues working asynchronously while you’re in a meeting, commuting, or focused on something else. You can direct the session from Slack as it works, then continue from the pull request in your terminal, the GitHub Copilot app, or your IDE.
Slack Code and GitHub Copilot
GitHub Copilot can also create a dedicated code channel that keeps the task focused without adding noise to the original conversation.
Inside the code channel, your team can follow the plan, inspect the diffs, review output previews like HTML artifacts, and iterate with Copilot. Anyone can join the channel from the original thread, add context, redirect the approach, or stop the session.
The power of multiplayer
Agent sessions in Slack are shared, so your team can collaborate on the work where the request began instead of one person working privately with an agent.
Working in the open also makes effective agent workflows easier to learn. Developers can see how their teammates prompt the agent and learn from each other. Issues and pull requests created from the conversation are attributed to the Copilot app identity, and actions remain bounded by existing GitHub permissions and controls.
Availability and getting started
The public preview is available to organizations on GitHub Copilot Business and GitHub Copilot Enterprise plans. Usage counts against your existing Copilot entitlements and can be managed with existing Copilot cloud agent budgets.
To get started:
Make sure an administrator has enabled the Copilot cloud agent policy for your organization.
Install or upgrade the GitHub app for Slack.
Link your GitHub account and mention @GitHub in a conversation.
Repository administrators can require an additional approval for any pull request attributed to the Copilot app identity before it can merge. Requiring an additional approval keeps a human in the loop before agent-authored work ships. Your team moves fast without losing compliance oversight.
For setup details and supported workflows, see how to use Copilot coding agent with Slack.
The post The new GitHub Copilot experience in Slack appeared first on The GitHub Blog.
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み