Skip to content

Commit 2a18e22

Browse files
committed
Tweak prompt
1 parent 01de0ad commit 2a18e22

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/core/prompts/tools/run-slash-command.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
export function getRunSlashCommandDescription(): string {
55
return `## run_slash_command
6-
Description: Execute a slash command to get specific instructions or content. Slash commands are predefined templates that provide detailed guidance for common tasks. Commands can be built-in, defined globally, or project-specific.
6+
Description: Execute a slash command to get specific instructions or content. Slash commands are predefined templates that provide detailed guidance for common tasks.
77
88
Parameters:
99
- command: (required) The name of the slash command to execute (e.g., "init", "test", "deploy")
@@ -28,10 +28,5 @@ Examples:
2828
<args>focus on integration tests</args>
2929
</run_slash_command>
3030
31-
Note: Available commands depend on the project and global configuration. The tool will list available commands if an invalid command is specified. Commands can be:
32-
- Built-in: Predefined commands like "init" for codebase analysis
33-
- Global: Custom commands defined in ~/.roo/commands/
34-
- Project: Project-specific commands defined in .roo/commands/
35-
3631
The command content will be returned for you to execute or follow as instructions.`
3732
}

0 commit comments

Comments
 (0)