fix: agent files not loading from agents folder (#1473)

This commit is contained in:
Aezan
2026-04-28 13:00:42 +05:30
committed by GitHub
parent 2f972ba80c
commit 8aa465d4d2
2 changed files with 39 additions and 11 deletions

View File

@@ -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`;