Skip to content

v6.1.0 - GitHub Copilot Custom Slash Commands

Choose a tag to compare

@bobvibes bobvibes released this 12 Jan 15:42

πŸš€ 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.md with .github/prompts/*.prompt.md files
  • Native slash commands in VS Code: /clavix-improve, /clavix-prd, /clavix-implement, etc.
  • Smart agent mapping: Planning commands use ask agent, implementation uses agent with tools
  • YAML frontmatter with name, description, agent, and tools configuration

⚠️ Breaking Change

  • Integration renamed from copilot-instructions β†’ copilot
  • If you have copilot-instructions in your .clavix/config.json, update it to copilot
  • Run clavix init to regenerate with the new format

πŸ“¦ Installation

npm install -g clavix@latest
clavix init

Full Changelog: v6.0.0...v6.1.0