Skip to content

Commit c0dc061

Browse files
authored
Add config file for post-download page (#9452)
* Add config file for post-download page * Update highlights
1 parent 6c45500 commit c0dc061

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

build/post-download.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"featured": {
3+
"title": "Multi-agent development",
4+
"description": "VS Code is your home for multi-agent development. Run multiple AI agent sessions in parallel, across different projects, environments, and agent harnesses.",
5+
"link": "/updates/v1_109",
6+
"image": "/assets/updates/1_109/vscode-v1109-social.webp"
7+
},
8+
"highlights": [
9+
{
10+
"type": "blog",
11+
"title": "MCP Apps support",
12+
"description": "Give agents a visual voice with MCP Apps support in VS Code.",
13+
"link": "/blogs/2026/01/26/mcp-apps-support",
14+
"image": "/assets/blogs/2026/01/26/mcp-apps-list-sort.png"
15+
},
16+
{
17+
"type": "documentation",
18+
"title": "AI core concepts overview",
19+
"description": "Get an overview of the core concepts and how AI agents work in VS Code.",
20+
"link": "/docs/copilot/core-concepts",
21+
"image": "/assets/docs/copilot/core-concepts/agent-loop.png"
22+
},
23+
{
24+
"type": "insiders",
25+
"title": "New in Insiders",
26+
"description": "Support for agent plugins to install agent customizations. Fork a chat conversation with `/fork` to explore alternative paths.",
27+
"link": "/updates/v1_110"
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)