Skip to content

Commit 11498b0

Browse files
authored
Merge pull request #37292 from github/repo-sync
Repo sync
2 parents 29fd21f + c6ae6a0 commit 11498b0

File tree

18 files changed

+18
-147
lines changed

18 files changed

+18
-147
lines changed
-56.4 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

content/copilot/customizing-copilot/extending-copilot-chat-with-mcp.md

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

content/copilot/customizing-copilot/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ children:
1010
- /extending-the-capabilities-of-github-copilot-in-your-organization
1111
- /adding-repository-custom-instructions-for-github-copilot
1212
- /adding-personal-custom-instructions-for-github-copilot
13-
- /extending-copilot-chat-with-mcp
1413
- /managing-copilot-knowledge-bases
1514
- /creating-a-custom-model-for-github-copilot
1615
redirect_from:

content/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-your-ide.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,7 @@ See [inline chat](https://code.visualstudio.com/docs/copilot/copilot-chat#_inlin
113113

114114
### Using edit mode
115115

116-
1. To start an edit session, select **Open Chat** from the {% data variables.product.prodname_copilot_chat_short %} menu.
117-
1. At the bottom of the chat panel, select **Edit** from the mode dropdown.
118-
119-
![Screenshot of the {% data variables.product.prodname_copilot_chat_short %} mode dropdown. The "Edit" option is outlined in dark orange.](/assets/images/help/copilot/chat-mode-vscode.png)
120-
116+
1. To start an edit session, select **Open {% data variables.product.prodname_copilot_edits_short %}** from the {% data variables.product.prodname_copilot_chat_short %} menu.
121117
1. Optionally, add relevant files to the _working set_ to indicate to {% data variables.product.prodname_copilot %} which files you want to work on.
122118
1. Submit a prompt. In response to your prompt, {% data variables.product.prodname_copilot_edits_short %} determines which files in your _working set_ to change and adds a short description of the change.
123119
1. Review the changes and **Apply** or **Discard** the edits for each file.
@@ -126,8 +122,10 @@ For more detailed instructions, see [{% data variables.product.prodname_copilot_
126122

127123
### Using agent mode
128124

129-
1. To start an edit session, select **Open Chat** from the {% data variables.product.prodname_copilot_chat_short %} menu.
130-
1. At the bottom of the chat panel, select **Agent** from the mode dropdown.
125+
{% data reusables.copilot.agent-mode-public-preview-note %}
126+
127+
1. To start an edit session, select **Open {% data variables.product.prodname_copilot_edits_short %}** from the {% data variables.product.prodname_copilot_chat_short %} menu.
128+
1. Select **Agent** from the mode dropdown menu.
131129
1. Submit a prompt. In response to your prompt, {% data variables.product.prodname_copilot_short %} streams the edits in the editor, updates the working set, and if necessary, suggests terminal commands to run.
132130
1. Review the changes. If {% data variables.product.prodname_copilot_short %} suggested terminal commands, confirm whether or not {% data variables.product.prodname_copilot_short %} can run them. In response, {% data variables.product.prodname_copilot_short %} iterates and performs additional actions to complete the task in your original prompt.
133131

content/copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@ If you want to accept the next line of a suggestion, you will need to set a cust
337337

338338
## About {% data variables.copilot.next_edit_suggestions %}
339339

340+
> [!NOTE] {% data variables.copilot.next_edit_suggestions_caps %} is currently in {% data variables.release-phases.public_preview %} and is subject to change.
341+
340342
Inline suggestions autocomplete code, but many development tasks involve editing existing code. {% data variables.copilot.next_edit_suggestions_caps %} assists with edits both at the cursor and in other relevant parts of the code, helping maintain consistency and streamline changes.
341343

342344
{% data variables.copilot.next_edit_suggestions_caps %} predicts where and what edits may be needed based on ongoing changes. Suggestions may span a single symbol, an entire line, or multiple lines, depending on the scope of the potential change.

content/issues/tracking-your-work-with-issues/using-issues/creating-an-issue.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,6 @@ If you're using issues to track and prioritize your work, you can use issues to
171171

172172
{% endif %}
173173

174-
{% ifversion copilot %}
175-
176-
## Creating an issue from {% data variables.product.prodname_copilot_chat_short %}
177-
178-
You can create an issue from {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.prodname_vscode %} with the Model Context Protocol (MCP). For more information, see [AUTOTITLE](/copilot/customizing-copilot/extending-copilot-chat-with-mcp).
179-
180-
{% endif %}
181-
182174
## Further reading
183175

184176
* [AUTOTITLE](/get-started/writing-on-github)

content/repositories/creating-and-managing-repositories/creating-a-new-repository.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ If you create an invalid URL using query parameters, or if you don’t have the
6363
| `owner` | `https://{% data variables.product.product_url %}/new?owner=avocado-corp&visibility=public` creates a public repository owned by the "avocado-corp" organization. | Any valid organization name or username. Alternatively, while signed in use `@me` to specify your user account as the owner. |
6464
| `template_owner` and `template_name` | `https://{% data variables.product.product_url %}/new?owner=avocado-corp&template_owner=avocado-corp&template_name=octo-repo` creates a repository owned by the "avocado-corp" using the avocado-corp's template "octo-repo". | The username of the template owner and the name of the repository template. |
6565

66-
{% ifversion copilot %}
67-
68-
## Creating a new repository from {% data variables.product.prodname_copilot_chat_short %}
69-
70-
You can create a new repository from {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.prodname_vscode %} with the Model Context Protocol (MCP). For more information, see [AUTOTITLE](/copilot/customizing-copilot//extending-copilot-chat-with-mcp).
71-
72-
{% endif %}
73-
7466
## Further reading
7567

7668
* [AUTOTITLE](/code-security/getting-started/quickstart-for-securing-your-repository)

data/release-notes/enterprise-server/3-13/12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ date: '2025-03-04'
22
sections:
33
features:
44
- |
5-
Running {% data variables.product.prodname_ghe_server %} on the VMware ESXi 8.0 hypervisor is supported. If your installation is on VMware ESXi 7.X or earlier versions, you can now use the ESXi 8.0 hypervisor. [Updated: 2025-04-02]
5+
Running {% data variables.product.prodname_ghe_server %} on the VMware ESXi 8.0 hypervisor is supported. If your installation is on VMware ESXi 7.x or earlier versions, you can now use the ESXi 8.0 hypervisor. [Updated: 2025-04-03]
66
security_fixes:
77
- |
88
Permissions and ownership of `/etc/ssh/sshd_config` are enforced so that the `root` identity is the only one able to read or write to the file.

data/release-notes/enterprise-server/3-14/9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ date: '2025-03-04'
22
sections:
33
features:
44
- |
5-
Running {% data variables.product.prodname_ghe_server %} on the VMware ESXi 8.0 hypervisor is supported. If your installation is on VMware ESXi 7.X or earlier versions, you can now use the ESXi 8.0 hypervisor. [Updated: 2025-04-02]
5+
Running {% data variables.product.prodname_ghe_server %} on the VMware ESXi 8.0 hypervisor is supported. If your installation is on VMware ESXi 7.x or earlier versions, you can now use the ESXi 8.0 hypervisor. [Updated: 2025-04-03]
66
security_fixes:
77
- |
88
Permissions and ownership of `/etc/ssh/sshd_config` are now enforced so that the `root` identity is the only one able to read or write to the file.

data/release-notes/enterprise-server/3-15/4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ date: '2025-03-04'
22
sections:
33
features:
44
- |
5-
Running {% data variables.product.prodname_ghe_server %} on the VMware ESXi 8.0 hypervisor is supported. If your installation is on VMware ESXi 7.X or earlier versions, you can now use the ESXi 8.0 hypervisor. [Updated: 2025-04-02]
5+
Running {% data variables.product.prodname_ghe_server %} on the VMware ESXi 8.0 hypervisor is supported. If your installation is on VMware ESXi 7.x or earlier versions, you can now use the ESXi 8.0 hypervisor. [Updated: 2025-04-03]
66
security_fixes:
77
- |
88
Permissions and ownership of `/etc/ssh/sshd_config` are now enforced so that the `root` identity is the only one able to read or write to the file.

data/release-notes/enterprise-server/3-16/0.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ sections:
2828
- |
2929
`ghe-config-apply` applies configuration changes conditionally to the relevant, targeted and specific migrations only. As a result, you can expect less downtime and fewer errors while running `ghe-config-apply`. You can still choose to run `ghe-config-apply` unconditionally using this command: `ghe-config-apply -f`.
3030
- |
31-
We now support the VMware ESXi 8.0 hypervisor. If your {% data variables.product.prodname_ghe_server %} installation is on VMware ESXi 7.X or earlier versions, you can now use the ESXi 8.0 hypervisor. [Updated: 2025-04-02]
32-
- |
33-
Running {% data variables.product.prodname_ghe_server %} on the VMware ESXi 8.0 hypervisor is supported. If your installation is on VMware ESXi 7.X or earlier versions, you can now use the ESXi 8.0 hypervisor. [Updated: 2025-04-02]
31+
Running {% data variables.product.prodname_ghe_server %} on the VMware ESXi 8.0 hypervisor is supported. If your installation is on VMware ESXi 7.x or earlier versions, you can now use the ESXi 8.0 hypervisor. [Updated: 2025-04-03]
3432
3533
- heading: Dependabot
3634
notes:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
**Agent mode**: Use agent mode when you have a specific task in mind and want to enable {% data variables.product.prodname_copilot_short %} to autonomously edit your code. In agent mode, {% data variables.product.prodname_copilot_short %} determines which files to make changes to, offers code changes and terminal commands to complete the task, and iterates to remediate issues until the original task is complete. Agent mode is only available in {% data variables.product.prodname_vscode %}.
1+
**Agent mode** (public preview): Use agent mode when you have a specific task in mind and want to enable {% data variables.product.prodname_copilot_short %} to autonomously edit your code. In agent mode, {% data variables.product.prodname_copilot_short %} determines which files to make changes to, offers code changes and terminal commands to complete the task, and iterates to remediate issues until the original task is complete. Agent mode is only available in {% data variables.product.prodname_vscode %}.

data/reusables/enterprise-migration-tool/data-not-migrated.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* References between pull requests and issues in different repositories (see [AUTOTITLE](/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls))
1616
* Remediation states of {% data variables.product.prodname_secret_scanning %} results
1717
* Repositories owned by user accounts{% ifversion repository-properties %}
18+
* Repository activity feed
1819
* Repository properties{% endif %}
1920
* Repository stars
2021
* Repository watchers

src/content-linter/scripts/lint-content.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ function getFilesToLint(paths) {
323323
fileList.yml.push(...walkFiles(absPath, ['.yml']))
324324
}
325325
} else {
326-
if (isInDir(absPath, contentDir)) {
326+
if (isInDir(absPath, contentDir) || isAFixtureMdFile(absPath)) {
327327
fileList.content.push(absPath)
328328
} else if (isInDir(absPath, dataDir)) {
329329
if (absPath.endsWith('.yml')) {
@@ -691,3 +691,7 @@ function isOptionsValid() {
691691
}
692692
return true
693693
}
694+
695+
function isAFixtureMdFile(filePath) {
696+
return filePath.includes('/src') && filePath.includes('/fixtures') && filePath.endsWith('.md')
697+
}

0 commit comments

Comments
 (0)