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: content/copilot/concepts/agents/coding-agent/about-coding-agent.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,8 @@ Users can include hidden messages in issues assigned to {% data variables.produc
140
140
***{% data variables.copilot.copilot_coding_agent %} only works with repositories hosted on {% data variables.product.github %}**. If your repository is stored using a different code hosting platform, {% data variables.product.prodname_copilot_short %} won't be able to work on it.
141
141
***You cannot change the AI model used by {% data variables.copilot.copilot_coding_agent %}**. The model is determined by {% data variables.product.company_short %} and does not inherit the model selected for {% data variables.copilot.copilot_chat %}.
142
142
143
+
Currently the model used by {% data variables.copilot.copilot_coding_agent %} is {% data variables.copilot.cca_current_model %}. {% data variables.product.github %} reserves the right to change this model.
144
+
143
145
## Hands-on practice
144
146
145
147
Try the [Expand your team with {% data variables.copilot.copilot_coding_agent %}](https://github.com/skills/expand-your-team-with-copilot/) Skills exercise for practical experience with {% data variables.copilot.copilot_coding_agent %}.
Copy file name to clipboardExpand all lines: content/copilot/concepts/billing/copilot-requests.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ The following {% data variables.product.prodname_copilot_short %} features can u
43
43
|[{% data variables.copilot.copilot_extensions_short %}](/copilot/concepts/copilot-extensions/about-copilot-extensions)| {% data variables.copilot.copilot_extensions_short %} uses **one premium request** per user prompt, multiplied by the model's rate. |
44
44
|[{% data variables.copilot.copilot_spaces %}](/copilot/using-github-copilot/copilot-spaces/about-organizing-and-sharing-context-with-copilot-spaces)| {% data variables.copilot.copilot_spaces %} uses **one premium request** per user prompt, multiplied by the model's rate. |
45
45
|[{% data variables.product.prodname_spark_short %}](/copilot/tutorials/building-ai-app-prototypes)| Each prompt to {% data variables.product.prodname_spark_short %} uses a fixed rate of **four premium requests**. |
46
+
|[{% data variables.copilot.copilot_cli_short %}](/copilot/concepts/agents/about-copilot-cli)| Each prompt to {% data variables.copilot.copilot_cli_short %} uses **one premium request**. |
Copy file name to clipboardExpand all lines: content/copilot/concepts/chat.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,10 @@ contentType: concepts
19
19
20
20
{% data variables.copilot.copilot_chat %} is available in various environments:
21
21
22
-
* {% data variables.product.github %} (the website).
23
-
* A range of IDEs such as {% data variables.product.prodname_vscode %}, Xcode, and JetBrains IDEs.
24
-
* {% data variables.product.prodname_mobile %}.
22
+
* {% data variables.product.github %} (the website)
23
+
* A range of IDEs such as {% data variables.product.prodname_vscode %}, Xcode, and JetBrains IDEs
24
+
* {% data variables.product.prodname_mobile %}
25
+
* {% data variables.copilot.copilot_cli %}
25
26
26
27
Different environments may have different features and capabilities, but the core functionality remains consistent across platforms. To explore the functionality available in each environment, see the [AUTOTITLE](/copilot/how-tos/chat) how-to guides and the [AUTOTITLE](/copilot/tutorials).
27
28
@@ -33,11 +34,13 @@ Different environments may have different features and capabilities, but the cor
33
34
34
35
{% data variables.product.prodname_copilot %} in {% data variables.product.github %}, {% data variables.product.prodname_vscode %}, and {% data variables.product.prodname_vs %} can provide chat responses that are tailored to the way your team works, the tools you use, the specifics of your project, or your personal preferences, if you provide it with enough context to do so. Instead of repeating instructions in each prompt, you can create and save instructions for {% data variables.copilot.copilot_chat_short %} to customize what responses you receive.
35
36
36
-
There are two types of custom instructions you can add for {% data variables.copilot.copilot_chat_short %}:
37
-
* Repository instructions: You can create a custom instructions file for a repository, so that all prompts asked in the context of the repository automatically include the instructions you've defined
38
-
* Personal instructions: You can add personal instructions so that all the chat responses you, as a user, receive are tailored to your preferences
37
+
There are various ways you can create custom instructions for {% data variables.copilot.copilot_chat_short %}. These fall into three main categories:
39
38
40
-
For more information, see [AUTOTITLE](/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot) and [AUTOTITLE](/copilot/customizing-copilot/adding-personal-custom-instructions-for-github-copilot).
39
+
***Personal instructions**: You can add personal instructions so that all the chat responses you, as a user, receive are tailored to your preferences.
40
+
***Repository instructions**: You can store instructions files in a repository, so that all prompts asked in the context of the repository automatically include the instructions you've defined.
41
+
***Organization instructions**: If you are an organization owner, you can create a custom instructions file for an organization, so that all prompts asked in the context of any repository owned by the organization automatically include the instructions you've defined.
42
+
43
+
For more information, see [AUTOTITLE](/copilot/customizing-copilot/adding-personal-custom-instructions-for-github-copilot), [AUTOTITLE](/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot) and [AUTOTITLE](/copilot/customizing-copilot/adding-organization-custom-instructions-for-github-copilot).
41
44
42
45
## AI models for {% data variables.copilot.copilot_chat_short %}
43
46
@@ -56,3 +59,9 @@ You can configure MCP servers to provide context to {% data variables.copilot.co
56
59
### Extending {% data variables.copilot.copilot_chat_short %} with external tools
57
60
58
61
{% data reusables.copilot.copilot-extensions.extending-copilot-chat %}
Copy file name to clipboardExpand all lines: content/copilot/get-started/features.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ An autonomous AI agent that can make code changes for you. You can assign a {% d
33
33
34
34
### {% data variables.copilot.copilot_cli_short %}
35
35
36
-
A chat-like interface in the terminal, where you can ask questions about the command line. You can ask {% data variables.product.prodname_copilot_short %} to provide command suggestions or explanations of commands. Users can also integrate {% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_windows_terminal %} Canary. See [AUTOTITLE](/copilot/using-github-copilot/using-github-copilot-in-the-command-line).
36
+
A command line interface that lets you use {% data variables.product.prodname_copilot_short %} from within the terminal. You can get answers to questions, or you can ask {% data variables.product.prodname_copilot_short %} to make changes to your local files. You can also use {% data variables.copilot.copilot_cli_short %} to interact with {% data variables.product.prodname_dotcom_the_website %}—for example, listing your open pull requests, or asking {% data variables.product.prodname_copilot_short %} to create an issue. See [AUTOTITLE](/copilot/concepts/agents/about-copilot-cli).
37
37
38
-
### {% data variables.product.prodname_copilot %} code review
38
+
### {% data variables.copilot.copilot_code-review_short %}
39
39
40
40
AI-generated code review suggestions to help you write better code. See [AUTOTITLE](/copilot/using-github-copilot/code-review/using-copilot-code-review).
41
41
@@ -47,7 +47,7 @@ AI-generated summaries of the changes that were made in a pull request, which fi
47
47
48
48
AI-generated text completion to help you write pull request descriptions quickly and accurately. See [AUTOTITLE](/copilot/using-github-copilot/using-copilot-text-completion).
49
49
50
-
### {% data variables.copilot.copilot_extensions %}
50
+
### {% data variables.copilot.copilot_extensions_short %}
51
51
52
52
{% data reusables.copilot.copilot-extensions.copilot-extensions-intro %} See [AUTOTITLE](/copilot/concepts/copilot-extensions/about-copilot-extensions).
Copy file name to clipboardExpand all lines: content/copilot/how-tos/configure-custom-instructions/add-organization-instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Some examples of instructions you could add are:
35
35
36
36
> [!NOTE]
37
37
> * {% data reusables.copilot.custom-instructions-chat-precedence %}
38
-
> * For {% data variables.copilot.copilot_code-review_short %}, the order of precedence is: instructions in any applicable `.github/instructions/NAME.instructions.md` file, then the instructions in the `.github/copilot-instructions.md` file, then the organization-level custom instructions.
38
+
> * For {% data variables.copilot.copilot_code-review_short %}, the order of precedence is: instructions in any applicable `.github/instructions/**/NAME.instructions.md` file, then the instructions in the `.github/copilot-instructions.md` file, then the organization-level custom instructions.
39
39
> * {% data reusables.copilot.custom-instructions-conflict %}
Copy file name to clipboardExpand all lines: content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,9 +261,9 @@ You can create several types of repository custom instructions for use on {% dat
261
261
262
262
***Agent instructions** are used by AI agents.
263
263
264
-
Supported by: **{% data variables.copilot.copilot_coding_agent %}**.
264
+
Supported by: **{% data variables.copilot.copilot_coding_agent %}** and {% data variables.copilot.copilot_cli_short %}.
265
265
266
-
You can create one or more `AGENTS.md` files, stored anywhere within the repository. When {% data variables.product.prodname_copilot_short %} is working, the nearest `AGENTS.md` file in the directory tree will take precedence.
266
+
You can create one or more `AGENTS.md` files, stored anywhere within the repository. When {% data variables.product.prodname_copilot_short %} is working, the nearest `AGENTS.md` file in the directory tree will take precedence. For more information, see the [openai/agents.md repository](https://github.com/openai/agents.md).
267
267
268
268
Alternatively, you can use a single `CLAUDE.md` or `GEMINI.md` file stored in the root of the repository.
0 commit comments