From 221c8250812ef83ea5d23256bd68ade8c2b46926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 10:34:20 -0700 Subject: [PATCH 1/4] Bump liquidjs from 10.24.0 to 10.25.0 in the npm_and_yarn group across 1 directory (#60124) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Heis --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e7b77e86bca..975565ddfe4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.5", "js-yaml": "^4.1.1", - "liquidjs": "^10.24.0", + "liquidjs": "^10.25.0", "lodash": "^4.17.23", "lodash-es": "^4.17.23", "lowdb": "7.0.1", @@ -10646,9 +10646,9 @@ } }, "node_modules/liquidjs": { - "version": "10.24.0", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.24.0.tgz", - "integrity": "sha512-TAUNAdgwaAXjjcUFuYVJm9kOVH7zc0mTKxsG9t9Lu4qdWjB2BEblyVIYpjWcmJLMGgiYqnGNJjpNMHx0gp/46A==", + "version": "10.25.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.25.0.tgz", + "integrity": "sha512-XpO7AiGULTG4xcTlwkcTI5JreFG7b6esLCLp+aUSh7YuQErJZEoUXre9u9rbdb0057pfWG4l0VursvLd5Q/eAw==", "license": "MIT", "dependencies": { "commander": "^10.0.0" diff --git a/package.json b/package.json index 9ccca0fad8ca..d277d04aa9f5 100644 --- a/package.json +++ b/package.json @@ -210,7 +210,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.5", "js-yaml": "^4.1.1", - "liquidjs": "^10.24.0", + "liquidjs": "^10.25.0", "lodash": "^4.17.23", "lodash-es": "^4.17.23", "lowdb": "7.0.1", From 492ec5071c13997a8d022e090a0a98dc7329605c Mon Sep 17 00:00:00 2001 From: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:57:54 -0700 Subject: [PATCH 2/4] Copilot CLI: Add list of supported models (#60115) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .../reference/ai-models/supported-models.md | 8 +++--- .../copilot/model-supported-clients.yml | 25 +++++++++++++++++++ 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/content/copilot/reference/ai-models/supported-models.md b/content/copilot/reference/ai-models/supported-models.md index cec8cd7ff492..c862d2aad984 100644 --- a/content/copilot/reference/ai-models/supported-models.md +++ b/content/copilot/reference/ai-models/supported-models.md @@ -74,11 +74,11 @@ The following table shows which models are available in each client. {% rowheaders %} -| Model | {% data variables.product.prodname_dotcom_the_website %} | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vs %} | Eclipse | Xcode | JetBrains IDEs | -|--------|-----------------------------------------------------------|-----------------------------------------------|-------------------------------------------|----------|--------|----------------| +| Model | {% data variables.product.prodname_dotcom_the_website %} | {% data variables.copilot.copilot_cli_short %} | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vs %} | Eclipse | Xcode | JetBrains IDEs | +| --- | --- | --- | --- | --- | --- | --- | --- | | {% for model in tables.copilot.model-supported-clients %} | -| {{ model.name }} | {% if model.dotcom == true %}{% octicon "check" aria-label="Included" %}{% else %}{% octicon "x" aria-label="Not included" %}{% endif %} | {% if model.vscode == true %}{% octicon "check" aria-label="Included" %}{% else %}{% octicon "x" aria-label="Not included" %}{% endif %} | {% if model.vs == true %}{% octicon "check" aria-label="Included" %}{% else %}{% octicon "x" aria-label="Not included" %}{% endif %} | {% if model.eclipse == true %}{% octicon "check" aria-label="Included" %}{% else %}{% octicon "x" aria-label="Not included" %}{% endif %} | {% if model.xcode == true %}{% octicon "check" aria-label="Included" %}{% else %}{% octicon "x" aria-label="Not included" %}{% endif %} | {% if model.jetbrains == true %}{% octicon "check" aria-label="Included" %}{% else %}{% octicon "x" aria-label="Not included" %}{% endif %} | -| {% endfor %} | +| {{ model.name }} | {% if model.dotcom == true %}{% octicon "check" aria-label="Included" %}{% else %}{% octicon "x" aria-label="Not included" %}{% endif %} | {% if model.cli == true %}{% octicon "check" aria-label="Included" %}{% else %}{% octicon "x" aria-label="Not included" %}{% endif %} | {% if model.vscode == true %}{% octicon "check" aria-label="Included" %}{% else %}{% octicon "x" aria-label="Not included" %}{% endif %} | {% if model.vs == true %}{% octicon "check" aria-label="Included" %}{% else %}{% octicon "x" aria-label="Not included" %}{% endif %} | {% if model.eclipse == true %}{% octicon "check" aria-label="Included" %}{% else %}{% octicon "x" aria-label="Not included" %}{% endif %} | {% if model.xcode == true %}{% octicon "check" aria-label="Included" %}{% else %}{% octicon "x" aria-label="Not included" %}{% endif %} | {% if model.jetbrains == true %}{% octicon "check" aria-label="Included" %}{% else %}{% octicon "x" aria-label="Not included" %}{% endif %} | +| {% endfor %} | {% endrowheaders %} diff --git a/data/tables/copilot/model-supported-clients.yml b/data/tables/copilot/model-supported-clients.yml index 422ab158b9a1..04c063b7d4a5 100644 --- a/data/tables/copilot/model-supported-clients.yml +++ b/data/tables/copilot/model-supported-clients.yml @@ -7,6 +7,7 @@ # Column keys: # - name: The model name. # - dotcom: Availability on GitHub.com (Copilot Chat in the browser). +# - cli: Availability in the GitHub CLI. # - vscode: Availability in Visual Studio Code. # - vs: Availability in Visual Studio. # - eclipse: Availability in Eclipse. @@ -15,6 +16,7 @@ - name: Claude Haiku 4.5 dotcom: true + cli: true vscode: true vs: true eclipse: true @@ -23,6 +25,7 @@ - name: Claude Opus 4.5 dotcom: true + cli: true vscode: true vs: true eclipse: true @@ -31,6 +34,7 @@ - name: Claude Opus 4.6 dotcom: true + cli: true vscode: true vs: true eclipse: true @@ -39,6 +43,7 @@ - name: Claude Opus 4.6 (fast mode) (preview) dotcom: false + cli: true vscode: true vs: false eclipse: false @@ -47,6 +52,7 @@ - name: Claude Sonnet 4 dotcom: true + cli: true vscode: true vs: true eclipse: true @@ -55,6 +61,7 @@ - name: Claude Sonnet 4.5 dotcom: true + cli: true vscode: true vs: true eclipse: true @@ -63,6 +70,7 @@ - name: Claude Sonnet 4.6 dotcom: true + cli: true vscode: true vs: true eclipse: false @@ -71,6 +79,7 @@ - name: Gemini 2.5 Pro dotcom: true + cli: false vscode: true vs: true eclipse: true @@ -79,6 +88,7 @@ - name: Gemini 3 Flash dotcom: true + cli: false vscode: true vs: true eclipse: true @@ -87,6 +97,7 @@ - name: Gemini 3 Pro dotcom: true + cli: true vscode: true vs: true eclipse: true @@ -95,6 +106,7 @@ - name: Gemini 3.1 Pro dotcom: true + cli: false vscode: true vs: true eclipse: false @@ -103,6 +115,7 @@ - name: GPT-4.1 dotcom: true + cli: true vscode: true vs: true eclipse: true @@ -111,6 +124,7 @@ - name: GPT-5 mini dotcom: true + cli: true vscode: true vs: true eclipse: true @@ -119,6 +133,7 @@ - name: GPT-5.1 dotcom: true + cli: true vscode: true vs: true eclipse: true @@ -127,6 +142,7 @@ - name: GPT-5.1-Codex dotcom: false + cli: true vscode: true vs: false eclipse: true @@ -135,6 +151,7 @@ - name: GPT-5.1-Codex-Mini dotcom: false + cli: true vscode: true vs: false eclipse: true @@ -143,6 +160,7 @@ - name: GPT-5.1-Codex-Max dotcom: true + cli: true vscode: true vs: true eclipse: true @@ -151,6 +169,7 @@ - name: GPT-5.2 dotcom: true + cli: true vscode: true vs: true eclipse: true @@ -159,6 +178,7 @@ - name: GPT-5.2-Codex dotcom: true + cli: true vscode: true vs: true eclipse: true @@ -167,6 +187,7 @@ - name: GPT-5.3-Codex dotcom: true + cli: true vscode: true vs: true eclipse: true @@ -175,6 +196,7 @@ - name: GPT-5.4 dotcom: true + cli: true vscode: true vs: true eclipse: true @@ -183,6 +205,7 @@ - name: Grok Code Fast 1 dotcom: true + cli: false vscode: true vs: true eclipse: true @@ -191,6 +214,7 @@ - name: Raptor mini dotcom: false + cli: false vscode: true vs: false eclipse: false @@ -199,6 +223,7 @@ - name: Goldeneye dotcom: false + cli: false vscode: true vs: false eclipse: false From 8ddbd40feef59b2aec41ba4570c5f4222d361329 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Tue, 10 Mar 2026 12:54:41 -0700 Subject: [PATCH 3/4] Fix event validation rejections (#60142) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/events/lib/schema.ts | 14 ++++++++------ .../components/article/ViewMarkdownButton.tsx | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/events/lib/schema.ts b/src/events/lib/schema.ts index 719457cbaa8e..edb79a16e448 100644 --- a/src/events/lib/schema.ts +++ b/src/events/lib/schema.ts @@ -263,29 +263,29 @@ const exit = { exit_render_duration: { type: 'number', description: 'How long the server took to render the page content, in seconds.', - minimum: 0.001, + minimum: 0, }, exit_first_paint: { type: 'number', - minimum: 0.001, + minimum: 0, description: 'The duration until `first-contentful-paint`, in seconds. Informs CSS performance.', }, exit_dom_interactive: { type: 'number', - minimum: 0.001, + minimum: 0, description: 'The duration until `PerformanceNavigationTiming.domInteractive`, in seconds. Informs JavaScript loading performance.', }, exit_dom_complete: { type: 'number', - minimum: 0.001, + minimum: 0, description: 'The duration until `PerformanceNavigationTiming.domComplete`, in seconds. Informs JavaScript execution performance.', }, exit_visit_duration: { type: 'number', - minimum: 0.001, + minimum: 0, description: 'The duration of exit.timestamp - page.timestamp, in seconds. Informs bounce rate.', }, @@ -362,6 +362,8 @@ const link = { 'toc', 'footer', 'static', + 'view-markdown-button', + 'page-source-menu', ], description: 'The part of the page where the user clicked the link.', }, @@ -573,7 +575,7 @@ const clipboard = { clipboard_operation: { type: 'string', description: 'Which clipboard operation the user is performing.', - enum: ['copy', 'paste', 'cut'], + enum: ['copy', 'paste', 'cut', 'share'], }, clipboard_target: { type: 'string', diff --git a/src/frame/components/article/ViewMarkdownButton.tsx b/src/frame/components/article/ViewMarkdownButton.tsx index 1ef21b47f3a2..fd68b61bf00f 100644 --- a/src/frame/components/article/ViewMarkdownButton.tsx +++ b/src/frame/components/article/ViewMarkdownButton.tsx @@ -19,7 +19,7 @@ export const ViewMarkdownButton = ({ currentPath }: ViewMarkdownButtonProps) => const handleClick = () => { sendEvent({ type: EventType.link, - link_url: markdownUrl, + link_url: `${window.location.origin}${markdownUrl}`, link_samesite: false, link_container: 'view-markdown-button', }) From e3d5c0cd378565d1a18f79c9892692f0927ec22a Mon Sep 17 00:00:00 2001 From: Megha Anand <88059806+anandmeg@users.noreply.github.com> Date: Tue, 10 Mar 2026 13:11:50 -0700 Subject: [PATCH 4/4] Update copilot-matrix.yml with support statuses (#59888) Co-authored-by: sunbrye Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com> --- .../reference/copilot-feature-matrix.md | 17 +- data/tables/copilot/copilot-matrix.yml | 468 +++++------------- 2 files changed, 133 insertions(+), 352 deletions(-) diff --git a/content/copilot/reference/copilot-feature-matrix.md b/content/copilot/reference/copilot-feature-matrix.md index dac773fd9d76..4520d10a82b7 100644 --- a/content/copilot/reference/copilot-feature-matrix.md +++ b/content/copilot/reference/copilot-feature-matrix.md @@ -17,6 +17,7 @@ category: * ✓ = supported * ✗ = not supported * P = under preview +* C = closing down @@ -29,7 +30,7 @@ The following table shows supported {% data variables.product.prodname_copilot_s {%- comment %} This loop generates the "Features by IDE" comparison table: - Outer loop: Iterates through each feature from VS Code's feature list (using VS Code as the canonical source) -- Inner loop: For each feature, iterates through all IDEs to check support in their latest version +- Inner loop: For each feature, iterates through all IDEs to check support in their latest versions - Gets the latest version using ideEntry[1].versions | first - Looks up the support level for that feature in that version - Outputs ✓ (supported), P (preview), or ✗ (not supported) @@ -39,7 +40,7 @@ Example row: | Agent mode | ✓ | ✓ | P | ✗ | ... | | Feature{%- for entry in tables.copilot.copilot-matrix.ides %} | {{ entry[0] }}{%- endfor %} | |:----{%- for entry in tables.copilot.copilot-matrix.ides %}|:----:{%- endfor %}| {%- for featureEntry in tables.copilot.copilot-matrix.ides["VS Code"].features %} -| {{ featureEntry[0] }}{%- for ideEntry in tables.copilot.copilot-matrix.ides %}{%- assign latestVersion = ideEntry[1].versions | first %}{%- assign supportLevel = ideEntry[1].features[featureEntry[0]][latestVersion] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- else %}✗{%- endcase -%}{%- endfor %} | +| {{ featureEntry[0] }}{%- for ideEntry in tables.copilot.copilot-matrix.ides %}{%- assign latestVersion = ideEntry[1].versions | first %}{%- assign supportLevel = ideEntry[1].features[featureEntry[0]][latestVersion] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- when "closing-down" %}C{%- else %}✗{%- endcase -%}{%- endfor %} | {%- endfor %} {% endides %} @@ -62,7 +63,7 @@ The following table shows supported {% data variables.product.prodname_copilot_s | Feature{%- for version in groupVersions %} | {{ version }}{%- endfor %} | |:----{%- for version in groupVersions %}|:----:{%- endfor %}| {%- for featureEntry in ideEntry.features %} -| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- else %}✗{%- endcase -%}{%- endfor %} | +| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- when "closing-down" %}C{%- else %}✗{%- endcase -%}{%- endfor %} | {%- endfor %} {% endfor %} @@ -87,7 +88,7 @@ The following table shows supported {% data variables.product.prodname_copilot_s | Feature{%- for version in groupVersions %} | {{ version }}{%- endfor %} | |:----{%- for version in groupVersions %}|:----:{%- endfor %}| {%- for featureEntry in ideEntry.features %} -| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- else %}✗{%- endcase -%}{%- endfor %} | +| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- when "closing-down" %}C{%- else %}✗{%- endcase -%}{%- endfor %} | {%- endfor %} {% endfor %} @@ -112,7 +113,7 @@ The following table shows supported {% data variables.product.prodname_copilot_s | Feature{%- for version in groupVersions %} | {{ version }}{%- endfor %} | |:----{%- for version in groupVersions %}|:----:{%- endfor %}| {%- for featureEntry in ideEntry.features %} -| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- else %}✗{%- endcase -%}{%- endfor %} | +| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- when "closing-down" %}C{%- else %}✗{%- endcase -%}{%- endfor %} | {%- endfor %} {% endfor %} @@ -137,7 +138,7 @@ The following table shows supported {% data variables.product.prodname_copilot_s | Feature{%- for version in groupVersions %} | {{ version }}{%- endfor %} | |:----{%- for version in groupVersions %}|:----:{%- endfor %}| {%- for featureEntry in ideEntry.features %} -| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- else %}✗{%- endcase -%}{%- endfor %} | +| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- when "closing-down" %}C{%- else %}✗{%- endcase -%}{%- endfor %} | {%- endfor %} {% endfor %} @@ -162,7 +163,7 @@ The following table shows supported {% data variables.product.prodname_copilot_s | Feature{%- for version in groupVersions %} | {{ version }}{%- endfor %} | |:----{%- for version in groupVersions %}|:----:{%- endfor %}| {%- for featureEntry in ideEntry.features %} -| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- else %}✗{%- endcase -%}{%- endfor %} | +| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- when "closing-down" %}C{%- else %}✗{%- endcase -%}{%- endfor %} | {%- endfor %} {% endfor %} @@ -187,7 +188,7 @@ The following table shows supported {% data variables.product.prodname_copilot_s | Feature{%- for version in groupVersions %} | {{ version }}{%- endfor %} | |:----{%- for version in groupVersions %}|:----:{%- endfor %}| {%- for featureEntry in ideEntry.features %} -| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- else %}✗{%- endcase -%}{%- endfor %} | +| {{ featureEntry[0] }}{%- for version in groupVersions %}{%- assign supportLevel = featureEntry[1][version] %} | {%- case supportLevel -%}{%- when "supported" %}✓{%- when "preview" %}P{%- when "closing-down" %}C{%- else %}✗{%- endcase -%}{%- endfor %} | {%- endfor %} {% endfor %} diff --git a/data/tables/copilot/copilot-matrix.yml b/data/tables/copilot/copilot-matrix.yml index 076b6f5db89e..e1bdb2146e7b 100644 --- a/data/tables/copilot/copilot-matrix.yml +++ b/data/tables/copilot/copilot-matrix.yml @@ -7,6 +7,7 @@ metadata: - not-supported - preview - supported + - closing-down ides: VS Code: versions: @@ -272,27 +273,6 @@ ides: 1.60.0: not-supported 1.57.0: not-supported 0.0.0: not-supported - Custom chat modes: - 1.108.0: preview - 1.107.0: preview - 1.106.0: preview - 1.105.0: preview - 1.104.0: preview - 1.103.0: preview - 1.102.0: preview - 1.101.0: preview - 1.100.0: not-supported - 1.99.0: not-supported - 1.98.0: not-supported - 1.97.0: not-supported - 1.96.0: not-supported - 1.95.0: not-supported - 1.94.0: not-supported - 1.80.0: not-supported - 1.70.0: not-supported - 1.60.0: not-supported - 1.57.0: not-supported - 0.0.0: not-supported Custom instructions: 1.108.0: supported 1.107.0: supported @@ -335,27 +315,6 @@ ides: 1.60.0: not-supported 1.57.0: not-supported 0.0.0: not-supported - Extensions: - 1.108.0: supported - 1.107.0: supported - 1.106.0: supported - 1.105.0: supported - 1.104.0: supported - 1.103.0: supported - 1.102.0: supported - 1.101.0: supported - 1.100.0: supported - 1.99.0: supported - 1.98.0: supported - 1.97.0: supported - 1.96.0: supported - 1.95.0: supported - 1.94.0: supported - 1.80.0: supported - 1.70.0: supported - 1.60.0: supported - 1.57.0: supported - 0.0.0: supported Java Upgrade Agent: 1.108.0: preview 1.107.0: preview @@ -539,6 +498,12 @@ ides: 17.14.0: supported 17.13.0: supported 0.0.0: supported + Checkpoints: + 18.0.0: supported + 17.14.13: supported + 17.14.6: supported + 17.14.0: supported + 17.13.0: not-supported Code completion: 18.0.0: supported 17.14.13: supported @@ -560,6 +525,13 @@ ides: 17.14.0: supported 17.13.0: supported 0.0.0: supported + Custom agents: + 18.0.0: preview + 17.14.13: not-supported + 17.14.6: not-supported + 17.14.0: not-supported + 17.13.0: not-supported + 0.0.0: not-supported Custom instructions: 18.0.0: supported 17.14.13: supported @@ -568,25 +540,11 @@ ides: 17.13.0: supported 0.0.0: supported Edit mode: - 18.0.0: supported + 18.0.0: closing-down 17.14.6: supported 17.14.0: supported 17.13.0: supported 0.0.0: not-supported - Extensions: - 18.0.0: supported - 17.14.13: supported - 17.14.6: supported - 17.14.0: supported - 17.13.0: supported - 0.0.0: supported - Java Upgrade Agent: - 18.0.0: not-supported - 17.14.13: not-supported - 17.14.6: not-supported - 17.14.0: not-supported - 17.13.0: not-supported - 0.0.0: not-supported MCP: 18.0.0: supported 17.14.13: supported @@ -609,14 +567,14 @@ ides: 17.13.0: not-supported 0.0.0: not-supported Vision: - 18.0.0: preview - 17.14.13: preview - 17.14.6: preview - 17.14.0: preview + 18.0.0: supported + 17.14.13: supported + 17.14.6: supported + 17.14.0: supported 17.13.0: preview 0.0.0: preview Workspace indexing: - 18.0.0: not-supported + 18.0.0: supported 17.14.13: not-supported 17.14.6: not-supported 17.14.0: not-supported @@ -624,6 +582,11 @@ ides: 0.0.0: not-supported JetBrains: versions: + - 1.5.66 + - 1.5.65 + - 1.5.64 + - 1.5.63 + - 1.5.62 - 1.5.54 - 1.5.53 - 1.5.49 @@ -637,12 +600,18 @@ ides: - 0.0.0 versionGroups: latest releases: - - 1.5.54 - - 1.5.53 - - 1.5.49 - - 1.5.45 - - 1.5.43 + - 1.5.66 + - 1.5.65 + - 1.5.64 + - 1.5.63 + - 1.5.62 + 2026 releases: + - 1.5.66 + - 1.5.65 + - 1.5.64 + - 1.5.63 2025 releases: + - 1.5.62 - 1.5.54 - 1.5.53 - 1.5.49 @@ -655,19 +624,12 @@ ides: - 1.5.39 - 1.4.0 features: - .NET Upgrade Agent: - 1.5.54: not-supported - 1.5.53: not-supported - 1.5.49: not-supported - 1.5.45: not-supported - 1.5.43: not-supported - 1.5.41: not-supported - 1.5.39: not-supported - 1.5.0: not-supported - 1.4.0: not-supported - 1.0.1: not-supported - 0.0.0: not-supported Agent skills: + 1.5.66: preview + 1.5.65: preview + 1.5.64: preview + 1.5.63: not-supported + 1.5.62: not-supported 1.5.54: not-supported 1.5.53: not-supported 1.5.49: not-supported @@ -680,6 +642,11 @@ ides: 1.0.1: not-supported 0.0.0: not-supported Agent mode: + 1.5.66: supported + 1.5.65: supported + 1.5.64: supported + 1.5.63: supported + 1.5.62: supported 1.5.54: supported 1.5.53: supported 1.5.49: supported @@ -692,6 +659,11 @@ ides: 1.0.1: not-supported 0.0.0: not-supported BYOK: + 1.5.66: preview + 1.5.65: preview + 1.5.64: preview + 1.5.63: preview + 1.5.62: preview 1.5.54: preview 1.5.53: preview 1.5.49: preview @@ -704,6 +676,11 @@ ides: 1.0.1: preview 0.0.0: preview Chat: + 1.5.66: supported + 1.5.65: supported + 1.5.64: supported + 1.5.63: supported + 1.5.62: supported 1.5.54: supported 1.5.53: supported 1.5.49: supported @@ -716,6 +693,11 @@ ides: 1.0.1: not-supported 0.0.0: not-supported Checkpoints: + 1.5.66: supported + 1.5.65: supported + 1.5.64: supported + 1.5.63: supported + 1.5.62: supported 1.5.54: not-supported 1.5.53: not-supported 1.5.49: not-supported @@ -728,6 +710,11 @@ ides: 1.0.1: not-supported 0.0.0: not-supported Code completion: + 1.5.66: supported + 1.5.65: supported + 1.5.64: supported + 1.5.63: supported + 1.5.62: supported 1.5.54: supported 1.5.53: supported 1.5.49: supported @@ -740,6 +727,11 @@ ides: 1.0.1: supported 0.0.0: preview Code referencing: + 1.5.66: supported + 1.5.65: supported + 1.5.64: supported + 1.5.63: supported + 1.5.62: supported 1.5.54: supported 1.5.53: supported 1.5.49: supported @@ -752,6 +744,11 @@ ides: 1.0.1: supported 0.0.0: supported Copilot code review: + 1.5.66: supported + 1.5.65: supported + 1.5.64: supported + 1.5.63: supported + 1.5.62: supported 1.5.54: supported 1.5.53: supported 1.5.49: supported @@ -763,7 +760,7 @@ ides: 1.4.0: supported 1.0.1: supported 0.0.0: supported - Custom chat modes: + Custom agents: 1.5.54: not-supported 1.5.53: not-supported 1.5.49: not-supported @@ -776,6 +773,11 @@ ides: 1.0.1: not-supported 0.0.0: not-supported Custom instructions: + 1.5.66: preview + 1.5.65: preview + 1.5.64: preview + 1.5.63: preview + 1.5.62: preview 1.5.54: preview 1.5.53: preview 1.5.49: preview @@ -787,7 +789,18 @@ ides: 1.4.0: not-supported 1.0.1: not-supported 0.0.0: not-supported + Custom chat: + 1.5.66: preview + 1.5.65: preview + 1.5.64: preview + 1.5.63: preview + 1.5.62: preview Edit mode: + 1.5.66: supported + 1.5.65: supported + 1.5.64: supported + 1.5.63: supported + 1.5.62: supported 1.5.54: supported 1.5.53: supported 1.5.49: supported @@ -799,24 +812,16 @@ ides: 1.4.0: not-supported 1.0.1: not-supported 0.0.0: not-supported - - Extensions: + MCP: + 1.5.66: supported + 1.5.65: supported + 1.5.64: supported + 1.5.63: supported + 1.5.62: supported 1.5.54: supported 1.5.53: supported - 1.5.49: supported - 1.5.45: supported - 1.5.43: supported - 1.5.41: supported - 1.5.39: supported - 1.5.0: supported - 1.4.0: supported - 1.0.1: supported - 0.0.0: supported - Java Upgrade Agent: - 1.5.54: not-supported - 1.5.53: not-supported - 1.5.49: not-supported - 1.5.45: not-supported + 1.5.49: preview + 1.5.45: preview 1.5.43: not-supported 1.5.41: not-supported 1.5.39: not-supported @@ -824,19 +829,12 @@ ides: 1.4.0: not-supported 1.0.1: not-supported 0.0.0: not-supported - MCP: - 0.0.0: not-supported - 1.0.1: not-supported - 1.4.0: not-supported - 1.5.0: not-supported - 1.5.39: not-supported - 1.5.41: not-supported - 1.5.43: not-supported - 1.5.45: preview - 1.5.49: preview - 1.5.53: supported - 1.5.54: supported Next edit suggestions: + 1.5.66: preview + 1.5.65: preview + 1.5.64: preview + 1.5.63: preview + 1.5.62: preview 1.5.54: preview 1.5.53: not-supported 1.5.49: not-supported @@ -849,6 +847,11 @@ ides: 1.0.1: not-supported 0.0.0: not-supported Prompt files: + 1.5.66: preview + 1.5.65: preview + 1.5.64: preview + 1.5.63: preview + 1.5.62: preview 1.5.54: preview 1.5.53: not-supported 1.5.49: not-supported @@ -861,6 +864,11 @@ ides: 1.0.1: not-supported 0.0.0: not-supported Vision: + 1.5.66: preview + 1.5.65: preview + 1.5.64: preview + 1.5.63: preview + 1.5.62: preview 1.5.54: preview 1.5.53: preview 1.5.49: preview @@ -873,6 +881,11 @@ ides: 1.0.1: not-supported 0.0.0: not-supported Workspace indexing: + 1.5.66: supported + 1.5.65: supported + 1.5.64: supported + 1.5.63: supported + 1.5.62: supported 1.5.54: not-supported 1.5.53: not-supported 1.5.49: not-supported @@ -923,21 +936,6 @@ ides: - 0.2.0 - 0.1.0 features: - .NET Upgrade Agent: - 0.14.0: not-supported - 0.13.0: not-supported - 0.12.0: not-supported - 0.11.0: not-supported - 0.10.0: not-supported - 0.9.0: not-supported - 0.8.0: not-supported - 0.7.0: not-supported - 0.6.0: not-supported - 0.5.0: not-supported - 0.4.0: not-supported - 0.3.0: not-supported - 0.2.0: not-supported - 0.1.0: not-supported Agent skills: 0.14.0: not-supported 0.13.0: not-supported @@ -1058,7 +1056,7 @@ ides: 0.3.0: not-supported 0.2.0: not-supported 0.1.0: not-supported - Custom chat modes: + Custom agents: 0.14.0: supported 0.13.0: supported 0.12.0: not-supported @@ -1088,36 +1086,6 @@ ides: 0.3.0: not-supported 0.2.0: not-supported 0.1.0: not-supported - Edit mode: - 0.14.0: not-supported - 0.13.0: not-supported - 0.12.0: not-supported - 0.11.0: not-supported - 0.10.0: not-supported - 0.9.0: not-supported - 0.8.0: not-supported - 0.7.0: not-supported - 0.6.0: not-supported - 0.5.0: not-supported - 0.4.0: not-supported - 0.3.0: not-supported - 0.2.0: not-supported - 0.1.0: not-supported - Extensions: - 0.14.0: not-supported - 0.13.0: not-supported - 0.12.0: not-supported - 0.11.0: not-supported - 0.10.0: not-supported - 0.9.0: not-supported - 0.8.0: not-supported - 0.7.0: not-supported - 0.6.0: not-supported - 0.5.0: not-supported - 0.4.0: not-supported - 0.3.0: not-supported - 0.2.0: not-supported - 0.1.0: not-supported Java Upgrade Agent: 0.14.0: not-supported 0.13.0: not-supported @@ -1270,32 +1238,6 @@ ides: - 0.23.0 - 0.0.0 features: - .NET Upgrade Agent: - 0.46.0: not-supported - 0.45.0: not-supported - 0.44.0: not-supported - 0.43.0: not-supported - 0.42.0: not-supported - 0.41.0: not-supported - 0.40.0: not-supported - 0.39.0: not-supported - 0.38.0: not-supported - 0.37.0: not-supported - 0.36.0: not-supported - 0.35.0: not-supported - 0.34.0: not-supported - 0.33.0: not-supported - 0.32.0: not-supported - 0.31.0: not-supported - 0.30.0: not-supported - 0.29.0: not-supported - 0.28.0: not-supported - 0.27.0: not-supported - 0.26.0: not-supported - 0.25.0: not-supported - 0.24.0: not-supported - 0.23.0: not-supported - 0.0.0: not-supported Agent skills: 0.46.0: not-supported 0.45.0: not-supported @@ -1504,7 +1446,7 @@ ides: 0.24.0: not-supported 0.23.0: not-supported 0.0.0: not-supported - Custom chat modes: + Custom agents: 0.46.0: preview 0.45.0: preview 0.44.0: not-supported @@ -1556,84 +1498,6 @@ ides: 0.24.0: not-supported 0.23.0: not-supported 0.0.0: not-supported - Edit mode: - 0.46.0: not-supported - 0.45.0: not-supported - 0.44.0: not-supported - 0.43.0: not-supported - 0.42.0: not-supported - 0.41.0: not-supported - 0.40.0: not-supported - 0.39.0: not-supported - 0.38.0: not-supported - 0.37.0: not-supported - 0.36.0: not-supported - 0.35.0: not-supported - 0.34.0: not-supported - 0.33.0: not-supported - 0.32.0: not-supported - 0.31.0: not-supported - 0.30.0: not-supported - 0.29.0: not-supported - 0.28.0: not-supported - 0.27.0: not-supported - 0.26.0: not-supported - 0.25.0: not-supported - 0.24.0: not-supported - 0.23.0: not-supported - 0.0.0: not-supported - Extensions: - 0.46.0: not-supported - 0.45.0: not-supported - 0.44.0: not-supported - 0.43.0: not-supported - 0.42.0: not-supported - 0.41.0: not-supported - 0.40.0: not-supported - 0.39.0: not-supported - 0.38.0: not-supported - 0.37.0: not-supported - 0.36.0: not-supported - 0.35.0: not-supported - 0.34.0: not-supported - 0.33.0: not-supported - 0.32.0: not-supported - 0.31.0: not-supported - 0.30.0: not-supported - 0.29.0: not-supported - 0.28.0: not-supported - 0.27.0: not-supported - 0.26.0: not-supported - 0.25.0: not-supported - 0.24.0: not-supported - 0.23.0: not-supported - 0.0.0: not-supported - Java Upgrade Agent: - 0.46.0: not-supported - 0.45.0: not-supported - 0.44.0: not-supported - 0.43.0: not-supported - 0.42.0: not-supported - 0.41.0: not-supported - 0.40.0: not-supported - 0.39.0: not-supported - 0.38.0: not-supported - 0.37.0: not-supported - 0.36.0: not-supported - 0.35.0: not-supported - 0.34.0: not-supported - 0.33.0: not-supported - 0.32.0: not-supported - 0.31.0: not-supported - 0.30.0: not-supported - 0.29.0: not-supported - 0.28.0: not-supported - 0.27.0: not-supported - 0.26.0: not-supported - 0.25.0: not-supported - 0.24.0: not-supported - 0.23.0: not-supported - 0.0.0: not-supported MCP: 0.46.0: supported 0.45.0: supported @@ -1818,27 +1682,6 @@ ides: - 1.0.0 - 0.0.1 features: - .NET Upgrade Agent: - 0.0.1: not-supported - 1.0.0: not-supported - 1.1.0: not-supported - 1.2.0: not-supported - 1.3.0: not-supported - 1.4.0: not-supported - 1.5.0: not-supported - 1.6.0: not-supported - 1.7.0: not-supported - 1.8.0: not-supported - 1.9.0: not-supported - 1.10.0: not-supported - 1.11.0: not-supported - 1.12.0: not-supported - 1.13.0: not-supported - 1.14.0: not-supported - 1.15.0: not-supported - 1.16.0: not-supported - 1.17.0: not-supported - 1.18.0: not-supported Agent skills: 1.18.0: not-supported 1.17.0: not-supported @@ -2007,7 +1850,7 @@ ides: 1.16.0: not-supported 1.17.0: not-supported 1.18.0: not-supported - Custom chat modes: + Custom agents: 0.0.1: not-supported 1.0.0: not-supported 1.1.0: not-supported @@ -2049,69 +1892,6 @@ ides: 1.16.0: not-supported 1.17.0: not-supported 1.18.0: not-supported - Edit mode: - 0.0.1: not-supported - 1.0.0: not-supported - 1.1.0: not-supported - 1.2.0: not-supported - 1.3.0: not-supported - 1.4.0: not-supported - 1.5.0: not-supported - 1.6.0: not-supported - 1.7.0: not-supported - 1.8.0: not-supported - 1.9.0: not-supported - 1.10.0: not-supported - 1.11.0: not-supported - 1.12.0: not-supported - 1.13.0: not-supported - 1.14.0: not-supported - 1.15.0: not-supported - 1.16.0: not-supported - 1.17.0: not-supported - 1.18.0: not-supported - Extensions: - 0.0.1: not-supported - 1.0.0: not-supported - 1.1.0: not-supported - 1.2.0: not-supported - 1.3.0: not-supported - 1.4.0: not-supported - 1.5.0: not-supported - 1.6.0: not-supported - 1.7.0: not-supported - 1.8.0: not-supported - 1.9.0: not-supported - 1.10.0: not-supported - 1.11.0: not-supported - 1.12.0: not-supported - 1.13.0: not-supported - 1.14.0: not-supported - 1.15.0: not-supported - 1.16.0: not-supported - 1.17.0: not-supported - 1.18.0: not-supported - Java Upgrade Agent: - 0.0.1: not-supported - 1.0.0: not-supported - 1.1.0: not-supported - 1.2.0: not-supported - 1.3.0: not-supported - 1.4.0: not-supported - 1.5.0: not-supported - 1.6.0: not-supported - 1.7.0: not-supported - 1.8.0: not-supported - 1.9.0: not-supported - 1.10.0: not-supported - 1.11.0: not-supported - 1.12.0: not-supported - 1.13.0: not-supported - 1.14.0: not-supported - 1.15.0: not-supported - 1.16.0: not-supported - 1.17.0: not-supported - 1.18.0: not-supported MCP: 0.0.1: not-supported 1.0.0: not-supported