Skip to content

Commit bc57247

Browse files
authored
Fix references to Copilot coding agent settings to use the label Coding agent, not Copilot agent (#56222)
1 parent 5501c5e commit bc57247

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

content/copilot/using-github-copilot/coding-agent/extending-copilot-coding-agent-with-mcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Repository administrators can configure MCP servers by following these steps:
222222

223223
{% data reusables.repositories.navigate-to-repo %}
224224
{% data reusables.repositories.sidebar-settings %}
225-
1. In the "Code & automation" section of the sidebar, click **{% data variables.product.prodname_copilot_short %}** then **{% data variables.copilot.copilot_agent_short %}**.
225+
1. In the "Code & automation" section of the sidebar, click **{% data variables.product.prodname_copilot_short %}** then **{% data variables.copilot.copilot_coding_agent_short %}**.
226226
1. Add your configuration in the **MCP configuration** section.
227227
1. Click **Save**.
228228

@@ -270,7 +270,7 @@ If you want to allow {% data variables.product.prodname_copilot_short %} to acce
270270
1. Create a {% data variables.product.pat_generic %} with the appropriate permissions. We recommend using a {% data variables.product.pat_v2 %}, where you can limit the token's access to read-only permissions on specific repositories. For more information on {% data variables.product.pat_generic_plural %}, see [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens).
271271
{% data reusables.repositories.navigate-to-repo %}
272272
{% data reusables.repositories.sidebar-settings %}
273-
1. In the "Code & automation" section of the sidebar, click **{% data variables.product.prodname_copilot_short %}** then **{% data variables.copilot.copilot_agent_short %}**.
273+
1. In the "Code & automation" section of the sidebar, click **{% data variables.product.prodname_copilot_short %}** then **{% data variables.copilot.copilot_coding_agent_short %}**.
274274
1. Add your configuration in the **MCP configuration** section.
275275
1. Click **Save**.
276276
{% data reusables.actions.sidebar-environment %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. In the sidebar, under "Code, planning, and automation", click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} {% data variables.product.prodname_copilot_short %}**, and then click **{% data variables.copilot.copilot_agent_short %}**.
1+
1. In the sidebar, under "Code, planning, and automation", click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} {% data variables.product.prodname_copilot_short %}**, and then click **{% data variables.copilot.copilot_coding_agent_short %}**.

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ copilot_code-review_short: 'Copilot code review'
4545

4646
## Copilot coding agent (previously Padawan) -> {% data variables.copilot.copilot_coding_agent %}
4747
copilot_coding_agent: 'Copilot coding agent'
48+
copilot_coding_agent_short: 'Coding agent'
4849

4950
## Short for "Copilot Extensions agent" -> {% data variables.copilot.copilot_agent_short %}
5051
## Note: this is NOT a short form for the Copilot coding agent (previously Padawan):

0 commit comments

Comments
 (0)