mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-20 16:06:57 +00:00
chore: publish from main
This commit is contained in:
@@ -618,10 +618,9 @@ function generatePluginsData(gitDates, resourceIndex = {}) {
|
||||
}
|
||||
}
|
||||
|
||||
// Build items list from spec fields (agents, commands, skills, mcpServers)
|
||||
// Build items list from supported composition fields.
|
||||
const items = [
|
||||
...agentItems,
|
||||
...(composition.commands || []).map((p) => ({ kind: "prompt", path: p })),
|
||||
...(composition.skills || []).map((p) => ({ kind: "skill", path: p })),
|
||||
...extensionItems,
|
||||
...mcpItems,
|
||||
|
||||
Reference in New Issue
Block a user