Skip to content

Commit f66071b

Browse files
committed
Move image folders
1 parent 6efdf6b commit f66071b

18 files changed

+16
-16
lines changed

docs/copilot/agents/background-agents.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ To continue a local agent session in a background agent session:
9898

9999
* Select **Continue Chat In** and then select **Background**
100100

101-
![Screenshot showing the "Continue in Chat" button in VS Code chat interface.](./images/background-agents/continue-in-chat-background.png)
101+
![Screenshot showing the "Continue in Chat" button in VS Code chat interface.](../images/background-agents/continue-in-chat-background.png)
102102

103103
* If you're using the [Plan agent](/docs/copilot/chat/chat-planning.md), select the **Start Implementation** dropdown and the select **Continue in Background** to run the implementation in a background agent session
104104

105-
![Screenshot showing the "Start Implementation" button in VS Code chat interface.](./images/background-agents/plan-agent-start-implementation-background.png)
105+
![Screenshot showing the "Start Implementation" button in VS Code chat interface.](../images/background-agents/plan-agent-start-implementation-background.png)
106106

107107
* Type `@cli /delegate` in the chat input and send the message
108108

@@ -126,7 +126,7 @@ To enable custom agents with background agents:
126126

127127
1. Select the custom agent from the Agents dropdown
128128

129-
![Screenshot showing custom agent selection in VS Code chat interface.](./images/background-agents/custom-agent-selection.png)
129+
![Screenshot showing custom agent selection in VS Code chat interface.](../images/background-agents/custom-agent-selection.png)
130130

131131
1. Enter a prompt and notice that the custom agent is used to handle the task
132132

@@ -145,15 +145,15 @@ To create a Copilot CLI background agent session with a worktree:
145145

146146
1. In the chat editor, select **Worktree** for the isolation mode.
147147

148-
![Screenshot showing the "Worktree" isolation mode option in VS Code chat interface.](./images/background-agents/isolated-run-mode.png)
148+
![Screenshot showing the "Worktree" isolation mode option in VS Code chat interface.](../images/background-agents/isolated-run-mode.png)
149149

150150
To run a background agent on the current workspace without isolation, select **Workspace**.
151151

152152
1. Enter your prompt to create a new Git worktree and start the background agent session
153153

154154
1. In Source Control view, in the **Repositories** view, you can view the Git worktree
155155

156-
![Screenshot showing Git worktree in VS Code Source Control view.](./images/background-agents/git-worktree-source-control.png)
156+
![Screenshot showing Git worktree in VS Code Source Control view.](../images/background-agents/git-worktree-source-control.png)
157157

158158
The Agents view also shows the worktree path for the background agent session.
159159

@@ -170,13 +170,13 @@ Learn more about [using Git worktrees in VS Code source control](/docs/sourcecon
170170

171171
To view the conversation history of a background agent session, select the session in the Agents view. The chat editor opens, displaying the full conversation history and any code changes made by the agent. To open the agent session in a new VS Code window, right-click the session and select **Open in New Window**.
172172

173-
![Screenshot showing background agent session details in VS Code chat editor.](./images/background-agents/background-agent-session-details.png)
173+
![Screenshot showing background agent session details in VS Code chat editor.](../images/background-agents/background-agent-session-details.png)
174174

175175
In the chat editor, you can provide additional instructions to the background agent or review the changes it made.
176176

177177
If you prefer to view the Copilot CLI session instead of the chat conversation in VS Code, right-click the session in the Agents view and select **Resume Agent Session in Terminal**. You can interact with the Copilot CLI directly in VS Code.
178178

179-
![Screenshot showing the Copilot CLI session inside VS Code.](./images/background-agents/copilot-cli-in-terminal.png)
179+
![Screenshot showing the Copilot CLI session inside VS Code.](../images/background-agents/copilot-cli-in-terminal.png)
180180

181181
## Next steps
182182

docs/copilot/agents/cloud-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To continue a local agent session in a cloud agent session:
7979

8080
* If you're using the [Plan agent](/docs/copilot/chat/chat-planning.md), select the **Start Implementation** dropdown and the select **Continue in Cloud** to run the implementation in a cloud agent session
8181

82-
![Screenshot showing the "Start Implementation" button in VS Code chat interface.](./images/background-agents/plan-agent-start-implementation-background.png)
82+
![Screenshot showing the "Start Implementation" button in VS Code chat interface.](../images/background-agents/plan-agent-start-implementation-background.png)
8383

8484
The cloud agent session starts automatically, carrying over the full chat history and context. You can monitor the cloud agent's progress in the Agents view.
8585

@@ -95,7 +95,7 @@ In the chat editor, you can provide additional instructions to the cloud agent o
9595

9696
When you have installed the GitHub Pull Requests extension, you can view the pull requests created by Copilot coding agent from the Pull Requests view, under the category **Copilot On My Behalf**.
9797

98-
![Screenshot of the Pull Requests view in VS Code showing pull requests created by Copilot coding agent.](./images/cloud-agents/copilot-on-my-behalf-pull-requests.png)
98+
![Screenshot of the Pull Requests view in VS Code showing pull requests created by Copilot coding agent.](../images/cloud-agents/copilot-on-my-behalf-pull-requests.png)
9999

100100
## Related resources
101101

docs/copilot/agents/overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ These autonomous agents have the following capabilities:
3434

3535
VS Code supports four main categories of agents, each designed for different use cases and levels of interaction:
3636

37-
![Diagram showing agent types by environment and interaction.](./images/overview/agent-types-diagram.png)
37+
![Diagram showing agent types by environment and interaction.](../images/agents-overview/agent-types-diagram.png)
3838

3939
<!--
4040
```mermaid
@@ -126,7 +126,7 @@ Third party agents are background agents developed by external providers (for ex
126126

127127
The **Agents view** provides a centralized interface for tracking and managing your agent sessions, both local in VS Code and in other environments, such as Copilot coding agent, GitHub Copilot CLI, or OpenAI Codex.
128128

129-
![Screenshot of the Agents view in VS Code showing multiple agent sessions.](./images/overview/agents-view.png)
129+
![Screenshot of the Agents view in VS Code showing multiple agent sessions.](../images/agents-overview/agents-view.png)
130130

131131
To open the **Agents** view, run the **Agents: Focus on Agents View** command from the Command Palette (`kb(workbench.action.showCommands)`).
132132

@@ -154,7 +154,7 @@ By default, the Agents view shows all sessions, except archived sessions. Use th
154154
* Type: Local, Background, Cloud, or Codex
155155
* Status: Completed, In Progress, Failed, or Archived
156156

157-
![Screenshot of the Agents view filter dropdown.](./images/overview/agents-view-filter.png)
157+
![Screenshot of the Agents view filter dropdown.](../images/agents-overview/agents-view-filter.png)
158158

159159
Select **Reset** to reset the filters to the default value.
160160

@@ -201,7 +201,7 @@ For example, you might start with a local agent to brainstorm and plan a feature
201201

202202
You can delegate a local agent session from chat in VS Code by using the **Continue In** button in the chat input box, or use the `@cli`, `@cloud`, or `@codex` commands to pass a task to another agent type.
203203

204-
![Screenshot of the chat input box showing the Continue In button.](./images/overview/delegate-local-session.png)
204+
![Screenshot of the chat input box showing the Continue In button.](../images/agents-overview/delegate-local-session.png)
205205

206206
In a background agent session, you can delegate to a cloud agent by using the `/delegate` command in the chat input box.
207207

@@ -211,15 +211,15 @@ When you delegate a session, VS Code creates a new agent session of the selected
211211

212212
Select an agent session in the Agents view to open a chat editor that displays the full conversation history, file changes, and status updates.
213213

214-
![Screenshot of an agent session details view in VS Code.](./images/overview/agent-session-details.png)
214+
![Screenshot of an agent session details view in VS Code.](../images/agents-overview/agent-session-details.png)
215215

216216
You can continue iterating with the agent via the chat interface in the session details view. For example, you can ask the agent to make further modifications, explain changes, run tests, and more.
217217

218218
## Review file changes
219219

220220
When an agent makes code modifications, you can review the changes directly from within the session details view. The view shows the list of changed files, along with diff statistics.
221221

222-
![Screenshot of the file changes diff editor in an agent session.](./images/overview/agent-file-changes.png)
222+
![Screenshot of the file changes diff editor in an agent session.](../images/agents-overview/agent-file-changes.png)
223223

224224
Select a changed file to view a diff editor that highlights the specific lines added, removed, or modified by the agent.
225225

docs/copilot/customization/language-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ You can use locally hosted models in chat by using [bring your own model key](#b
205205

206206
* Use a built-in model provider that supports local models
207207
* Install an extension from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/search?term=tag%3Alanguage-models&target=VSCode&category=All%20categories&sortBy=Relevance), for example, [AI Toolkit for VS Code with Foundry Local](https://aka.ms/AIToolkit)
208-
* Configure a [custom OpenAI-compatible model](#use-an-openai-compatible-model)
208+
* Configure a [custom OpenAI-compatible model](#_add-an-openaicompatible-model)
209209

210210
Currently, you cannot connect to a local model for inline suggestions. VS Code provides an extension API [`InlineCompletionItemProvider`](/api/references/vscode-api.md#InlineCompletionItemProvider) that enables extensions to contribute a custom completion provider. You can get started with our [Inline Completions sample](https://github.com/microsoft/vscode-extension-samples/blob/main/inline-completions).
211211

0 commit comments

Comments
 (0)