Automatically updates chat.agentSkillsLocations and chat.agentFilesLocations workspace settings
Output Logging
Detailed logging with configurable log levels.
Commands
Command
Description
Agent Plugins: Browse Marketplace
Open the webview marketplace browser
Agent Plugins: Add Marketplace URL
Add a new marketplace URL to settings
Agent Plugins: Remove Marketplace URL
Remove a marketplace URL from settings
Agent Plugins: Refresh
Refresh the tree view data
Agent Plugins: Settings
Open extension settings
Agent Plugins: Sign In to GitHub
Authenticate with GitHub for private repo access
Agent Plugins: GitHub Auth Status
Check current GitHub authentication status
Context Menu Actions
Install Plugin — Install a plugin from the tree view (available on plugin nodes)
Open Repository — Open the GitHub repository for a marketplace (available on GitHub-hosted marketplaces)
Collapse — Collapse expanded marketplace, plugin, or group nodes
Extension Settings
Setting
Type
Default
Description
agentPlugins.marketplaces
string[]
[]
List of marketplace.json URLs to browse
agentPlugins.logLevel
string
info
Log level (off, error, warn, info, debug, trace)
Requirements
VS Code 1.109.0 or newer
GitHub Authentication extension (bundled with VS Code) for private repo access
Development
npm run compile # Build the extension
npm run watch # Watch mode for development
npm run test # Run tests
npm run lint # Run ESLint
npm run package # Package for production