Skip to content

Commit 8260831

Browse files
authored
Merge pull request #60827 from github/repo-sync
Repo sync
2 parents d647be3 + 97dc744 commit 8260831

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

content/copilot/how-tos/copilot-cli/use-copilot-cli-agents/steer-agents.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ docsTeamMetrics:
1414

1515
## Steer the conversation while {% data variables.product.prodname_copilot_short %} is thinking
1616

17-
You can interact with {% data variables.product.prodname_copilot_short %} while it's thinking. Send follow-up messages to steer the conversation in a different direction, or queue additional instructions for {% data variables.product.prodname_copilot_short %} to process after it finishes its current response.
17+
While {% data variables.product.prodname_copilot_short %} is working on a task, you can enter a new prompt at any time. Any input you send while {% data variables.product.prodname_copilot_short %} is thinking is treated as steering and is considered in the context of the current task.
18+
19+
There is no separate instruction queue. To provide additional instructions, enter another prompt while {% data variables.product.prodname_copilot_short %} is running. {% data variables.product.prodname_copilot_short %} processes each message in order as part of the active task.
1820

1921
Steering lets you:
2022

content/copilot/reference/copilot-feature-matrix.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Example row: | Agent mode | ✓ | ✓ | P | ✗ | ... |
5252

5353
## Features by VS Code version
5454

55-
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent vesions of the IDE.
55+
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent versions of the IDE.
5656

5757
{%- comment %} Use the predefined versionGroups from JSON data {%- endcomment %}
5858
{% for groupEntry in ideEntry.versionGroups %}
@@ -77,7 +77,7 @@ The following table shows supported {% data variables.product.prodname_copilot_s
7777

7878
## Features by Visual Studio version
7979

80-
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent vesions of the IDE.
80+
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent versions of the IDE.
8181

8282
{%- comment %} Use the predefined versionGroups from JSON data {%- endcomment %}
8383
{% for groupEntry in ideEntry.versionGroups %}
@@ -102,7 +102,7 @@ The following table shows supported {% data variables.product.prodname_copilot_s
102102

103103
## Features by JetBrains version
104104

105-
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent vesions of the {% data variables.copilot.copilot_extension %} for the IDE.
105+
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent versions of the {% data variables.copilot.copilot_extension %} for the IDE.
106106

107107
{%- comment %} Use the predefined versionGroups from JSON data {%- endcomment %}
108108
{% for groupEntry in ideEntry.versionGroups %}
@@ -127,7 +127,7 @@ The following table shows supported {% data variables.product.prodname_copilot_s
127127

128128
## Features by Eclipse version
129129

130-
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent vesions of the {% data variables.copilot.copilot_extension %} for the IDE.
130+
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent versions of the {% data variables.copilot.copilot_extension %} for the IDE.
131131

132132
{%- comment %} Use the predefined versionGroups from JSON data {%- endcomment %}
133133
{% for groupEntry in ideEntry.versionGroups %}
@@ -152,7 +152,7 @@ The following table shows supported {% data variables.product.prodname_copilot_s
152152

153153
## Features by Xcode version
154154

155-
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent vesions of the {% data variables.copilot.copilot_extension %} for the IDE.
155+
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent versions of the {% data variables.copilot.copilot_extension %} for the IDE.
156156

157157
{%- comment %} Use the predefined versionGroups from JSON data {%- endcomment %}
158158
{% for groupEntry in ideEntry.versionGroups %}
@@ -177,7 +177,7 @@ The following table shows supported {% data variables.product.prodname_copilot_s
177177

178178
## Features by NeoVim version
179179

180-
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent vesions of the {% data variables.copilot.copilot_extension %} for the IDE.
180+
The following table shows supported {% data variables.product.prodname_copilot_short %} features across recent versions of the {% data variables.copilot.copilot_extension %} for the IDE.
181181

182182
{%- comment %} Use the predefined versionGroups from JSON data {%- endcomment %}
183183
{% for groupEntry in ideEntry.versionGroups %}

0 commit comments

Comments
 (0)