Skip to content

Commit 08f1af2

Browse files
authored
Notes on participant detection
1 parent fced64e commit 08f1af2

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed
Lines changed: 3 additions & 0 deletions
Loading

release-notes/v1_95.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Copilot Chat has always automatically included your current selection or the cur
5353

5454
We now show a special attachment control in the chat input that gives a hint about the editor context and which enables you to toggle whether or not to include the editor context.
5555

56-
![The current editor context control in the chat input, which shows that the context is not included.](<images/1_95/Screenshot 2024-10-25 at 3.23.55 PM.png>)
56+
![The current editor context control in the chat input, which shows that the context is not included.](<images/1_95/implicit-context.png>)
5757

5858
There are no changes to the behavior of the editor context. When the active editor has a selection, then just the selection is included. Otherwise, just the code that is scrolled into view is included. You can still attach other files or the full file by using the paperclip button or by typing `#` in the chat prompt.
5959

@@ -113,6 +113,20 @@ You can check out all of GitHub Copilot's [preview features](command:workbench.a
113113

114114
The follow-up prompts suggested by Chat are now more concise and only appear on the first turn to make room for the conversation. The new setting **Setting**: `setting(github.copilot.chat.followUps)` allows changing this new behavior from `firstOnly` to `always` (every turn) or `never` (disables follow-ups).
115115

116+
### Automatic chat participant detection
117+
118+
GitHub Copilot has several built-in chat participants, such as `@workspace`, and you may have installed other extensions that contribute chat participants too.
119+
120+
To make it easier to use chat participants with natural language, Copilot Chat will automatically route your question to a suitable participant or chat command, when possible.
121+
122+
If the automatically selected participant is not appropriate for your question, you can still select the **rerun without** link at the top of the chat response to resend your question to Copilot.
123+
124+
![Screenshot of Chat view that shows how the '@workspace' participant is automatically detected.](images/1_93/participant-detection.png)
125+
126+
This month, we also added a command to let you skip this behavior on a per-request basis. "Send and dispatch" is the default command run when pressing "enter". "Send" will just send the request directly to Copilot Chat, and it won't be automatically dispatched to a chat participant.
127+
128+
![The list of available "send" commands in the chat view](<images/1_95/chat-send-commands.png>)
129+
116130
## Workbench
117131

118132
### Multiple GitHub accounts

0 commit comments

Comments
 (0)