fix: update tool names in prompts for consistency (#393)
- Changed tool names from 'run_in_terminal' and 'get_terminal_output' to 'runCommands/runInTerminal' and 'runCommands/getTerminalOutput' for uniformity across prompt files. Signed-off-by: D. Danchev <12420863+danchev@users.noreply.github.com>
This commit is contained in:
parent
ba6d1e456d
commit
2f5e9e9050
@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.'
|
||||
tools: ['run_in_terminal', 'get_terminal_output']
|
||||
tools: ['runCommands/runInTerminal', 'runCommands/getTerminalOutput']
|
||||
---
|
||||
|
||||
### Instructions
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.'
|
||||
tools: ['run_in_terminal', 'get_terminal_output']
|
||||
tools: ['runCommands/runInTerminal', 'runCommands/getTerminalOutput']
|
||||
mode: 'agent'
|
||||
---
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user