GitHub Adds Agent Plugins 1.0 Across VS Code, Copilot CLI, and the Copilot App
The August 12 release makes skills and MCP configurations portable, while leaving trust and permission review to users and administrators.
Key takeaways
GitHub announced on August 12, 2026 that Agent Plugins 1.0 support is generally available in VS Code, Copilot CLI, the Copilot SDK, and the Copilot app. A single package can carry skills, MCP server configuration, and client-specific extensions, reducing duplicate setup across tools. The practical task is to verify the publisher, manifest version, commands, external connections, and permission boundaries before installation. Test one reversible, read-only workflow in a repository without production credentials, then decide whether the package belongs in a team marketplace or managed policy. Portability is not a security endorsement: every command, credential, server, and tool call inside the package still needs an explicit review and revocation path.
# GitHub Adds Agent Plugins 1.0 Across VS Code, Copilot CLI, and the Copilot App
August 13, 2026
Direct answer
Agent Plugins 1.0 standardizes packaging and distribution; it does not certify safety. Inspect the manifest and bundled components, test a read-only task, and verify uninstall and revocation behavior before team rollout.
Fact sources
GitHub announced general Agent Plugins 1.0 support across VS Code, Copilot CLI, the Copilot SDK, and the Copilot app on August 12, 2026.
The specification uses plugin.json at the root, a skills directory, optional MCP configuration, and namespaced client extensions.
Existing Copilot plugins remain supported, while enterprise managed settings can govern plugins, marketplaces, and MCP allowlists.
Five checks before installing an Agent Plugin
- Verify the publisher, repository, license, version, and maintenance history.
- Inspect plugin.json and inventory every skill, MCP server, command, and client extension.
- Install in a test repository without production credentials and run one reversible read-only task.
- Observe network calls, approvals, logs, failures, and configuration left after uninstall.
- For teams, pin a version and assign owners for marketplaces, approval, and revocation.
Why it matters
A portable package can spread the same capability and the same configuration mistake across several AI clients, so distribution efficiency and security review must move together.
Impact for ordinary AI users
Developers can reuse one capability across Copilot surfaces instead of copying configuration. They also need to understand what the package executes and connects to, especially when MCP servers or shell commands are included.
Related tools and tutorials
Start with one reversible task, verify version, permissions, cost, and logs, then record the result in the team runbook.
AI software and tools · AI account and cost services · AI skill tutorials · AI frontier news
FAQ
Is Agent Plugins 1.0 the same as MCP?
No. A plugin is a distributable package that may include MCP configuration; MCP is the connection protocol for tools and data.
Must existing Copilot plugins migrate now?
No. GitHub says existing plugins that do not target the 1.0 specification remain supported.
Will every compatible client behave identically?
No. Clients load supported components, and namespaced extensions can create client-specific behavior.
Source links
- GitHub Changelog: Agent Plugins 1.0 (2026-08-12)
- Agent Plugins: Build an Agent Plugin
- GitHub Docs: About GitHub Copilot plugins
- Agent Plugins Specification 1.0.0
What this means for everyday users
Record publisher, specification version, components, commands, connections, approver, test result, and revocation steps.
Related reading
From Chat Boxes to Personal AI Companions: AI Assistants Are Entering the Desktop Execution Era
AI assistants are moving from answering questions toward continuing real tasks. AI agents, MCP tool ecosystems, personal memory, and local workbenches are pushing this shift together. For users, the real value is not another chat box, but less repeated context setup and more continuity from thinking to doing.
GitHub adds enterprise controls for Copilot agent commands, files, and network access
GitHub released enterprise-managed permissions for Copilot agent operations on September 9. Administrators can centrally set shell commands, file reads and writes, and access to network domains to blocked, approval required, or allowed without a prompt. User preferences, workspace settings, automatic approval, and earlier approvals cannot make the enterprise policy less restrictive. GitHub says the controls are generally available in the Copilot app, Copilot CLI, and Visual Studio Code sessions that use Agent Host for Copilot Business and Enterprise customers. Security and platform teams should begin with a minimum-permission baseline, test representative repositories, and expand only the operations that have a clear owner, audit trail, and rollback path.
AWS connects AgentCore evaluations to GitHub Actions for pre-merge agent regression gates
AWS published a reference workflow on September 8 for integrating Amazon Bedrock AgentCore Evaluations with GitHub Actions. The pipeline deploys a development agent and an OAuth-protected MCP server, invokes representative prompts, collects OpenTelemetry traces, and scores behavior before allowing a pull request to proceed. AWS describes built-in dimensions such as helpfulness, correctness, goal success, tool selection, tool parameters, and trajectory order, with custom and code-based evaluators available. The post compares three authentication patterns: evaluating stored traces, using a pre-authorized test user, or issuing machine-to-machine credentials for CI. Its implementation uses the third pattern. Teams should validate that CI credentials cannot escape their intended environment, that evaluation samples cover important failures, and that score variance, latency, evaluator cost, and rollback behavior are visible before treating the threshold as a release gate.
GitHub Makes Global Model Policy Generally Available for Copilot
GitHub Makes Global Model Policy Generally Available for Copilot. The official source dated August 2026 describes a concrete product, research, or governance change rather than a universal guarantee. This article separates what is available now from preview or planned access, then translates the change into one ordinary-user task: standardizing Copilot model access rules across a team while preserving evidence of policy changes. Before using it, readers should verify account eligibility, workspace permissions, data boundaries, model or service cost, human review, audit logs, and rollback. A small reversible pilot with explicit acceptance checks is safer than copying a headline result or assuming that a new integration can publish, merge, or make decisions without approval. The source set is linked so teams can recheck availability and scope when the product changes.
GitHub Copilot Customize Tab Is Generally Available for Team Agent Workflows
GitHub Copilot Customize Tab Is Generally Available for Team Agent Workflows. The official source dated August 2026 describes a concrete product, research, or governance change rather than a universal guarantee. This article separates what is available now from preview or planned access, then translates the change into one ordinary-user task: configuring team agent behavior in Copilot and validating results with a small task. Before using it, readers should verify account eligibility, workspace permissions, data boundaries, model or service cost, human review, audit logs, and rollback. A small reversible pilot with explicit acceptance checks is safer than copying a headline result or assuming that a new integration can publish, merge, or make decisions without approval. The source set is linked so teams can recheck availability and scope when the product changes.
GitHub Code Quality Adds Audit-Log Tracking for Enablement Changes
Review the official scope, availability, ordinary-user task, permissions, cost, review, and rollback checks for GitHub Code Quality Adds Audit-Log Tracking for Enablement Changes.
Summary
Agent Plugins 1.0 improves reuse, but portability and trust are separate decisions. Inspect the package, test narrowly, pin versions, and keep a documented revocation owner.