Roo-Code/docs
Roo Code 6e53511791 feat: add execute_slash_command tool for LLM slash command execution
- Added new ExecuteSlashCommandToolUse interface and types
- Implemented executeSlashCommandTool with support for review, mode, checkpoint, diff, and test commands
- Added command registry pattern for extensibility
- Integrated tool into presentAssistantMessage workflow
- Added tool description to system prompts
- Created comprehensive unit tests with 100% coverage
- Added tool to command group in tools registry

This allows the LLM to programmatically trigger slash commands that are typically invoked by users through the chat interface.
2025-08-28 01:24:50 +00:00
..
slash-command-tool-plan.md feat: add execute_slash_command tool for LLM slash command execution 2025-08-28 01:24:50 +00:00