Skip to content

Commit 43d03c5

Browse files
authored
Copilot CLI: Remove preview notes for GA (#59685)
1 parent 32b13b5 commit 43d03c5

File tree

6 files changed

+5
-15
lines changed

6 files changed

+5
-15
lines changed

content/copilot/concepts/agents/copilot-cli/about-copilot-cli.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ The command-line interface (CLI) for {% data variables.product.prodname_copilot
2222

2323
{% 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.
2424

25-
{% data reusables.cli.preview-note-cli %}
26-
2725
## Supported operating systems
2826

2927
* Linux

content/copilot/get-started/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ An autonomous AI agent that can make code changes for you. You can assign a {% d
3737

3838
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).
3939

40-
### {% data variables.copilot.copilot_cli_short %} ({% data variables.release-phases.public_preview %})
40+
### {% data variables.copilot.copilot_cli_short %}
4141

4242
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).
4343

content/copilot/how-tos/copilot-cli/set-up-copilot-cli/configure-copilot-cli.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ category:
1313
- Configure Copilot CLI # Copilot CLI bespoke page
1414
---
1515

16-
{% data reusables.cli.preview-note-cli %}
17-
1816
## Introduction
1917

2018
{% 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
7674
```
7775

7876
1. Choose from one of the three options:
79-
77+
8078
* `1. Yes`
81-
79+
8280
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.
8381

8482
* `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
177175

178176
`MCP_SERVER_NAME` is the name of an MCP server that you have configured.
179177

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.
181179

182180
Using the server name without specifying a tool allows or denies all tools from that server.
183181

@@ -230,7 +228,7 @@ To disallow access to the temp directory, use `--disallow-temp-dir`.
230228

231229
## Setting URL permissions
232230

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.
234232

235233
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.
236234

content/copilot/how-tos/copilot-cli/set-up-copilot-cli/install-copilot-cli.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ category:
2424
- Configure Copilot CLI # Copilot CLI bespoke page
2525
---
2626

27-
{% data reusables.cli.preview-note-cli %}
28-
2927
To find out about {% data variables.copilot.copilot_cli_short %} before you install it, see [AUTOTITLE](/copilot/concepts/agents/about-copilot-cli).
3028

3129
## Prerequisites

content/copilot/how-tos/copilot-cli/use-copilot-cli.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ category:
1919

2020
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).
2121

22-
{% data reusables.cli.preview-note-cli %}
23-
2422
## Prerequisite
2523

2624
Install {% data variables.copilot.copilot_cli_short %}. See [AUTOTITLE](/copilot/how-tos/set-up/install-copilot-cli).

content/copilot/responsible-use/copilot-cli.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ category:
1919
- Learn about Copilot CLI
2020
---
2121

22-
{% data reusables.cli.preview-note-cli %}
23-
2422
## About {% data variables.copilot.copilot_cli %}
2523

2624
{% 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

Comments
 (0)