GitHub Copilot CLI Plugins and Marketplaces: Extend Your Terminal Agent
GitHub Copilot CLI now supports plugins that enhance its functionality by allowing users to install reusable agents and tools. These plugins can be packaged and distributed through marketplaces, simplifying the process of integrating various capabilities. The article explains the differences between Copilot CLI plugins and GitHub Copilot Extensions, detailing how to find, install, and create plugins for terminal automation.
- ▪GitHub Copilot CLI plugins allow users to extend the terminal agent with reusable customizations.
- ▪Plugins can bundle various components such as custom agents, skills, and hooks.
- ▪The article clarifies the distinction between Copilot CLI plugins and GitHub Copilot Extensions.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 620034) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Marcel.L Posted on May 27 GitHub Copilot CLI Plugins and Marketplaces: Extend Your Terminal Agent #githubcopilot #cli #devops #tutorial GitHub Copilot - CLI (3 Part Series) 1 GitHub Copilot CLI: A DevOps Engineer's Practical Guide to AI-Powered Terminal Automation 2 Steer GitHub Copilot CLI Sessions Remotely from Any Device 3 GitHub Copilot CLI Plugins and Marketplaces: Extend Your Terminal Agent GitHub Copilot CLI Plugins and Marketplaces: Extend Your Terminal Agent GitHub Copilot…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).