Skip to content

Commit 44caea5

Browse files
authored
Merge pull request #40651 from github/repo-sync
Repo sync
2 parents 467d5e8 + fa58b5f commit 44caea5

File tree

12 files changed

+175
-234
lines changed

12 files changed

+175
-234
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
**25 September 2025**
44

5+
GitHub Copilot CLI has been released as a public preview. It allows you to use Copilot directly from your terminal. You can use it to answer questions, write and debug code, and interact with GitHub.com. For example, you can ask Copilot to make some changes to a project and create a pull request.
6+
7+
GitHub Copilot CLI gives you quick access to a powerful AI agent, without having to leave your terminal. It can help you complete tasks more quickly by working on your behalf, and you can work iteratively with GitHub Copilot CLI to build the code you need.
8+
9+
See:
10+
11+
* [About GitHub Copilot CLI](https://docs.github.com/copilot/concepts/agents/about-copilot-cli)
12+
* [Using GitHub Copilot CLI](https://docs.github.com/copilot/how-tos/use-copilot-agents/use-copilot-cli)
13+
14+
<hr>
15+
16+
**25 September 2025**
17+
518
We've updated the documentation for the GA release of [Copilot Spaces](https://github.com/copilot/spaces). Spaces allow you to organize and centralize content and resources in order to ground Copilot Chat's responses in that context and share knowledge across teams. You can now also access Copilot Spaces in your IDE via the GitHub MCP server.
619

720
See the updated docs:

content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/exporting-membership-information-for-your-enterprise.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ You can export aggregated information about your enterprise's members as a membe
1717

1818
The membership information report includes the following information.
1919

20-
> [!NOTE]
21-
> You can only export the datetime of the user's last activity at the organization level. For more information, see [AUTOTITLE](/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization#about-export-of-membership-information).
22-
2320
* Username and display name details
2421
* Whether the user has two-factor authentication enabled and how secure their 2FA configuration is
2522
* Whether the user is an organization owner or member

content/copilot/how-tos/configure-content-exclusion/exclude-content-from-copilot.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ contentType: how-tos
3030

3131
You can use your repository settings to specify content in your repository that {% data variables.product.prodname_copilot %} should ignore.
3232

33+
> [!NOTE]
34+
> {% data variables.copilot.copilot_coding_agent %}, and Agent mode in {% data variables.copilot.copilot_chat_short %} in IDEs, do not support content exclusion. For more information, see [AUTOTITLE](/copilot/concepts/agents/coding-agent/about-coding-agent) and [AUTOTITLE](/copilot/how-tos/chat-with-copilot/chat-in-ide).
35+
3336
{% data reusables.repositories.navigate-to-repo %}
3437
{% data reusables.repositories.sidebar-settings %}
3538

src/github-apps/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "23ea15fe816288eb00bb9c764c5c137fd16f4115"
63+
"sha": "234cc58968e2c29eb8583e6be10186c3371b7c4e"
6464
}

src/rest/data/fpt-2022-11-28/schema.json

Lines changed: 62 additions & 74 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)