mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
7a6c0aba61
Extension-registered slash commands are now fully end-to-end: - Commands appear in autocomplete popup (category: Extensions) - Commands appear in /help under Extensions section - Commands dispatch via handleExtensionCommand with argument support - Command names normalized to /prefix at the cmd layer boundary Extension-registered tools now show in /tools: - Agent.GetTools() includes extraTools from extensions - Previously only core + MCP tools were returned Also adds RegisterTool and RegisterCommand examples to the kit extensions init template, and adds .kit/ to .gitignore.