編集

Github Universe'24 で発表された機能

Github Universe’24 が開催され、様々な機能の発表が行われた。

#Actions performance metrics

Github Actions のパフォーマンスメトリクスを全てのユーザーが利用できるようになった。

https://github.blog/changelog/2024-10-31-actions-performance-metrics-in-public-preview/

#GitHub Copilot のマルチモデル対応

次のような複数のモデルが選択可能になった。

  • Anthropic の Claude 3.5 Sonnet
  • Google の Gemini 1.5 Pro
  • OpenAI の GPT-4o、o1-preview、o1-mini

#Copilot Autofix for CodeQL

Copilot Autofix for CodeQL は、セキュリティ問題の修正を提案する。 CodeQL を利用する全てのパブリックリポジトリに展開された。

https://github.blog/changelog/2024-09-18-now-available-for-free-on-all-public-repositories-copilot-autofix-for-codeql-code-scanning-alerts/

#GitHub Spark

自然言語でアプリを構築する AI ネイティブツール GitHub Spark が発表された。

https://githubnext.com/projects/github-spark

#VSCode での Github Copilot による複数ファイル編集

VSCode で Github Copilot を利用して複数ファイルを編集できるモードの提供が開始された。

https://github.blog/changelog/2024-10-29-multi-file-editing-code-review-custom-instructions-and-more-for-github-copilot-in-vs-code-october-release-v0-22/

https://code.visualstudio.com/updates/v1_95#_start-a-code-editing-session-with-copilot-edits

#GitHub Copilot のカスタマイズ

含めるコンテキストの制御や、ワークスペースのローカルインデックス作成、 PR や Issue などのリポジトリの情報の参照、Web から追加コンテキストを取得する機能などが追加された。

https://github.blog/changelog/2024-10-29-web-search-in-github-copilot-chat-now-available-for-copilot-individual/

https://code.visualstudio.com/updates/v1_95

編集