Skip to content

Extending Agents Course#9823

Open
cinnamon-msft wants to merge 2 commits into
mainfrom
learn-course-3
Open

Extending Agents Course#9823
cinnamon-msft wants to merge 2 commits into
mainfrom
learn-course-3

Conversation

@cinnamon-msft
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new Agents learning course to the /learn curriculum, covering tool usage, MCP servers, agent plugins, and third-party agents to help readers extend agent workflows in VS Code.

Changes:

  • Extend learn/toc.json with a new Agents section and four course topics.
  • Add four new course markdown pages under learn/agents/ for tools, MCP servers, plugins, and third-party agents.
  • Add supporting screenshots (Git LFS pointers) referenced by the new course content.
Show a summary per file
File Description
learn/toc.json Adds the new “Agents” course section and topic links.
learn/agents/1-using-tools-with-agents.md New course page introducing tools, tool sets, approvals, and sandboxing.
learn/agents/2-extending-agents-with-mcp-servers.md New course page explaining MCP concepts, install/config, and safety guidance.
learn/agents/3-agent-plugins.md New course page covering plugin install/usage and workspace recommendations.
learn/agents/4-using-third-party-agents-in-vs-code.md New course page for Claude/Codex sessions, commands, permissions, and cloud enablement.
docs/copilot/images/third-party-agents/claude-agent-new-chat-1.121.png New screenshot asset for the third-party agents course page.
docs/copilot/images/customization/chat-customizations-editor-plugins.png New screenshot asset referenced by the plugins course page.
docs/copilot/chat/images/copilot-chat/chat-approval-options.png New screenshot asset referenced by the tools/approvals course page.

Copilot's findings

  • Files reviewed: 8/8 changed files
  • Comments generated: 2

Comment on lines +54 to +62
| Slash command | Description |
|---------------|-------------|
| `/agents` | Wizard for creating and managing Claude sub-agents. |
| `/hooks` | Configure lifecycle hooks that run at key points during a session. |
| `/memory` | Open and edit the `CLAUDE.md` memory file used across sessions. |
| `/init` | Initialize a new `CLAUDE.md` memory file for the project. |
| `/review` | Review code changes in a pull request. |
| `/security-review` | Run a security review on pending changes. |

Comment on lines +65 to +67
Before you can use cloud partner agents, enable them in your GitHub Copilot settings. From github.com, open your profile menu, go to **Copilot settings** > **Cloud Agent**, then turn on the partner agents you want under **Partner Agents**.

You can start a cloud session from the **Agents** tab on a GitHub repository: select the Copilot logo on the **New session** button to choose Claude or Codex.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants