v6.1.0 - GitHub Copilot Custom Slash Commands
π Highlights
GitHub Copilot now gets proper slash commands instead of global instructions! Commands appear as /clavix-improve, /clavix-prd, etc. directly in VS Code Copilot Chat.
β¨ What's New
- Replaced
.github/copilot-instructions.mdwith.github/prompts/*.prompt.mdfiles - Native slash commands in VS Code:
/clavix-improve,/clavix-prd,/clavix-implement, etc. - Smart agent mapping: Planning commands use
askagent, implementation usesagentwith tools - YAML frontmatter with
name,description,agent, andtoolsconfiguration
β οΈ Breaking Change
- Integration renamed from
copilot-instructionsβcopilot - If you have
copilot-instructionsin your.clavix/config.json, update it tocopilot - Run
clavix initto regenerate with the new format
π¦ Installation
npm install -g clavix@latest
clavix initFull Changelog: v6.0.0...v6.1.0