mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-30 12:15:56 +00:00
fix: agent files not loading from agents folder (#1473)
This commit is contained in:
@@ -1235,7 +1235,7 @@ function renderLocalPluginModal(
|
||||
|
||||
switch (itemType) {
|
||||
case "agent":
|
||||
path = path.replace(".md", ".agent.md");
|
||||
// path = path.replace(".md", ".agent.md");
|
||||
break;
|
||||
case "skill":
|
||||
path = `${path}/SKILL.md`;
|
||||
|
||||
Reference in New Issue
Block a user