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/copilot-cli/about-copilot-cli.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,6 @@ The command-line interface (CLI) for {% data variables.product.prodname_copilot
22
22
23
23
{% data variables.copilot.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 {% data variables.copilot.copilot_cli %} to build the code you need.
Copy file name to clipboardExpand all lines: content/copilot/get-started/features.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
@@ -37,7 +37,7 @@ An autonomous AI agent that can make code changes for you. You can assign a {% d
37
37
38
38
You can use third-party coding agents alongside {% data variables.copilot.copilot_coding_agent %}. See [AUTOTITLE](/free-pro-team@latest/copilot/concepts/agents/about-third-party-agents).
39
39
40
-
### {% data variables.copilot.copilot_cli_short %} ({% data variables.release-phases.public_preview %})
40
+
### {% data variables.copilot.copilot_cli_short %}
41
41
42
42
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).
{% data variables.copilot.copilot_cli_short %} has several configuration options that control what it can access and do on your behalf.
@@ -76,9 +74,9 @@ The first time that {% data variables.product.prodname_copilot_short %} needs to
76
74
```
77
75
78
76
1. Choose from one of the three options:
79
-
77
+
80
78
*`1. Yes`
81
-
79
+
82
80
Choose this option to allow {% data variables.product.prodname_copilot_short %} to run this particular command, this time only. The next time it needs to use this tool, it will ask you again.
83
81
84
82
*`2. Yes, and approve TOOL for the rest of the running session`
@@ -177,7 +175,7 @@ Use `'MCP_SERVER_NAME'` to allow or deny a specific tool from the specified MCP
177
175
178
176
`MCP_SERVER_NAME` is the name of an MCP server that you have configured.
179
177
180
-
Tools from the server are specified in parentheses, using the tool name that is registered with the MCP server.
178
+
Tools from the server are specified in parentheses, using the tool name that is registered with the MCP server.
181
179
182
180
Using the server name without specifying a tool allows or denies all tools from that server.
183
181
@@ -230,7 +228,7 @@ To disallow access to the temp directory, use `--disallow-temp-dir`.
230
228
231
229
## Setting URL permissions
232
230
233
-
URL permissions control which external URLs {% data variables.product.prodname_copilot_short %} can access. By default, all URLs require approval before access is granted.
231
+
URL permissions control which external URLs {% data variables.product.prodname_copilot_short %} can access. By default, all URLs require approval before access is granted.
234
232
235
233
URL permissions apply to the `web_fetch` tool and a curated list of shell commands that access the network (such as `curl`, `wget`, and `fetch`). For shell commands, URLs are extracted using regex patterns.
Copy file name to clipboardExpand all lines: content/copilot/how-tos/copilot-cli/use-copilot-cli.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,6 @@ category:
19
19
20
20
The command-line interface (CLI) for {% data variables.product.prodname_copilot %} allows you to use {% data variables.product.prodname_copilot_short %} directly from your terminal. For more information, see [AUTOTITLE](/copilot/concepts/agents/about-copilot-cli).
21
21
22
-
{% data reusables.cli.preview-note-cli %}
23
-
24
22
## Prerequisite
25
23
26
24
Install {% data variables.copilot.copilot_cli_short %}. See [AUTOTITLE](/copilot/how-tos/set-up/install-copilot-cli).
Copy file name to clipboardExpand all lines: content/copilot/responsible-use/copilot-cli.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,6 @@ category:
19
19
- Learn about Copilot CLI
20
20
---
21
21
22
-
{% data reusables.cli.preview-note-cli %}
23
-
24
22
## About {% data variables.copilot.copilot_cli %}
25
23
26
24
{% data variables.copilot.copilot_cli %} provides a chat-like interface in the terminal that can autonomously create and modify files on your computer and execute commands. You can ask {% data variables.product.prodname_copilot_short %} to perform any action on the files in the active directory.
0 commit comments