1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Delete orphaned files (2025-11-17-16-30) (#58513)

Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
docs-bot
2025-11-18 02:18:44 -08:00
committed by GitHub
parent 94b658e298
commit f1d22de33a
16 changed files with 0 additions and 64 deletions

View File

@@ -1 +0,0 @@
1. In the sidebar, under "Third-party Access," click **{% data variables.product.prodname_github_apps %}**. A list of the {% data variables.product.prodname_github_apps %} installed on your organization will be displayed.

View File

@@ -1,8 +0,0 @@
{% data variables.copilot.copilot_extensions_short %} are integrations that expand the functionality of {% data variables.copilot.copilot_chat_short %}, allowing developers to bring external tools, services, and custom behaviors into the Chat experience. You can use {% data variables.copilot.copilot_extensions_short %} to extend the capabilities of {% data variables.copilot.copilot_chat_short %} in a variety of ways, including:
* **Querying documentation:** A {% data variables.copilot.copilot_extension_short %} can allow {% data variables.copilot.copilot_chat_short %} to query a third-party documentation service to find information about a specific topic.
* **AI-assisted coding:** A {% data variables.copilot.copilot_extension_short %} can use a third-party AI model to provide code suggestions.
* **Data retrieval:** A {% data variables.copilot.copilot_extension_short %} can allow {% data variables.copilot.copilot_chat_short %} to query a third-party data service to retrieve information about a specific topic.
* **Action execution:** A {% data variables.copilot.copilot_extension_short %} can allow {% data variables.copilot.copilot_chat_short %} to execute a specific action, such as posting to a message board or updating a tracking item in an external system.
{% data variables.copilot.copilot_extensions %} are built with {% data variables.product.prodname_github_apps %}. They are best suited for developers who want cross-platform compatibility and app management and support from {% data variables.product.github %}.

View File

@@ -1,3 +0,0 @@
1. In the "{% data variables.copilot.copilot_chat %}" row, select the **Access:** dropdown menu, then click **Read-only**.
1. To enable context passing, in the "{% data variables.product.prodname_copilot_short %} Editor Context" row, select the **Access:** dropdown menu, then click **Read-only**. For more information about context passing, see [AUTOTITLE](/copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/context-passing-for-your-agent).
1. Click **Save changes**.

View File

@@ -1 +0,0 @@
Before you configure your {% data variables.copilot.copilot_agent_short %} to communicate with {% data variables.product.github %}, you should understand how your {% data variables.copilot.copilot_agent_short %} communicates with the {% data variables.product.prodname_copilot_short %} platform. See [AUTOTITLE](/copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/configuring-your-copilot-agent-to-communicate-with-the-copilot-platform).

View File

@@ -1 +0,0 @@
{% data variables.copilot.copilot_extensions %} are **a type of {% data variables.product.prodname_github_app %} that integrates the power of external tools into {% data variables.copilot.copilot_chat %}**. {% data variables.copilot.copilot_extensions_short %} can be developed by anyone, for private or public use, and can be shared with others through the {% data variables.product.prodname_marketplace %}.

View File

@@ -1 +0,0 @@
{% data variables.copilot.copilot_extensions_short %} are a type of {% data variables.product.prodname_github_app %} that you can install on your {% data variables.product.prodname_dotcom %} account, to add additional capabilities to {% data variables.product.prodname_copilot_short %}.

View File

@@ -1,2 +0,0 @@
Skillsets and agents are the two ways to extend {% data variables.product.prodname_copilot_short %}'s capabilities and context through the {% data variables.copilot.copilot_extensibility_platform_short %}. They let you integrate external services and APIs into {% data variables.copilot.copilot_chat_short %}, but each one serves different use cases and offers different levels of control and complexity:
* **Skillsets** are lightweight and streamlined, designed for developers who need {% data variables.product.prodname_copilot_short %} to perform specific tasks (e.g., data retrieval or simple operations) with minimal setup. They handle routing, prompt crafting, function evaluation, and response generation automatically, making them ideal for quick and straightforward integrations.

View File

@@ -1 +0,0 @@
* **Agents** are for complex integrations that need full control over how requests are processed and responses are generated. They let you implement custom logic, integrate with other LLMs and/or the Copilot API, manage conversation context, and handle all aspects of the user interaction. While Agents require more engineering and maintenance, they offer maximum flexibility for sophisticated workflows. For more information about agents, see [AUTOTITLE](/copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/about-copilot-agents).

View File

@@ -1 +0,0 @@
1. After installing a {% data variables.copilot.copilot_extension_short %}, you need to complete the authentication and onboarding steps unique to that extension. Visit the extension's marketplace listing page or the developer's documentation to complete the necessary steps.

View File

@@ -1,10 +0,0 @@
> [!IMPORTANT]
> {% data variables.copilot.copilot_extensions_short %} built as {% data variables.product.prodname_github_apps %} will be closing down on November 10, 2025. {% data variables.product.prodname_vscode_shortname %} {% data variables.copilot.copilot_extensions_short %} are not affected and will remain supported.
>
> Key dates:
> * September 23, 2025: New creation of {% data variables.copilot.copilot_extensions_short %} will be blocked
> * November 10, 2025: All existing {% data variables.copilot.copilot_extensions_short %} will be disabled
>
> Consider building MCP servers to replace extension functionality where applicable. Hybrid apps (with other {% data variables.product.prodname_github_app %} functionality) must disable the {% data variables.copilot.copilot_extension_short %} configuration in app settings to remain listed in the {% data variables.product.prodname_marketplace %} after November 10, 2025.
>
> For more information, see the [changelog announcement](https://github.blog/changelog/2025-09-23-deprecate-github-copilot-extensions-github-apps/).

View File

@@ -1,8 +0,0 @@
1. For each skill you want to add (maximum 5):
1. Click **Add new skill**.
1. Enter a clear **Name** for the skill (e.g., "Generate Lorem Ipsum Data").
1. Write a detailed **Inference description** to help {% data variables.product.prodname_copilot_short %} understand when to use this skill.
1. Add your **API endpoint URL** that will receive the POST requests.
1. In the **Parameter** field, add the JSON schema defining the expected request format.
1. Click **Add Definition** to save your skill.
1. Click **Save** to save your skillset.

View File

@@ -1,11 +0,0 @@
| Clients and IDEs | {% data variables.copilot.copilot_extensions %} support |
|----------------------------------------------------------|:----------------------------------------------------------------:|
| {% data variables.product.prodname_vscode %} | {% octicon "check" aria-label="Supported" %} |
| {% data variables.product.prodname_vs %} | {% octicon "check" aria-label="Supported" %} |
| {% data variables.product.prodname_dotcom_the_website %} | {% octicon "check" aria-label="Supported" %} |
| {% data variables.product.prodname_mobile %} | {% octicon "check" aria-label="Supported" %} |
| JetBrains IDEs | {% octicon "check" aria-label="Supported" %} |
| {% data variables.product.prodname_github_codespaces %} | {% octicon "x" aria-label="Unsupported" %} |
| Vim/Neovim | {% octicon "x" aria-label="Unsupported" %} |
| {% data variables.copilot.copilot_cli_short %} | {% octicon "x" aria-label="Unsupported" %} |
| Xcode | {% octicon "x" aria-label="Unsupported" %} |

View File

@@ -1,7 +0,0 @@
1. In the top right of any page on {% data variables.product.github %}, click the **{% octicon "copilot" aria-hidden="true" aria-label="Copilot" %}** icon next to the search bar.
The {% data variables.copilot.copilot_chat %} panel is displayed. To resize the panel, click and drag the top or left edge.
1. If the panel contains a previous conversation you had with {% data variables.product.prodname_copilot_short %}, click the "New conversation" icon (a plus sign) at the top right of the panel.
![Screenshot of the new conversation button, highlighted with a dark orange outline.](/assets/images/help/copilot/chat-new-conversation-button.png)

View File

@@ -1 +0,0 @@
{% data variables.copilot.copilot_raptor_mini %} is a good choice for common development tasks that benefit from general-purpose coding and writing. If you're working on tasks that require fast iteration, accurate inline suggestions and explanations, {% data variables.copilot.copilot_raptor_mini %} is likely the model to use.

View File

@@ -1,3 +0,0 @@
If you enable {% data variables.product.prodname_dependabot %} on a new repository and have {% data variables.product.prodname_actions %} enabled, {% data variables.product.prodname_dependabot %} will run on {% data variables.product.prodname_actions %} by default.
If you enable {% data variables.product.prodname_dependabot %} on a new repository and have {% data variables.product.prodname_actions %} disabled, {% data variables.product.prodname_dependabot %} will run on the legacy application in {% data variables.product.github %} to perform {% data variables.product.prodname_dependabot_updates %}. This doesn't provide as good performance, visibility, or control of {% data variables.product.prodname_dependabot_updates %} jobs as {% data variables.product.prodname_actions %} does. If you want to use {% data variables.product.prodname_dependabot %} with {% data variables.product.prodname_actions %}, you must ensure that your repository enables {% data variables.product.prodname_actions %}, then enable "{% data variables.product.prodname_dependabot %} on Actions runners" from the repository's "{% data variables.product.UI_advanced_security %}" settings page.

View File

@@ -1,5 +0,0 @@
Anyone with a {% data variables.copilot.copilot_pro_short %}, {% data variables.copilot.copilot_pro_plus_short %}, or {% data variables.copilot.copilot_free_short %} plan can use {% data variables.copilot.copilot_extensions_short %}.
For organizations or enterprises with a {% data variables.copilot.copilot_business_short %} or {% data variables.copilot.copilot_enterprise_short %} plan, organization owners and enterprise administrators can grant access to {% data variables.copilot.copilot_extensions_short %}.
{% data variables.copilot.copilot_extensions_short %} is not available for {% data variables.product.prodname_ghe_server %}.