Skip to content

Commit 8f0c30f

Browse files
authored
Merge pull request #8081 from microsoft/agent-blog-images
Update blog images for Claude 3.7
2 parents 9bc58f8 + 1866081 commit 8f0c30f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

blogs/2025/02/24/introducing-copilot-agent-mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Copilot agent mode operates in a more autonomous and dynamic manner to achieve t
2828

2929
Copilot agent mode uses a set of tools to accomplish these tasks.
3030

31-
![Screenshot of the Copilot agent mode, and the proposed inline changes](full-agent-mode.png)
31+
![Screenshot of the Copilot agent mode, and the proposed inline changes](agent-mode.png)
3232

3333
In an ideal world, you would just care about the final output of Copilot agent mode, but it can sometimes make mistakes and go off track. To easily intervene and undo in those situations, every tool invocation is transparently displayed in the UI, terminal tool requires approval, and we support rich undo capabilities. Instead of relying on one long, detailed prompt to yield a perfect solution, you should iterate with Copilot – the UI is built for iterations, giving you full control over the process ensuring the final result is better.
3434

@@ -48,7 +48,7 @@ When you send a request to Copilot in agent mode, we make a prompt to the LLM yo
4848

4949
We define a set of tools for the LLM to call, each tool has its own capabilities that help Copilot get the job done. Using these tools Copilot can search the workspace, read the contents of files, run commands in the terminal, get compile or lint errors from the editor and apply proposed changes via a speculative decoder endpoint (performance improvements underway). The list of tools is ever-expanding, as we are experimenting what other tools could improve Copilot’s capabilities in agent mode.
5050

51-
![Screenshot Copilot agent mode proposing a terminal tool to "npm run dev"](terminal-tool.png)
51+
![Screenshot Copilot agent mode proposing a terminal tool to "npm run dev"](run-terminal-tool.png)
5252

5353
Each tool has detailed instructions for the LLM on how and when to use it. Here’s the `read_file` tool description as an example:
5454

0 commit comments

Comments
 (0)