Skip to content

Commit c2e2506

Browse files
hubwriterCopilot
andauthored
Copilot CLI: Move articles into the 'Use' map topic (#60889)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent af30407 commit c2e2506

20 files changed

Lines changed: 109 additions & 72 deletions

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ docsTeamMetrics:
1212
- copilot-cli
1313
---
1414

15-
This article explains the concepts around remote access to {% data variables.copilot.copilot_cli_short %} sessions. For instructions on how to enable remote access, see [AUTOTITLE](/copilot/how-tos/copilot-cli/steer-remotely).
15+
This article explains the concepts around remote access to {% data variables.copilot.copilot_cli_short %} sessions. For instructions on how to enable remote access, see [AUTOTITLE](/copilot/how-tos/copilot-cli/use-copilot-cli/steer-remotely).
1616

1717
## Introduction
1818

@@ -64,9 +64,9 @@ When connected to a session remotely from {% data variables.product.prodname_dot
6464

6565
If the connection between your local machine and {% data variables.product.prodname_dotcom %} is temporarily lost—for example, due to a network interruption—you can continue using the session remotely as soon as the connection is restored.
6666

67-
You can use the `/keep-alive` slash command to prevent your machine from going to sleep. See [Preventing your machine from going to sleep](/copilot/how-tos/copilot-cli/steer-remotely#preventing-your-machine-from-going-to-sleep).
67+
You can use the `/keep-alive` slash command to prevent your machine from going to sleep. See [Preventing your machine from going to sleep](/copilot/how-tos/copilot-cli/use-copilot-cli/steer-remotely#preventing-your-machine-from-going-to-sleep).
6868

69-
If you closed a session that had remote access enabled, when you resume the session—either using `copilot --continue` or `copilot --resume=ID`—you must re-enable remote access. For more information, see [AUTOTITLE](/copilot/how-tos/copilot-cli/steer-remotely#resuming-a-session-with-remote-access).
69+
If you closed a session that had remote access enabled, when you resume the session—either using `copilot --continue` or `copilot --resume=ID`—you must re-enable remote access. For more information, see [AUTOTITLE](/copilot/how-tos/copilot-cli/use-copilot-cli/steer-remotely#resuming-a-session-with-remote-access).
7070

7171
## Visibility of remote access sessions
7272

content/copilot/concepts/agents/copilot-cli/cancel-and-roll-back.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ As a rule of thumb, use <kbd>Esc</kbd> when you want to intervene selectively, a
4646

4747
While {% data variables.product.prodname_copilot_short %} is inactive and there is no text in the input area, you can press <kbd>Esc</kbd> twice to display a list of points in your current session that you can roll back to. Each point corresponds to a snapshot of your workspace that was taken immediately before {% data variables.product.prodname_copilot_short %} started working on the prompt shown in the list.
4848

49-
For full details of how to use the double <kbd>Esc</kbd> keypress to roll back changes made during a session, see [AUTOTITLE](/copilot/how-tos/copilot-cli/roll-back-changes).
49+
For full details of how to use the double <kbd>Esc</kbd> keypress to roll back changes made during a session, see [AUTOTITLE](/copilot/how-tos/copilot-cli/use-copilot-cli/roll-back-changes).
5050

5151
> [!WARNING]
5252
> {% data reusables.copilot.copilot-cli.cli-rewind-warning %}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This session data powers several features:
2323
* **Asking questions about your history**: You can ask {% data variables.product.prodname_copilot_short %} questions about your past work, and it will query your session data to answer them.
2424
* **The `/chronicle` slash command**: A set of purpose-built subcommands that generate standup reports, personalized tips, and suggestions for improving your custom instructions—all derived from your session history.
2525

26-
This conceptual article explains how session data is stored, and how you can leverage it to enhance your workflow. For a practical guide to resuming a session, asking {% data variables.product.prodname_copilot_short %} about your CLI sessions, and using the `/chronicle` slash command, see [AUTOTITLE](/copilot/how-tos/copilot-cli/chronicle).
26+
This conceptual article explains how session data is stored, and how you can leverage it to enhance your workflow. For a practical guide to resuming a session, asking {% data variables.product.prodname_copilot_short %} about your CLI sessions, and using the `/chronicle` slash command, see [AUTOTITLE](/copilot/how-tos/copilot-cli/use-copilot-cli/chronicle).
2727

2828
{% data reusables.copilot.copilot-cli.cli-experimental-chronicle %}
2929

@@ -92,5 +92,5 @@ To reindex the session store, use the following slash command in an interactive
9292

9393
## Further reading
9494

95-
* [AUTOTITLE](/copilot/how-tos/copilot-cli/chronicle)
95+
* [AUTOTITLE](/copilot/how-tos/copilot-cli/use-copilot-cli/chronicle)
9696
* [AUTOTITLE](/copilot/reference/copilot-cli-reference/cli-command-reference)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ docsTeamMetrics:
1717

1818
The `/fleet` slash command in {% data variables.copilot.copilot_cli_short %} is designed to take an implementation plan and break it down into smaller, independent tasks that can be executed in parallel by subagents. This allows for faster completion of complex requests that involve multiple steps.
1919

20-
This article gives an overview of the `/fleet` slash command. For details of how to use it, see [AUTOTITLE](/copilot/how-tos/copilot-cli/speed-up-task-completion).
20+
This article gives an overview of the `/fleet` slash command. For details of how to use it, see [AUTOTITLE](/copilot/how-tos/copilot-cli/use-copilot-cli/speed-up-task-completion).
2121

2222
## How `/fleet` works
2323

@@ -70,6 +70,6 @@ For more information about autopilot mode, see [AUTOTITLE](/copilot/concepts/age
7070

7171
## Further reading
7272

73-
* [AUTOTITLE](/copilot/how-tos/copilot-cli/speed-up-task-completion)
73+
* [AUTOTITLE](/copilot/how-tos/copilot-cli/use-copilot-cli/speed-up-task-completion)
7474
* [AUTOTITLE](/copilot/how-tos/copilot-cli)
7575
* [AUTOTITLE](/copilot/how-tos/use-copilot-agents/use-copilot-cli)

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

Lines changed: 40 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -17,53 +17,62 @@ children:
1717
- /cli-getting-started
1818
- /cli-best-practices
1919
- /set-up-copilot-cli
20-
- /allowing-tools
21-
- /steer-remotely
20+
- /use-copilot-cli
2221
- /automate-copilot-cli
2322
- /customize-copilot
24-
- /connecting-vs-code
25-
- /use-copilot-cli-agents
2623
- /administer-copilot-cli-for-your-enterprise
27-
- /speed-up-task-completion
28-
- /manage-pull-requests
29-
- /roll-back-changes
30-
- /chronicle
31-
- /content/copilot/concepts/agents/copilot-cli/about-copilot-cli
32-
- /content/copilot/concepts/agents/copilot-cli/comparing-cli-features
33-
- /content/copilot/concepts/agents/copilot-cli/cancel-and-roll-back
24+
- /automate-copilot-cli/automate-with-actions
25+
- /automate-copilot-cli/quickstart
26+
- /automate-copilot-cli/run-cli-programmatically
3427
- /content/copilot/concepts/agents/about-agent-skills
3528
- /content/copilot/concepts/agents/copilot-cli/about-cli-plugins
36-
- /content/copilot/concepts/agents/copilot-cli/autopilot
29+
- /content/copilot/concepts/agents/copilot-cli/about-copilot-cli
3730
- /content/copilot/concepts/agents/copilot-cli/about-remote-access
38-
- /content/copilot/concepts/agents/copilot-cli/fleet
39-
- /content/copilot/concepts/agents/copilot-cli/research
40-
- /content/copilot/concepts/agents/copilot-cli/lsp-servers
31+
- /content/copilot/concepts/agents/copilot-cli/autopilot
32+
- /content/copilot/concepts/agents/copilot-cli/cancel-and-roll-back
4133
- /content/copilot/concepts/agents/copilot-cli/chronicle
34+
- /content/copilot/concepts/agents/copilot-cli/comparing-cli-features
4235
- /content/copilot/concepts/agents/copilot-cli/context-management
43-
- /set-up-copilot-cli/install-copilot-cli
44-
- /set-up-copilot-cli/configure-copilot-cli
45-
- /set-up-copilot-cli/add-lsp-servers
46-
- /automate-copilot-cli/quickstart
47-
- /automate-copilot-cli/automate-with-actions
48-
- /automate-copilot-cli/run-cli-programmatically
36+
- /content/copilot/concepts/agents/copilot-cli/fleet
37+
- /content/copilot/concepts/agents/copilot-cli/lsp-servers
38+
- /content/copilot/concepts/agents/copilot-cli/research
39+
- /content/copilot/reference/copilot-cli-reference/acp-server
40+
- /content/copilot/reference/copilot-cli-reference/cli-command-reference
41+
- /content/copilot/reference/copilot-cli-reference/cli-plugin-reference
42+
- /content/copilot/reference/copilot-cli-reference/cli-programmatic-reference
43+
- /content/copilot/reference/hooks-configuration
44+
- /content/copilot/responsible-use/copilot-cli
45+
- /content/copilot/tutorials/copilot-cli-hooks
4946
- /customize-copilot/add-custom-instructions
50-
- /customize-copilot/create-custom-agents-for-cli
47+
- /customize-copilot/add-mcp-servers
5148
- /customize-copilot/add-skills
49+
- /customize-copilot/create-custom-agents-for-cli
50+
- /customize-copilot/overview
5251
- /customize-copilot/plugins-creating
5352
- /customize-copilot/plugins-finding-installing
5453
- /customize-copilot/plugins-marketplace
55-
- /customize-copilot/overview
54+
- /customize-copilot/use-byok-models
5655
- /customize-copilot/use-hooks
57-
- /content/copilot/reference/copilot-cli-reference/cli-command-reference
58-
- /content/copilot/reference/copilot-cli-reference/cli-plugin-reference
59-
- /content/copilot/reference/copilot-cli-reference/cli-programmatic-reference
60-
- /content/copilot/reference/copilot-cli-reference/acp-server
61-
- /content/copilot/reference/hooks-configuration
62-
- /content/copilot/tutorials/copilot-cli-hooks
63-
- /content/copilot/responsible-use/copilot-cli
56+
- /set-up-copilot-cli/add-lsp-servers
57+
- /set-up-copilot-cli/authenticate-copilot-cli
58+
- /set-up-copilot-cli/configure-copilot-cli
59+
- /set-up-copilot-cli/install-copilot-cli
60+
- /set-up-copilot-cli/troubleshoot-copilot-cli-auth
61+
- /use-copilot-cli/agentic-code-review
62+
- /use-copilot-cli/allowing-tools
63+
- /use-copilot-cli/chronicle
64+
- /use-copilot-cli/connecting-vs-code
65+
- /use-copilot-cli/delegate-tasks-to-cca
66+
- /use-copilot-cli/invoke-custom-agents
67+
- /use-copilot-cli/manage-pull-requests
68+
- /use-copilot-cli/overview
69+
- /use-copilot-cli/roll-back-changes
70+
- /use-copilot-cli/speed-up-task-completion
71+
- /use-copilot-cli/steer-agents
72+
- /use-copilot-cli/steer-remotely
6473
carousels:
6574
recommended:
66-
- /copilot/how-tos/copilot-cli/use-copilot-cli-agents/overview
75+
- /copilot/how-tos/copilot-cli/use-copilot-cli/overview
6776
- /copilot/how-tos/copilot-cli/cli-best-practices
6877
- /copilot/reference/copilot-cli-reference/cli-command-reference
6978
includedCategories:

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

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

content/copilot/how-tos/copilot-cli/use-copilot-cli-agents/agentic-code-review.md renamed to content/copilot/how-tos/copilot-cli/use-copilot-cli/agentic-code-review.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ product: '{% data reusables.gated-features.copilot-cli %}'
77
versions:
88
feature: copilot
99
contentType: how-tos
10+
redirect_from:
11+
- /copilot/how-tos/copilot-cli/use-copilot-cli-agents/agentic-code-review
1012
category:
1113
- Build with Copilot CLI
1214
docsTeamMetrics:
1315
- copilot-cli
1416
---
1517

16-
## About agentic code review
18+
## About agentic code review
1719

1820
You can use the `/review` slash command to have {% data variables.product.prodname_copilot_short %} analyze code changes without leaving the CLI. This lets you get quick feedback on your changes prior to committing.
1921

content/copilot/how-tos/copilot-cli/allowing-tools.md renamed to content/copilot/how-tos/copilot-cli/use-copilot-cli/allowing-tools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ intro: 'Control which tools {% data variables.copilot.copilot_cli_short %} can u
55
versions:
66
feature: copilot
77
contentType: how-tos
8+
redirect_from:
9+
- /copilot/how-tos/copilot-cli/allowing-tools
810
category:
911
- Author and optimize with Copilot # Copilot discovery page
1012
- Build with Copilot CLI # Copilot CLI bespoke page

content/copilot/how-tos/copilot-cli/chronicle.md renamed to content/copilot/how-tos/copilot-cli/use-copilot-cli/chronicle.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ intro: 'Resume previous {% data variables.copilot.copilot_cli_short %} sessions,
66
versions:
77
feature: copilot
88
contentType: how-tos
9+
redirect_from:
10+
- /copilot/how-tos/copilot-cli/chronicle
911
category:
1012
- Author and optimize with Copilot # Copilot discovery page
1113
- Build with Copilot CLI # Copilot CLI bespoke page

content/copilot/how-tos/copilot-cli/connecting-vs-code.md renamed to content/copilot/how-tos/copilot-cli/use-copilot-cli/connecting-vs-code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ intro: 'Connect {% data variables.copilot.copilot_cli_short %} to {% data variab
66
versions:
77
feature: copilot
88
contentType: how-tos
9+
redirect_from:
10+
- /copilot/how-tos/copilot-cli/connecting-vs-code
911
category:
1012
- Author and optimize with Copilot # Copilot discovery page
1113
- Build with Copilot CLI # Copilot CLI bespoke page

0 commit comments

Comments
 (0)