Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/copilot_cli_tutorial/appendix/references.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@

| 日付 | 変更 | 出典 |
|------|------|------|
| 2026-07-09 | GPT-5.6 Sol、Terra、Luna が GitHub Copilot(CLI 含む)に展開開始。Sol は Pro+/Max/Business/Enterprise 向け、Terra・Luna は Pro 以上が対象。管理者はポリシーを有効化する必要あり | [GitHub Blog Changelog](https://github.blog/changelog/2026-07-09-openais-gpt-5-6-sol-terra-and-luna-are-now-available-in-github-copilot) |
| 2026-07-09 | CLI 1.0.70:GPT-5.6 モデル対応、`/refine` コマンド、`--sandbox`/`--no-sandbox` セッションフラグ、信頼済みリポジトリ `.github/copilot/settings.json`(モデル/effort/コンテキスト固定・deny リスト拡張)、`preToolUse` 終了コード 2 でツール呼び出しを拒否 | [copilot-cli changelog 1.0.70](https://github.com/github/copilot-cli/blob/main/changelog.md#1070---2026-07-09) |
| 2026-07-08 | Copilot CLI と VS Code 向けに Enterprise 管理の OpenTelemetry エクスポートが GA:OTLP エンドポイント・トランスポート・サービス名・コンテンツキャプチャポリシーを管理者が一元制御 | [GitHub Blog Changelog](https://github.blog/changelog/2026-07-08-enterprise-managed-opentelemetry-export-for-vs-code-and-cli) |
| 2026-07-08 | 管理者が Copilot 設定をネイティブ MDM(Windows Registry、macOS managed preferences)およびファイルベースの `managed-settings.json` 経由で配信できるように GA | [GitHub Blog Changelog](https://github.blog/changelog/2026-07-08-deploy-managed-copilot-settings-via-mdm-in-vs-code-and-cli) |
| 2026-07-07 | Copilot usage metrics API が AI 採用フェーズコホートごとに `avg_pull_requests_minutes_to_review` と `avg_pull_requests_review_cycles` を追加 | [GitHub Blog Changelog](https://github.blog/changelog/2026-07-07-add-review-cycles-and-time-to-adoption-phases-in-the-usage-api) |
| 2026-07-07 | CLI 1.0.69:インストール済みプラグインを管理する `/plugins` ダッシュボード、`gemini-3.5-flash` に minimal reasoning effort を追加、`/allow-all auto` は experimental モード必須に | [copilot-cli changelog 1.0.69](https://github.com/github/copilot-cli/blob/main/changelog.md#1069---2026-07-07) |
| 2026-07-01 | CLI 1.0.68:kimi-k2.7-code モデルサポートを追加 | [copilot-cli changelog 1.0.68](https://github.com/github/copilot-cli/blob/main/changelog.md#1068---2026-07-01) |
| 2026-06-30 | CLI 1.0.67:Claude Sonnet 5 を対応モデルとして追加、セッション制限の最低値を 30 AI クレジットに設定 | [copilot-cli changelog 1.0.67](https://github.com/github/copilot-cli/blob/main/changelog.md#1067---2026-06-30) |
| 2026-06-30 | CLI 1.0.66:Claude Opus 4.8 (fast) を追加、Claude Opus 4.6 (fast) を deprecated。`/plugins` ダッシュボード、コンパクトタイムライン、`stayInAutopilot` 設定 | [copilot-cli changelog 1.0.66](https://github.com/github/copilot-cli/blob/main/changelog.md#1066---2026-06-30) |
| 2026-06-29 | Claude Opus 4.8(fast mode)が Copilot CLI を含む各サーフェスでプレビュー提供開始(管理者ポリシーは既定でオフ) | [GitHub Blog Changelog](https://github.blog/changelog/2026-06-29-claude-opus-4-8-fast-mode-is-now-in-preview-for-github-copilot) |
| 2026-06-26 | MAI-Code-1-Flash が Copilot Business / Copilot Enterprise で一般提供(GA) | [GitHub Blog Changelog](https://github.blog/changelog/2026-06-26-mai-code-1-flash-for-copilot-business-and-copilot-enterprise) |
| 2026-06-25 | Copilot コードレビューが CLI/SDK の `grep`/`rg`/`glob`/`view` ファイルツールを利用(レビューコスト約 20% 削減)し、組織レベルの既定 Medium 分析深度を追加 | [GitHub Blog Changelog](https://github.blog/changelog/2026-06-25-copilot-code-review-analysis-depth-and-efficiency-updates) |
Expand Down
9 changes: 9 additions & 0 deletions docs/copilot_cli_tutorial/appendix/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ Check these sources before each workshop run. Copilot CLI changes quickly enough

| Date | Change | Source |
|------|--------|--------|
| 2026-07-09 | GPT-5.6 Sol, Terra, and Luna available in GitHub Copilot (CLI included); Sol for Pro+/Max/Business/Enterprise, Terra and Luna for Pro and above; admins must enable policy | [GitHub Blog Changelog](https://github.blog/changelog/2026-07-09-openais-gpt-5-6-sol-terra-and-luna-are-now-available-in-github-copilot) |
| 2026-07-09 | CLI 1.0.70: GPT-5.6 model support, `/refine` command, `--sandbox`/`--no-sandbox` session flags, trusted-repo `.github/copilot/settings.json` (model/effort/context pin + deny-list extension), `preToolUse` exit code 2 denies tool calls | [copilot-cli changelog 1.0.70](https://github.com/github/copilot-cli/blob/main/changelog.md#1070---2026-07-09) |
| 2026-07-08 | Enterprise-managed OpenTelemetry export GA for Copilot CLI and VS Code: admins can mandate OTLP endpoint, transport, service name, and content-capture policy via managed settings | [GitHub Blog Changelog](https://github.blog/changelog/2026-07-08-enterprise-managed-opentelemetry-export-for-vs-code-and-cli) |
| 2026-07-08 | Managed Copilot settings now deployable via native MDM (Windows Registry, macOS managed preferences) and file-based `managed-settings.json`, in addition to server-managed channel | [GitHub Blog Changelog](https://github.blog/changelog/2026-07-08-deploy-managed-copilot-settings-via-mdm-in-vs-code-and-cli) |
| 2026-07-07 | Copilot usage metrics API adds `avg_pull_requests_minutes_to_review` and `avg_pull_requests_review_cycles` per adoption-phase cohort | [GitHub Blog Changelog](https://github.blog/changelog/2026-07-07-add-review-cycles-and-time-to-adoption-phases-in-the-usage-api) |
| 2026-07-07 | CLI 1.0.69: `/plugins` dashboard for managing installed plugins; `gemini-3.5-flash` gains minimal reasoning effort option; `/allow-all auto` requires experimental mode | [copilot-cli changelog 1.0.69](https://github.com/github/copilot-cli/blob/main/changelog.md#1069---2026-07-07) |
| 2026-07-01 | CLI 1.0.68: kimi-k2.7-code model support added | [copilot-cli changelog 1.0.68](https://github.com/github/copilot-cli/blob/main/changelog.md#1068---2026-07-01) |
| 2026-06-30 | CLI 1.0.67: Claude Sonnet 5 added as a supported model; session limits require at least 30 AI credits | [copilot-cli changelog 1.0.67](https://github.com/github/copilot-cli/blob/main/changelog.md#1067---2026-06-30) |
| 2026-06-30 | CLI 1.0.66: Claude Opus 4.8 (fast) added; Claude Opus 4.6 (fast) deprecated; `/plugins` dashboard, compact timeline highlight reel, `stayInAutopilot` setting | [copilot-cli changelog 1.0.66](https://github.com/github/copilot-cli/blob/main/changelog.md#1066---2026-06-30) |
| 2026-06-29 | Claude Opus 4.8 (fast mode) entered preview across Copilot surfaces including Copilot CLI (admin policy off by default) | [GitHub Blog Changelog](https://github.blog/changelog/2026-06-29-claude-opus-4-8-fast-mode-is-now-in-preview-for-github-copilot) |
| 2026-06-26 | MAI-Code-1-Flash reached general availability for Copilot Business and Copilot Enterprise | [GitHub Blog Changelog](https://github.blog/changelog/2026-06-26-mai-code-1-flash-for-copilot-business-and-copilot-enterprise) |
| 2026-06-25 | Copilot code review now uses the CLI/SDK `grep`/`rg`/`glob`/`view` file tools (~20% lower review cost) and adds org-level default Medium analysis depth | [GitHub Blog Changelog](https://github.blog/changelog/2026-06-25-copilot-code-review-analysis-depth-and-efficiency-updates) |
Expand Down
16 changes: 13 additions & 3 deletions docs/copilot_cli_tutorial/features.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@
| ローカル/外部プロバイダー検証 | BYOK 設定を使う([BYOK](#byok) を参照) | モデルはツール呼び出しとストリーミングをサポートする必要がある |

!!! warning "モデルのライフサイクルは短い"
最近の changelog だけでも、GPT-4.1 は 2026-06-01 に deprecated、GPT-5.2 と GPT-5.2-Codex は 2026-06-05 に多くの Copilot 体験で deprecated、Opus 4.6 (fast) は 2026-06-29 に deprecated 予定です([GPT-4.1 deprecated](https://github.blog/changelog/2026-06-02-gpt-4-1-deprecated)、[GPT-5.2 and GPT-5.2-Codex deprecated](https://github.blog/changelog/2026-06-05-gpt-5-2-and-gpt-5-2-codex-deprecated)、[Upcoming deprecation of Opus 4.6 fast](https://github.blog/changelog/2026-06-18-upcoming-deprecation-of-opus-4-6-fast))。ワークショップ実施前に `/model`、[supported models](https://docs.github.com/copilot/reference/ai-models/supported-models)、[GitHub Blog Copilot changelog](https://github.blog/changelog/label/copilot/) を確認してください。
最近の changelog だけでも、GPT-4.1 は 2026-06-01 に deprecated、GPT-5.2 と GPT-5.2-Codex は 2026-06-05 に多くの Copilot 体験で deprecated、Claude Opus 4.6 (fast) は CLI 1.0.66(2026-06-30)で deprecated となり Claude Opus 4.8 (fast) に置き換えられました([GPT-4.1 deprecated](https://github.blog/changelog/2026-06-02-gpt-4-1-deprecated)、[GPT-5.2 and GPT-5.2-Codex deprecated](https://github.blog/changelog/2026-06-05-gpt-5-2-and-gpt-5-2-codex-deprecated)、[copilot-cli changelog 1.0.66](https://github.com/github/copilot-cli/blob/main/changelog.md#1066---2026-06-30))。ワークショップ実施前に `/model`、[supported models](https://docs.github.com/copilot/reference/ai-models/supported-models)、[GitHub Blog Copilot changelog](https://github.blog/changelog/label/copilot/) を確認してください。

固定の演習手順にしない範囲で、最近の追加として押さえるべき点は次のとおりです。

- Gemini 3.1 Pro (Preview) と Gemini 3.5 Flash は、プランとポリシーが許せば Copilot CLI で利用できます。Business/Enterprise 管理者はモデルポリシーで opt in する必要があります([Gemini models in Copilot CLI](https://github.blog/changelog/2026-06-02-gemini-models-in-copilot-cli-cloud-agent-and-the-copilot-app))。
- **GPT-5.6 Sol、Terra、Luna** が GitHub Copilot に順次展開中です。Sol は大規模コードベースでの複雑な推論向け、Terra はバランスのとれた日常利用向け、Luna は軽量でコスト効率重視の用途向けです。Sol は Copilot Pro+、Max、Business、Enterprise が対象、Terra と Luna は Pro 以上が対象です。Business/Enterprise 管理者はポリシーを有効化する必要があります([GPT-5.6 Sol, Terra, and Luna in GitHub Copilot](https://github.blog/changelog/2026-07-09-openais-gpt-5-6-sol-terra-and-luna-are-now-available-in-github-copilot))。
- **Claude Sonnet 5** が Copilot CLI で利用可能になりました(CLI 1.0.67 で追加)([copilot-cli changelog 1.0.67](https://github.com/github/copilot-cli/blob/main/changelog.md#1067---2026-06-30))。
- **Claude Opus 4.8 (fast)** が利用可能になりました。deprecated となった Claude Opus 4.6 (fast) の後継です([copilot-cli changelog 1.0.66](https://github.com/github/copilot-cli/blob/main/changelog.md#1066---2026-06-30))。
- **kimi-k2.7-code** が Copilot CLI でサポートされました(CLI 1.0.68 で追加)([copilot-cli changelog 1.0.68](https://github.com/github/copilot-cli/blob/main/changelog.md#1068---2026-07-01))。
- Gemini 3.1 Pro (Preview) と Gemini 3.5 Flash は、プランとポリシーが許せば Copilot CLI で利用できます。Gemini 3.5 Flash は新たに **minimal reasoning effort** レベルをサポートし、高速かつコスト効率の高いレスポンスが得られます。Business/Enterprise 管理者はモデルポリシーで opt in する必要があります([Gemini models in Copilot CLI](https://github.blog/changelog/2026-06-02-gemini-models-in-copilot-cli-cloud-agent-and-the-copilot-app)、[copilot-cli changelog 1.0.69](https://github.com/github/copilot-cli/blob/main/changelog.md#1069---2026-07-07))。
- MAI-Code-1-Flash は Copilot Business および Copilot Enterprise で一般提供(GA)になりました(管理者はポリシーを有効化する必要があります)。Copilot CLI でもプランごとに段階的に提供されます([MAI-Code-1-Flash for Copilot Business and Copilot Enterprise](https://github.blog/changelog/2026-06-26-mai-code-1-flash-for-copilot-business-and-copilot-enterprise)、[MAI-Code-1-Flash available on more Copilot surfaces](https://github.blog/changelog/2026-06-18-mai-code-1-flash-available-on-more-copilot-surfaces))。
- Enterprise 管理者が構成した外部プロバイダーモデルは Copilot CLI の model picker に表示されます。一方で個人ユーザーはクライアント側 BYOK プロバイダーも構成できます([Copilot CLI supports enterprise BYOK models](https://github.blog/changelog/2026-06-17-copilot-cli-supports-enterprise-bring-your-own-key-byok-models))。
- Free および Student プランは Copilot の auto モデル選択を既定かつ唯一の方式とするようになり、Microsoft 提供モデルからは `(Preview)` ラベルが廃止されます。固定の一覧ではなく `/model` で最新の利用可否を確認すべきもう一つの理由です([Changes to model selection for Free and Student plans](https://github.blog/changelog/2026-06-24-changes-to-model-selection-for-free-and-student-plans))。
Expand Down Expand Up @@ -201,9 +205,10 @@ GitHub は **Agent finder** も展開しています。これは許可された

### プラグインと awesome-copilot マーケットプレイス

プラグインは、関連する指示・スキル・エージェント・フックを 1 つのインストール可能な単位にまとめたもので、プラグイン *マーケットプレイス* を通じて配布されます。セッション内では `/plugin`(シェルからは `copilot plugin`)で管理します([About GitHub Copilot plugins](https://docs.github.com/en/copilot/concepts/agents/about-plugins)、[CLI command reference](https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-command-reference))。
プラグインは、関連する指示・スキル・エージェント・フックを 1 つのインストール可能な単位にまとめたもので、プラグイン *マーケットプレイス* を通じて配布されます。セッション内では `/plugin`(シェルからは `copilot plugin`)で管理するか、専用の **`/plugins` ダッシュボード**(CLI 1.0.69 で追加)を使って総合管理 UI を開けます([About GitHub Copilot plugins](https://docs.github.com/en/copilot/concepts/agents/about-plugins)、[CLI command reference](https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-command-reference))。

```text
> /plugins # プラグイン管理ダッシュボードを開く
> /plugin marketplace list # 登録済みマーケットプレイスを一覧
> /plugin list # インストール済みプラグインを確認
> /plugin install <name>@awesome-copilot # 特定のプラグインをインストール
Expand All @@ -218,6 +223,8 @@ GitHub のコミュニティコレクション [github/awesome-copilot](https://

フックは、エージェントのライフサイクルの要所でカスタムシェルコマンドを実行できます。検証・権限チェック・ロギング・セキュリティスキャンなどに使えます([About hooks for GitHub Copilot](https://docs.github.com/en/copilot/concepts/agents/hooks))。フックは CLI・IDE・クラウドエージェントでサポートされます。

CLI 1.0.70 より、**`preToolUse` フックが終了コード 2 で終了するとツール呼び出しを拒否** します。フック自体はエラーとして扱われず、特定のツール呼び出しをフックスクリプトから明示的にブロックするためのクリーンな方法です([copilot-cli changelog 1.0.70](https://github.com/github/copilot-cli/blob/main/changelog.md#1070---2026-07-09))。

### Copilot Memory

Copilot は、リポジトリの規約やパターンに関する持続的な「メモリ」を推論して保存でき、プロンプトでの繰り返しの説明を減らせます([About GitHub Copilot Memory](https://docs.github.com/en/copilot/concepts/agents/copilot-memory))。
Expand Down Expand Up @@ -299,6 +306,8 @@ Copilot が代わりに取る操作(ツール実行、コマンド実行、フ
> /sandbox disable # 無効化
```

起動時に `--sandbox` または `--no-sandbox` フラグを使うと、保存済みのサンドボックス設定を変えずに **現在のセッション限定** で OS レベルのシェルサンドボックスをオン/オフできます。`-p`(プログラマティック)モードとの組み合わせに便利です([copilot-cli changelog 1.0.70](https://github.com/github/copilot-cli/blob/main/changelog.md#1070---2026-07-09))。

| タブ | 主な設定 |
|------|----------|
| **General** | *Sandboxing enabled*; *Allow keychain access*(`git`/`gh` の credential helper 用の macOS Keychain。資格情報の読み取りを防ぐにはオフ) |
Expand Down Expand Up @@ -416,6 +425,7 @@ BYOK には 2 つの経路があります。
| **ローカル音声入力** | Space を長押し、または ++ctrl+x++ のあと `V` | [Copilot CLI improved UI, rubber duck, scheduling, and voice input](https://github.blog/changelog/2026-06-02-copilot-cli-improved-ui-rubber-duck-prompt-scheduling-and-voice-input) |
| **推論の可視化を切り替え** | ++ctrl+t++ | [Using Copilot CLI](https://docs.github.com/en/copilot/how-tos/use-copilot-agents/use-copilot-cli) |
| **セカンドオピニオンを得る** | `/rubber-duck` | [Copilot CLI improved UI, rubber duck, scheduling, and voice input](https://github.blog/changelog/2026-06-02-copilot-cli-improved-ui-rubber-duck-prompt-scheduling-and-voice-input) |
| **雑なプロンプトを明確に書き直す** | `/refine` | [copilot-cli changelog 1.0.70](https://github.com/github/copilot-cli/blob/main/changelog.md#1070---2026-07-09) |
| **セキュリティに絞ったローカルレビュー** | `/security-review`(全ユーザーが利用可能) | [copilot-cli changelog 1.0.64](https://github.com/github/copilot-cli/blob/main/changelog.md#1064---2026-06-23) |
| **worktree を作成/切り替え** | `/worktree`(alias `/move`) | [copilot-cli changelog 1.0.61](https://github.com/github/copilot-cli/blob/main/changelog.md#1061---2026-06-09) |
| **セッションの変更をレビュー** | `/diff` | [copilot-cli changelog](https://github.com/github/copilot-cli/blob/main/changelog.md) |
Expand Down
Loading