Skip to content

Commit 36144aa

Browse files
authored
Updates for agentic development (#9871)
* Fix button labels * Update post-download and docs homepage * Add cost guide to toc * Update toc * Update CTA cards
1 parent 5b62e4a commit 36144aa

5 files changed

Lines changed: 20 additions & 30 deletions

File tree

build/docs-homepage.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"getStarted": {
33
"title": "Get started with AI agents",
44
"description": "Hand off tasks to autonomous AI agents that iterate until the job is done. Run them locally, in the background, or in the cloud, with your choice of AI provider. Track all sessions without leaving VS Code.",
5-
"link": "/docs/agents/agents-tutorial",
5+
"link": "/docs/getstarted/getting-started",
66
"image": "/assets/docs/agents/getting-started/agent-mode-selection-2.png"
77
},
88
"featured": [
99
{
1010
"icon": "codicon-lightbulb",
11-
"title": "Learn about the agent loop",
12-
"description": "Understand the core concepts of how AI agents plan, act, and iterate to complete tasks.",
13-
"link": "/docs/agents/concepts/agents"
11+
"title": "Optimize your AI usage",
12+
"description": "Tips to help you get the most out of AI agents, while optimizing for cost and performance.",
13+
"link": "/docs/agents/guides/optimize-usage"
1414
},
1515
{
1616
"icon": "codicon-debug",

build/post-download.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
},
1515
{
1616
"type": "documentation",
17-
"title": "AI core concepts",
18-
"description": "Get an overview of the core concepts and how AI agents work in VS Code.",
19-
"link": "/docs/copilot/concepts/overview",
20-
"image": "/assets/docs/copilot/concepts/agent-loop.png"
17+
"title": "Optimize your AI usage",
18+
"description": "Tips to help you get the most out of AI agents, while optimizing for cost and performance.",
19+
"link": "/docs/agents/guides/optimize-usage",
20+
"image": "/assets/docs/agents/optimize-usage-guide/copilot-status-dashboard.png"
2121
},
2222
{
2323
"type": "tutorial",
2424
"title": "Build and test with browser agent tools",
2525
"description": "Let AI build web apps and automatically verify them in the integrated browser, catching and fixing bugs on its own.",
26-
"link": "/docs/copilot/guides/browser-agent-testing-guide",
27-
"image": "/assets/docs/copilot/browser-agent-testing-guide/browser-testing-hero.png"
26+
"link": "/docs/agents/guides/browser-agent-testing-guide",
27+
"image": "/assets/docs/agents/browser-agent-testing-guide/browser-testing-hero.png"
2828
}
2929
]
3030
}

docs/agent-native/toc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"topics": [
9090
["Prompt Examples", "/docs/agents/guides/prompt-examples"],
9191
["Context Engineering", "/docs/agents/guides/context-engineering-guide"],
92+
["Optimize AI Credit Usage", "/docs/agents/guides/optimize-usage"],
9293
["Customize AI", "/docs/agents/guides/customize-copilot-guide"],
9394
["Test-Driven Development", "/docs/agents/guides/test-driven-development-guide"],
9495
["Edit Notebooks with AI", "/docs/agents/guides/notebooks-with-ai"],
Lines changed: 3 additions & 0 deletions
Loading

docs/getstarted/getting-started.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,6 @@ You build a simple personal portfolio page with HTML, CSS, and JavaScript. The p
1414
> [!TIP]
1515
> If you prefer a video to learn about Visual Studio Code, you can watch the [Getting Started video](https://www.youtube.com/watch?v=f8_uF_IDV50) on our YouTube channel.
1616
17-
<div class="docs-action" data-show-in-doc="false" data-show-in-sidebar="true" title="Explore agent types">
18-
Follow a hands-on tutorial to explore different agent types like local, CLI, and cloud agents.
19-
20-
* [Start tutorial](/docs/agents/agents-tutorial.md)
21-
22-
</div>
23-
24-
<!-- <div class="docs-action" data-show-in-doc="false" data-show-in-sidebar="true" title="Watch the introduction video">
25-
Learn about the key features of Visual Studio Code in our introduction video.
26-
27-
* [Watch video](https://www.youtube.com/watch?v=f8_uF_IDV50)
28-
29-
</div> -->
30-
3117
## Prerequisites
3218

3319
* [Download and install Visual Studio Code on your computer](https://code.visualstudio.com/download)
@@ -56,10 +42,10 @@ Agents work in the context of a folder, also known as a *workspace*. You start b
5642

5743
## Build with the Agents window
5844

59-
<div class="docs-action" data-show-in-doc="false" data-show-in-sidebar="true" title="Explore the Agent window">
60-
Learn more about agent-first development with the Agents window in VS Code.
45+
<div class="docs-action" data-show-in-doc="false" data-show-in-sidebar="true" title="Explore the Agents window">
46+
Use the Agents window to run and monitor agent sessions across your projects from a single place in VS Code.
6147

62-
* [Start tutorial](/docs/agents/agents-window.md)
48+
* [Learn about the Agents window](/docs/agents/agents-window.md)
6349

6450
</div>
6551

@@ -170,10 +156,10 @@ Before you commit the agent's work, review what changed. The **Changes** panel l
170156

171157
## Write code with agents in the editor
172158

173-
<div class="docs-action" data-show-in-doc="false" data-show-in-sidebar="true" title="Explore agents in VS Code">
174-
Learn more about using agents to support for coding workflow in VS Code.
159+
<div class="docs-action" data-show-in-doc="false" data-show-in-sidebar="true" title="Explore the Chat view">
160+
Use the Chat view alongside your editor to let agents assist you with coding tasks in your active workspace.
175161

176-
* [Start tutorial](/docs/agents/chat-view.md)
162+
* [Learn about the Chat view](/docs/agents/chat-view.md)
177163

178164
</div>
179165

0 commit comments

Comments
 (0)