What happened?
The extension writes skills into its .vscode/extensions folder, then loses them on update.
Describe the bug
So, I cannot quite figure out where this extension is supposed to have its persistent storage for skills. One version recognized home/user/.claude/. The current one doesn't appear to accept /project/.claude/. The agent keeps writing skills into its .vscode/extensions/ folder, then overwrites them when it updates.
Steps to reproduce
- Ask agent to create a skill.
- Skill lands in the .vscode folder.
- Update overwrites the skill.
Expected behavior
Have the agent write skills into the /project/.afx/skills/* folder instead of .vscode/extensions/* .
Environment
- VScode 1.121.0
- Ubuntu 24.04
- agenticflowx 2.2.1
What happened?
The extension writes skills into its .vscode/extensions folder, then loses them on update.
Describe the bug
So, I cannot quite figure out where this extension is supposed to have its persistent storage for skills. One version recognized home/user/.claude/. The current one doesn't appear to accept /project/.claude/. The agent keeps writing skills into its .vscode/extensions/ folder, then overwrites them when it updates.
Steps to reproduce
Expected behavior
Have the agent write skills into the /project/.afx/skills/* folder instead of .vscode/extensions/* .
Environment