Describe the bug
I create a new Skill by just describing the Skill to the Agent, it creates the Skill, write it in the global skill folder. When I use the command "/skills reload", it says there is 1 more Skill than before, however if I use "/skills list" the Skill is not listed.
Affected version
1.0.59
Steps to reproduce the behavior
For example, let's say I have 2 Skills (Skill A and Skill B),
- I run "/skills reload" it says 2 Skills,
- I add Skill C,
- execute "/skills reload" and it says there are 3 Skills, but
- if I run "
/skills list", it only shows 2 Skills.
Expected behavior
In Step 4. if I run "/skills list", it should display all 3 Skills.
Additional context
Workaround: I have to exit Copilot, start it again and the new Skill now appears with "/skills list".
Describe the bug
I create a new Skill by just describing the Skill to the Agent, it creates the Skill, write it in the global skill folder. When I use the command "
/skills reload", it says there is 1 more Skill than before, however if I use "/skills list" the Skill is not listed.Affected version
1.0.59
Steps to reproduce the behavior
For example, let's say I have 2 Skills (Skill A and Skill B),
/skills list", it only shows 2 Skills.Expected behavior
In Step 4. if I run "
/skills list", it should display all 3 Skills.Additional context
Workaround: I have to exit Copilot, start it again and the new Skill now appears with "
/skills list".