Skip to content

Commit 10699b3

Browse files
authored
Merge pull request #37 from microsoft/agent-mode
Copilot Edits agent mode docs
2 parents 9f0cdef + be6e366 commit 10699b3

10 files changed

+156
-67
lines changed

docs/copilot/copilot-edits.md

Lines changed: 135 additions & 59 deletions
Large diffs are not rendered by default.

docs/copilot/copilot-settings.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,15 @@ The team is continuously working on improving Copilot in VS Code and adding new
4242
* `setting(chat.editor.lineHeight)`: Line height in pixels in chat codeblocks.
4343
* `setting(chat.editor.wordWrap)`: Toggle line wrapping in chat codeblocks.
4444

45-
## Edits settings
45+
## Copilot Edits settings
4646

4747
* `setting(chat.editing.confirmEditRequestRemoval)` - ask for confirmation before undoing an edit (default: `true`)
4848
* `setting(chat.editing.confirmEditRequestRetry)` - ask for confirmation before performing a redo of the last edit (default: `true`)
4949
* `setting(chat.editing.alwaysSaveWithGeneratedChanges)` - automatically save generated changes from Copilot Edits to disk (default: `false`)
50+
* `setting(chat.agent.enabled)` <i class="codicon codicon-beaker"></i> - enable or disable agent mode in Copilot Edits (default: `false`)
51+
* `setting(chat.editing.autoAcceptDelay)` - configure a delay after which suggested edits are automatically accepted, use zero to disable auto-accept (default: 0)
52+
* `setting(github.copilot.chat.edits.codesearch.enabled)` _(preview)_ - let Copilot find the right files by adding `#codebase` to your prompt, similar to how agent mode works (default: `false`)
53+
* `setting(chat.agent.maxRequests)` - maximum number of requests that Copilot Edits can make in agent mode (default: 15)
5054

5155
## Inline Chat settings
5256

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

docs/copilot/images/copilot-edits/chat-move.png

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

docs/copilot/images/copilot-edits/copilot-edits-save-all.png

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)