From 9872a778253d3f3cdc9b061c7809da76dd2c2930 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Thu, 26 Jun 2025 15:49:51 +1000 Subject: [PATCH] Improving the tools for prompts --- prompts/aspnet-minimal-api-openapi.prompt.md | 2 +- prompts/csharp-async.prompt.md | 2 +- prompts/csharp-mstest.prompt.md | 2 +- prompts/csharp-nunit.prompt.md | 2 +- prompts/csharp-xunit.prompt.md | 2 +- prompts/ef-core.prompt.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/prompts/aspnet-minimal-api-openapi.prompt.md b/prompts/aspnet-minimal-api-openapi.prompt.md index 8ea87cba..007157dd 100644 --- a/prompts/aspnet-minimal-api-openapi.prompt.md +++ b/prompts/aspnet-minimal-api-openapi.prompt.md @@ -1,6 +1,6 @@ --- mode: "agent" -tools: ["codebase", "terminalCommand"] +tools: ["changes", "codebase", "editFiles", "problems"] description: "Create ASP.NET Minimal API endpoints with proper OpenAPI documentation" --- diff --git a/prompts/csharp-async.prompt.md b/prompts/csharp-async.prompt.md index a0b0811d..3c614970 100644 --- a/prompts/csharp-async.prompt.md +++ b/prompts/csharp-async.prompt.md @@ -1,6 +1,6 @@ --- mode: "agent" -tools: ["codebase", "terminalCommand"] +tools: ["changes", "codebase", "editFiles", "problems"] description: "Get best practices for C# async programming" --- diff --git a/prompts/csharp-mstest.prompt.md b/prompts/csharp-mstest.prompt.md index fcb06dcc..f4ec8b33 100644 --- a/prompts/csharp-mstest.prompt.md +++ b/prompts/csharp-mstest.prompt.md @@ -1,6 +1,6 @@ --- mode: "agent" -tools: ["codebase", "terminalCommand"] +tools: ["changes", "codebase", "editFiles", "problems", "search"] description: "Get best practices for MSTest unit testing, including data-driven tests" --- diff --git a/prompts/csharp-nunit.prompt.md b/prompts/csharp-nunit.prompt.md index f6a2e502..e266975b 100644 --- a/prompts/csharp-nunit.prompt.md +++ b/prompts/csharp-nunit.prompt.md @@ -1,6 +1,6 @@ --- mode: "agent" -tools: ["codebase", "terminalCommand"] +tools: ["changes", "codebase", "editFiles", "problems", "search"] description: "Get best practices for NUnit unit testing, including data-driven tests" --- diff --git a/prompts/csharp-xunit.prompt.md b/prompts/csharp-xunit.prompt.md index 74e90e30..50b64096 100644 --- a/prompts/csharp-xunit.prompt.md +++ b/prompts/csharp-xunit.prompt.md @@ -1,6 +1,6 @@ --- mode: "agent" -tools: ["codebase", "terminalCommand"] +tools: ["changes", "codebase", "editFiles", "problems", "search"] description: "Get best practices for XUnit unit testing, including data-driven tests" --- diff --git a/prompts/ef-core.prompt.md b/prompts/ef-core.prompt.md index 6cf3868b..3ad63507 100644 --- a/prompts/ef-core.prompt.md +++ b/prompts/ef-core.prompt.md @@ -1,6 +1,6 @@ --- mode: "agent" -tools: ["codebase", "terminalCommand"] +tools: ["changes", "codebase", "editFiles", "problems", "runCommands"] description: "Get best practices for Entity Framework Core" ---