以下の内容はhttps://blog.beachside.dev/entry/2026/03/13/120000より取得しました。


月刊 GitHub アップデート: 2026年2月号

早いものでもう3月中盤にさしかかるところですが、2月の GitHub の更新情報まとめです。

2月の個人的ハイライトは、Third party の Coding agent である Claude と Codex の利用が解禁されたことでしょうか。 ただ、有効化するには、GHEC 利用の場合、Enterprise レベルでの設定の有効化はもちろんですが、repo がある org ごと、または個人の Settings で、Third party の coding agent の有効化が必要。設定個所は、そのアップデート情報の部分で書いてます。

全般

GitHub Issues でコメントをピンどめできるように (2026-02-05)

Pinned comments on GitHub Issues - GitHub Changelog

  • Issue のコメントを Pin することで、 issue の description のすぐしたに Pin したコメントがひょうじされるように。

GitHub Apps で Enterprise team の管理が可能に (2026-02-09)

GitHub Apps can now utilize public preview Enterprise Teams APIs via fine-grained permissions - GitHub Changelog

  • Enterprise level に install した GitHub Apps で Enterprsie team の管理が可能に。
  • 以前は PAT (classic) が必要だったが不要に。

Pull request の無効化や作成の制限が可能に (2026-02-13)

New repository settings for configuring pull request access - GitHub Changelog

  • Pull requests の無効化 (タブが非表示になる) や、Pull request の作成を Collaborators のみ (Witer 以上の権限のアカウント) に制限可能に。
  • repo の Settings → General → Features セクション内の Pull requests より。

profile name の表示有無の設定が Enterprise level でも可能に (2026-02-13)

  • 以前は Organization の settings でのみ設定可能だった Repository comments の "Allow members to see comment author's profile name in private repositories" からのみ設定可能だった機能。
    • 具体的な機能は、sername (ログインのハンドルネーム) の後ろに Name (User settings → profile で設定してる自身の名前)が表示されるやつ。
  • これが Enterprise level でも制御可能に。
    • Enterprise level の Settings → "Member appearance" より。
  • Organization だと設定場所が変わって以下に。
    • Org の Settings → General の "Member appearance" から。

セキュリティインシデントに対するアクションの拡大 (202602-17)

Enterprise-wide credential management tools for incident response - GitHub Changelog

Enterprise account における影響の大きいセキュリティインシデント (キーや認証トークンの漏洩など) に対して、Enterprise Admin ができる以下のアクションが追加。

  • エンタープライズ内の1つまたは複数の組織に対してSSO経由で認証されている認証情報の数をレビュー -エンタープライズオーナー以外の全ユーザーに対するSSOを一時的にブロック (インシデントが発生したときの調査中に実施する感じ)。
  • エンタープライズ全体で、ユーザーの認証情報(パーソナルアクセストークン、SSHキー、OAuthトークン)に対するSSO認証を取り消す。
  • (EMU のみが対象)SSO認証がない場合でも、エンタープライズ全体のユーザートークンおよびSSHキーを削除。
  • 具体的な対応方法は以下ドキュメントから。

Pull request 時の test merge commit 作成タイミングの最適化 (2026-02-19)

Changes to test merge commit generation for pull requests - GitHub Changelog

  • test merge commit とは PR にコンフリクトが無いかを判定するためにバックグラウンドで自動生成する一時的な merge 用の commit。
  • 以前は PR のページが開かれるたびに実行されていたが、多少の時間がかかるのでタイミングを最適化した流れ。
  • 最適化により test merge commit が作成されるタイミングは以下の3つ。
    • PR の branch に commit が push されたとき。
    • base branch から PR の branch に merge / rebaseしたとき。
    • 最後の test merge commit 実施時から12時間以上経過しているとき。

GitHub Copilot 関連

Copilot の新しいモデルがみつけやすく (2026-02-03)

Simplified Copilot model enablement experience for individual users - GitHub Changelog

  • GitHub Copilot の Free, Pro, Pro+ が対象で、新しいモデルが登場した際にデフォルトで VS Code などの IDE に表示されるように。
  • 以前はモデルの利用を有効化する必要があったけど、この設定をわざわざしなくてもデフォルトで利用可能になった。
  • Business/Enterprise plan は今まで通り有効化が必要。

Claude とCodex coding agents が public preview (2026-02-04)

Claude and Codex are now available in public preview on GitHub - GitHub Changelog

  • GitHub Copilot の Pro+ と Enterprise プランが対象で、Coding angent として Claude と Codex が public preview で提供開始に。
  • 2/13時点では、使い方に微妙に癖があり、Claude は VS Code からでも通常の Coding agent として利用可能だったが、Codex に関しては github.com か github mobile からセッションを追加する感じで、VS Code からだと、コマンドパレットで Chat Agent Sessions: Open Agent Session... から Codex の agent session もみたりコメントを追加することが可能な感じ。そもそもこの changelog に 書かれていない 操作である VS Code から新規の Agent session の作成はできなかったけど今後どうなるのかな。

Web での Copilot chat の UI 改善 (2026-02-04)

Showing tool calls and other improvements to Copilot chat on the web - GitHub Changelog

Copilot chat on the web での UI 改善だが... UI の改善よりも...以前は Cpilot chat on github.com と表現されてたけど on the web に変わったのかの方が気になってます。

  • Tool call の詳細が表示されるように。
  • チャットを Json または Markdown でエクスポート可能に。
  • repo の検索時に適切な repo のおすすめが表示されるようになって検索しやすく。

Copilot のコード生成関連のダッシュボード (2026-02-05)

Track Copilot code generation metrics in a dashboard - GitHub Changelog

たまにしかみてないので以前と違いがわかってないが Copilot のコード生成に関するメトリクスのダッシュボードの紹介。

  • Enterprise level の Insights → Code generation からコードを生成した行数やどのモデルがどれくらい使われているか、どの言語にどれくらい使われているかなどが確認が可能。

Claude Opus 4.6 が GitHub Copilot で利用可能に (2025-02-05)

Claude Opus 4.6 is now generally available for GitHub Copilot - GitHub Changelog

  • Claude opus 4.6 が GitHub Copilot の Pro, Pro+, Business, Enterprise プランで利用可能に。
  • いつも通りまずは github.com や CLI などと、IDE は VS Code のみ。
  • GitHub Copilot coding agent での利用は現時点では Pro と Pro+ のみ。
  • Premium request のレートは1。
  • 使った感触は、メインで利用しようかなってくらいのかなりいい感じ。

Claude Opus 4.6 (Fast mode) が GitHub Copilot で利用可能に (2026-02-07)

Fast mode for Claude Opus 4.6 is now in preview for GitHub Copilot - GitHub Changelog

  • Opus 4.6 と同等のインテリジェンスだがトークンの出力速度が最大2.5倍の Fast mode が GitHub Copilot で利用可能に。
  • リリース当初は Premium request のレートは9だったが、2/13よりレートが過去最大値の30に。
  • 複雑じゃない問いに対しては通常の Opus 4.6 と速度が変わらないので、無駄遣いには注意ですな。

GPT-5.3-Codex が GitHub Copilot で GA (2026-02-09)

GPT-5.3-Codex is now generally available for GitHub Copilot - GitHub Changelog

  • GPT-5.3-Codex が GAし、GitHub Copilot の有償プランで利用可能に。
  • Premium request のレートは1。

Coding agent のネットワーク構成変更のアナウンス (2026-02-13)

Network configuration changes for Copilot coding agent - GitHub Changelog

  • このへ変更の対象者は、"self-hosted runners or larger runners with Azure private networking" で実行している coding agent。
    • "with Azure ..." が larger runners だけにかかっているのか self-hosted runners にもかかっているのかが読み取れなかったが...どっちだろ。
  • ほかの copilot 同様に api.githubcopilot.com からプランベースの endpoint (api.business.githubcopilot.com or api.enterprise.githubcopilot.com or api.individual.githubcopilot.com) に変わる。
  • 対象の repo でも copilot-setup-steps.yml が無い場合は影響を受けないらしい。
  • 2026年2月27日から変更なので、対象者はネットワーク構成を要確認。

Required reviewer rule が GA (2026-02-17)

Required reviewer rule is now generally available - GitHub Changelog

  • GA になった必須の Required reviewer rule は、repo の ruleset の中の branch ruleset → "Require a pull request before merging" を有効にすることで指定可能な機能。
  • Required reviewer rule の基本的な機能は以下。
    • Repository の ruleset で指定された repo にマージする前に、指定されたチームから特定の数の承認を要求する
    • パターンマッチングを使用して特定のファイルやフォルダー、拡張子を指定可能。!(否定)を使用してパスを除外も可能に。
    • リポジトリ、組織、またはエンタープライズ全体でレビューポリシーを一貫して適用する
  • CODEOWNERS はオーナーシップを定義するのに対し、repo の rulesetss は policy の強制を重点に置いている。

Raycast から Copilot coding agent へのアサインが可能に (2026-02-17)

Assign issues to Copilot coding agent from Raycast - GitHub Changelog

  • Raycast から GitHub の issue を GitHub Copilot coding agent に割り当てることが可能に。

Visual Studio から Coding agent へのタスクのデリゲートが可能に (2026-02-17)

Delegate tasks to Copilot coding agent from Visual Studio - GitHub Changelog

  • Visual Studio 2026 の最新バージョン (18.10 以降) で設定を有効化することで利用可能。
    • VS の ツール → オプション → GitHub 配下の Copilot で "Enable Copilot Coding agent (preview)" (Copilot コーディング エージェントを有効にする (プレビュー)) のチェックをオン。

Eclipse で MCP registry の改善 (2026-07-17)

MCP Registry and more improvements in Copilot in Eclipse - GitHub Changelog

Eclipse で以下の機能が追加。VS Code にある機能が Eclipse にも来た感じ。

  • MCP server を検索可能な MCP Registry を追加。
  • 複雑なタスクを実行時に Todo list を作成して実行する機能が追加。
  • その他もろもろの UI/UX 改善。

Sonnet 4.6 が Copilot で GA (2026-02-17)

Claude Sonnet 4.6 is now generally available in GitHub Copilot - GitHub Changelog

  • GitHub Copilot の有償プランで、Claude Sonnet 4.6 が GA。
  • Premium request のレートは1。
  • ベンチマーク的には Opus 4.5 と並ぶ性能で回答速度が速い感じ。

Coding agent の code referencing 機能 (2026-02-18)

Copilot coding agent supports code referencing - GitHub Changelog

ざっくりこんな機能が追加。

  • Copilot Coding agent は "Suggestions matching public code" のブロックをサポートしていない。
  • ブロックの設定になっている際は、PR de "Similar to public code" で文字とともにセッションログでハイライト表示される。

Windows 環境のプロジェクトで Coding agent を実行したい場合 (2025-02-18)

Use Copilot coding agent with Windows projects - GitHub Changelog

  • Coding Agent を Windows 環境で実行させたい場合は、copilot-setup-steps.yml (coding agent の環境セットアップ用 workflow) の runs-on で Windows OS のラベルをセットすればOK って話。
  • 注意点として、Windows OS では Coding agent の Firewall の設定と互換性がないため、Azure private network を構成した self-hosted runner または larger runner を利用することが推奨。

Gemini 3.1 が Copilot で利用可能に (2026-02-19)

Gemini 3.1 Pro is now in public preview in GitHub Copilot - GitHub Changelog

  • GitHub Copilot の有償プランで Gemin 3.1 Pro が利用可能に。
  • Premium request のレートは1。

Coding agent で model picker が利用可能に (2026-02-19)

Copilot coding agent model picker for Copilot Business and Enterprise - GitHub Changelog

  • issue や agent panel から coding agent にタスクをデリゲートする際に、model の選択が可能に。
  • 既存で Pro, Pro+ プランでは解放されていた機能が Business と Enteprrise プランでも利用可能に。
  • 選択可能なモデルは、現時点での方針は Premium request のレート1の OpenAI/Anthropic のモデルが選択可能って感じ。
  • 公式で書かれているか知らんが、現時点だとデフォルトで Claude Sonnet 4.6 のはず。

Org level での Copilot usage のダッシュボードが利用可能に (2026-02-20)

Organization-level Copilot usage metrics dashboard available in public preview - GitHub Changelog

  • Enteprise level で見れていた Copilot の usage metrics のダッシュボードが、organization level でも利用可能に。
  • Organization トップページの Insights タブから "Copilot usage" と "Code generation" が閲覧可能。

Copilot on github.com の web search の改善 (2026-02-25)

Improved web search in Copilot on github.com - GitHub Changelog

  • Copilot on github.com で、モデルの native の web search が利用可能に。
    • 設定は、Enterprise レベルの AI Controls → Copilot で、"Copilot can search the web using model native search" を有効化。
    • この設定は OpenAI の gpt-5.x シリーズのモデルに対する設定。
  • 今までは、モデルの native ではなくbing search を使っていたのと、native search の機能が無効の場合は今まで通り Bing search になる。

この変更で精度がどう変わるんだろうなーは不明だが、個人的には Bign search の結果って他より微妙って感じてるのでよくなると思ってる。

GPT-5.3-Codex が利用可能に (2026-02-25)

GPT-5.3-Codex is now available in github.com, GitHub Mobile, and Visual Studio - GitHub Changelog

  • Coding 力が強い GPT-5.3-Codex が Copilot で利用可能に。
  • Premium request のレートは1。

Copilot で Pull reqeust のタイトルを生成可能に (2026-02-25)

Generate pull request titles with Copilot on the web - GitHub Changelog

  • Pull request を作成時のタイトルを Copilot で作成可能に。
  • Pull request のタイトルのテキストボックス内右端の copilot アイコンをクリックして作成する感じ。
  • commit message をもとにタイトルを生成するので、明確や commit message を書いておくことが重要。

GitHub Mobile で coding agent の進捗確認のバナーで表示可能に (2026-02-26)

GitHub Mobile: Track coding agent progress in real time with Live Notifications - GitHub Changelog

  • GitHub Mobile で Live Coding Agent Notification が利用可能に。
  • スマホのバナーで Coding Agent の進捗がみえるようになって便利。

Claude と Codex の Coding agent が利用可能に (2026-02-26)

Claude and Codex now available for Copilot Business & Pro users - GitHub Changelog

  • すべての有償プランで Partner Agents である Claude と Codex の coding agent が利用可能に。
  • GitHub Copilot のサブスクリプションのみで利用可能なため、Codex や Claude との契約は不要。
  • GitHub Enterprise で Copilot をアサインしている場合、Enterprise 側の設定で有効なのは必須に加えて以下の設定が必要。
    • Organization ごとに Partner agents の有効化が必要。Org レベルの Settings → Coding agent より。
    • 個人配下の repo で Partner Agents を利用したい場合は、個人の settings → Copilot coding agent の設定 でも Partner Agents (現在は Claude と Codex)を有効にする必要ありは注意。これを設定しないと個人は以下の repo に対して Partner Agents を利用できない。

org ごとまたは個人で設定の有効化をすることで、copilot chat on github.com や issue から coding agent へのアサインが可能。 ただし、この設定をしてもしなくても VS Code から Claude へのアサインが可能で Codex へのアサインは不可なのが現状。Codex へのアサインが VS Code からできないのは仕様なのかバグなのか...

GitHub Actions 関連

GitHub Actions の2月前半のアップデート (2026-02-04)

GitHub Actions: Early February 2026 updates - GitHub Changelog

Actions のアップデートまとめ記事って珍しいような?

  • GitHub Actions runner scale set client が public preview で登場。
    • GitHub Actions ランナー向けのカスタム自動スケーリングソリューションを構築できる、Go ベースのスタンドアロンモジュール。
    • OSS として 公開 されている。
    • Actions Runner Controller の代替ではない。
  • GitHub Actionsのホワイトリスト機能が EFree, Team, nterprise のすべてのプランで利用可能に。
  • Visual Studio 2026 を搭載した Windows Server 2025 の runner が利用可能に。
    • ラベルは windows-2025-vs2026
  • macOS 26 の intel 版の runner が利用可能に。
    • ラベルは macos-26-large

GitHub Agentic workflow が technical preview で登場 (2026-02-13)

GitHub Agentic Workflows are now in technical preview - GitHub Changelog

  • YAML の変わりに Markdwon で自然言語でワークフローを記述することで AI エージェントが repo のタスクを自動化できる Agentic workflow が technical preview で登場。
  • Agentic workflow の機能の詳細やブログ記事がまとまった公式サイトあり。
  • GitHub Agentic Workflows | GitHub Agentic Workflows

Workflow dispatch API のレスポンスでメタデータが取得可能に (2026-02-19)

Workflow dispatch API now returns run IDs - GitHub Changelog

  • 以前までは GitHub Actions workflow dispatch API をコールした際のレスポンスは http status code 204 のみだった。
  • 今回のアップデートで return_run_details パラメーターを渡すと status code 200 と workflow ID, API URL, workflow URL の情報を取得できるようになる。
  • return_run_details パラメーターを付けない場合は今まで通り status code 204 のみのレスポンス。

macOS-26 が github-hosted runner で利用可能に (2026-02-26)

macos-26 is now generally available for GitHub-hosted runners - GitHub Changelog

  • macOS-26 が github-hosted runner で利用可能に。ラベルは以下。
    • macos-26: arm64 の runner
    • macos-26-intel: x64 の runner
    • macos-26-large: x64 の larger runner
    • macos-26-xlarge: arm64 の larger runner

Actions での artifact をzip せずにアップロード可能に (2026-02-26)

GitHub Actions now supports uploading and downloading non-zipped artifacts - GitHub Changelog

  • actions/upload-artifact を使っていると artifact(s) をアップロードする際必ず zip されるが、zip しないオプションを追加。
  • actions/upload-artifactarchive パラメーターを false にすると zip せずアップロードされる。デフォルト値は下位互換のため true

ピックアップしなかった情報 (個人的にあまり興味がなかったので雑にみただけの情報)




以上の内容はhttps://blog.beachside.dev/entry/2026/03/13/120000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14