Skip to content

Commit 4baedf5

Browse files
authored
Merge pull request #800 from telerik/nkaraiva/copilot-extension-updates
Update copilot extension - end of life GitHub Copilot Extension
2 parents ebff2d3 + b2ba631 commit 4baedf5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

ai-coding-assistant/copilot-extension.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ position: 1
1111

1212
The Telerik WinForms [GitHub Copilot](https://github.com/features/copilot) extension is an AI-powered coding assistant that provides specialized knowledge about [Telerik UI for WinForms components](https://www.telerik.com/products/winforms.aspx).
1313

14+
>caution [Microsoft is sunsetting GitHub Copilot extensions](https://github.blog/changelog/2025-09-24-deprecate-github-copilot-extensions-github-apps/) on November 10th, 2025, in favor of the Model Context Protocol (MCP) standard.
15+
>
16+
> From that date, the Telerik and Kendo UI AI Coding Assistants will be available exclusively through our [MCP server]({%slug ai-mcp-server%}), ensuring you continue to enjoy the same powerful capabilities that are delivered by a modern, open, and officially recommended standard.
17+
18+
>tip The Telerik .NET MAUI MCP Server works in **Chat**(**Ask**) and **Agent** modes.
19+
1420
This extension enhances GitHub Copilot with proprietary context about Telerik WinForms controls, helping you:
1521

1622
* Generate code snippets using Telerik WinForms components.
@@ -51,13 +57,14 @@ To use the Telerik WinForms Copilot extension:
5157
1. Look for a status label such as **Telerik WinForms working...** or **Telerik WinForms generating response...** in the output to confirm the extension is active.
5258
1. Grant permission to the Telerik WinForms extension to read your workspace files when prompted.
5359
1. For unrelated queries, start a new chat session in a new window to avoid context pollution from previous conversations.
54-
60+
1. Use in **Chat**(**Ask**) and **Agent** modes.
61+
5562
### Sample Prompts
5663

5764
The following examples demonstrate useful prompts for the Telerik WinForms extension:
5865

5966
* "`@telerikwinforms` Create a RadGridView with 100 records each having Id, Name and Company. Group the data by Company. Sort by name. Add aggregate count function for the company column."
60-
* "`@telerikwinforms` Create a RadGridView with 100 employees records with two columns for name and company name. Include paging in the RadGridView with 20 records per page."
67+
* "`@telerikwinforms` Create a RadGridView with 100 employee records with two columns for name and company name. Include paging in the RadGridView with 20 records per page."
6168
* "`@telerikwinforms` Create a line RadChartView with 100 records of sample data. Each record should have Value plotted on the vertical axis and Date on the horizontal axis."
6269
* "`@telerikwinforms` Show me how to size all columns in GridView to take all the available space."
6370

0 commit comments

Comments
 (0)