From 2f5e9e90504ed762a8f397988ea77ec9333d5790 Mon Sep 17 00:00:00 2001 From: Dobri Danchev <12420863+danchev@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:34:18 -0600 Subject: [PATCH] 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> --- prompts/conventional-commit.prompt.md | 2 +- prompts/git-flow-branch-creator.prompt.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prompts/conventional-commit.prompt.md b/prompts/conventional-commit.prompt.md index a5e056f..c517d43 100644 --- a/prompts/conventional-commit.prompt.md +++ b/prompts/conventional-commit.prompt.md @@ -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 diff --git a/prompts/git-flow-branch-creator.prompt.md b/prompts/git-flow-branch-creator.prompt.md index d3da709..127f0c3 100644 --- a/prompts/git-flow-branch-creator.prompt.md +++ b/prompts/git-flow-branch-creator.prompt.md @@ -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' ---