Skip to content

Commit 2f5e9e9

Browse files
authored
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 <[email protected]>
1 parent ba6d1e4 commit 2f5e9e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prompts/conventional-commit.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.'
3-
tools: ['run_in_terminal', 'get_terminal_output']
3+
tools: ['runCommands/runInTerminal', 'runCommands/getTerminalOutput']
44
---
55

66
### Instructions

prompts/git-flow-branch-creator.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: 'Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.'
3-
tools: ['run_in_terminal', 'get_terminal_output']
3+
tools: ['runCommands/runInTerminal', 'runCommands/getTerminalOutput']
44
mode: 'agent'
55
---
66

0 commit comments

Comments
 (0)