diff --git a/prompts/aspnet-minimal-api-openapi.prompt.md b/prompts/aspnet-minimal-api-openapi.prompt.md index 8ea87cb..007157d 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 a0b0811..3c61497 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 fcb06dc..f4ec8b3 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 f6a2e50..e266975 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 74e90e3..50b6409 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 6cf3868..3ad6350 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" ---