-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Expand file tree
/
Copy pathtoc.json
More file actions
30 lines (30 loc) · 1.64 KB
/
toc.json
File metadata and controls
30 lines (30 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
{
"name": "Agent Foundations",
"area": "foundations",
"description": "Learn the fundamentals of building with AI agents in VS Code, from introducing agent-first development concepts to creating your first application using agent mode.",
"topics": [
["Introduction to agent-first development", "/learn/foundations/introduction-to-agent-first-development"],
["Your first agent session", "/learn/foundations/approvals-autonomy-and-context-budget"],
["Reviewing and controlling agent changes", "/learn/foundations/reviewing-and-controlling-agent-changes"],
["Agent sessions and where agents run", "/learn/foundations/agent-sessions-and-where-agents-run"],
["Debugging agent work", "/learn/foundations/debugging-and-whats-happening-behind-the-scenes"],
["Build your first app with agent mode", "/learn/foundations/build-your-first-app-with-agent-mode"]
]
},
{
"name": "Customizations",
"area": "customizations",
"description": "Learn how to customize GitHub Copilot in VS Code using prompt files, instructions, skills, custom agents, and hooks.",
"topics": [
["Why customization matters", "/learn/customizations/1-why-customization-matter"],
["Prompt files", "/learn/customizations/2-prompt-files"],
["Instructions", "/learn/customizations/3-instructions"],
["Skills", "/learn/customizations/4-skills"],
["Custom agent", "/learn/customizations/5-custom-agent"],
["Hooks", "/learn/customizations/6-hooks"],
["Customization Features Explained", "/learn/customizations/7-customization Features Explained"],
["Demo", "/learn/customizations/8-demo"]
]
}
]