Skip to content

Commit 9d0faa6

Browse files
committed
Remove preview for Copilot Edits
1 parent 94033bd commit 9d0faa6

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

docs/copilot/copilot-edits.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DateApproved: 12/11/2024
88
MetaDescription: Get started with Copilot Edits to start an AI-powered code editing session across multiple files in your project.
99
MetaSocialImage: images/shared/github-copilot-social.png
1010
---
11-
# Copilot Edits (preview)
11+
# Copilot Edits
1212

1313
Use Copilot Edits to start an AI-powered code editing session and iterate quickly on code changes across multiple files by using natural language. Copilot Edits applies the edits directly in the editor, where you can review them in-place, with the full context of the surrounding code. Copilot Edits brings the conversational flow of Copilot Chat and immediate feedback from Inline Chat together in one experience.
1414

@@ -17,15 +17,12 @@ Copilot Edits can function in two modes:
1717
* [*Edit mode*](#use-edit-mode): select which files to edit, provide the relevant context and prompt, and Copilot will suggest code edits.
1818
* [*Agent mode*](#use-agent-mode-preview) (preview): let Copilot determine which files to edit and which commands to run. Copilot will autonomously use different [tools](#agent-mode-tools) to iterate and resolve issues to achieve the desired outcome.
1919

20-
> [!TIP]
21-
> If you don't yet have a Copilot subscription, you can use Copilot for free by signing up for the [Copilot Free plan](https://github.com/github-copilot/signup) and get a monthly limit of completions and chat interactions.
22-
2320
The following video demonstrates how to use Copilot Edits to extend a basic Express app, such as adding a new page, navigation bar, and theme switcher.
2421

2522
<video src="images/copilot-edits/copilot-edits-hero.mp4" title="Use Copilot Edits to modify an Express app" loop controls muted></video>
2623

27-
> [!NOTE]
28-
> The Copilot Edits feature is currently in preview. You can provide feedback and report problems in [our issues](https://github.com/microsoft/vscode-copilot-release/issues).
24+
> [!TIP]
25+
> If you don't yet have a Copilot subscription, you can use Copilot for free by signing up for the [Copilot Free plan](https://github.com/github-copilot/signup) and get a monthly limit of completions and chat interactions.
2926
3027
## Start a Copilot Edits session
3128

@@ -285,7 +282,6 @@ Consider the following criteria
285282
* **Response time**: agent mode involves more steps to process a request, so it might take longer to get a response. For example, to determine the relevant context and files to edit, determine the plan of action, and more.
286283
* **Request quota**: in agent mode, depending on the complexity of the task, one prompt might result in many requests to the backend.
287284

288-
289285
## Related content
290286

291287
* [Get a quick overview of the Copilot features in VS Code](/docs/copilot/copilot-vscode-features.md)

docs/copilot/copilot-vscode-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Use natural language to chat with GitHub Copilot and get help with coding tasks.
4242
> - Be specific, keep it simple, and ask follow-up questions to get the best results.
4343
> - Provide context by attaching files, symbols, or selections to your chat prompt.
4444
45-
## Code editing session (Preview)
45+
## Code editing session
4646

4747
Use Copilot Edits to start a code editing session where you can iterate quickly on AI-generated code edits that are applied directly across multiple files in your workspace.
4848

0 commit comments

Comments
 (0)