Skip to content

Commit 4025fda

Browse files
committed
Add VS Code Agent Manager tool with features for managing Copilot agents
1 parent 2017acd commit 4025fda

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

website/data/tools.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,30 @@ tools:
232232
- github
233233
- copilot-customizations
234234
- validation
235+
236+
- id: vscode-agent-manager
237+
name: VS Code Agent Manager
238+
description: >-
239+
VS Code Agent Manager is the essential toolkit for supercharging your GitHub Copilot experience.
240+
Effortlessly discover, install, and manage custom Copilot Agents directly within VS Code.
241+
category: VS Code Extensions
242+
featured: true
243+
requirements:
244+
- VS Code version 1.106.0 or higher
245+
- Internet connection to fetch repository data
246+
links:
247+
github: https://github.com/luizbon/vscode-agent-manager
248+
vscode: vscode:extension/luizbon.vscode-agent-manager
249+
vscode-insiders: vscode-insiders:extension/luizbon.vscode-agent-manager
250+
marketplace: https://marketplace.visualstudio.com/items?itemName=luizbon.vscode-agent-manager
251+
features:
252+
- "🔍 Auto-Discovery: Point the Agent Manager to any GitHub repository, and it will automatically index all available agents"
253+
- "📦 One-Click Installation: Install agents in seconds. Choose to install them globally (User Profile) for access in all projects, or locally (Workspace) for project-specific needs."
254+
- "🔄 Smart Updates & Version Control: Stay up to date. The extension tracks installed versions against the remote source, alerting you when updates are available. View changelogs and author details at a glance."
255+
- "🛡️ Git-Powered Reliability: Built on top of Git, ensuring that you always get the exact version of the agent you expect, with verified author and commit data."
256+
tags:
257+
- vscode
258+
- extension
259+
- copilot
260+
- agent
261+
- manager

0 commit comments

Comments
 (0)