You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/v1_95.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Copilot Chat has always automatically included your current selection or the cur
53
53
54
54
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.
55
55
56
-

56
+

57
57
58
58
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.
59
59
@@ -113,6 +113,20 @@ You can check out all of GitHub Copilot's [preview features](command:workbench.a
113
113
114
114
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).
115
115
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
+

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
+

0 commit comments