Skip to content

Commit ec51a2b

Browse files
committed
fix: remove tools restriction from prompts
Tools field was limiting agent capabilities. Removed to allow full tool access based on VS Code settings.
1 parent 6bb1399 commit ec51a2b

File tree

4 files changed

+0
-11
lines changed

4 files changed

+0
-11
lines changed

.github/prompts/01-setup-dev-env.prompt.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
description: "Set up development environment for mssql-python"
33
name: "setup"
44
agent: 'agent'
5-
tools:
6-
- read/terminalLastCommand
7-
- search/codebase
85
---
96
# Setup Development Environment Prompt for microsoft/mssql-python
107

.github/prompts/02-build-ddbc.prompt.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
description: "Build C++ pybind11 extension (ddbc_bindings)"
33
name: "build"
44
agent: 'agent'
5-
tools:
6-
- read/terminalLastCommand
7-
- search/codebase
85
---
96
# Build DDBC Extensions Prompt for microsoft/mssql-python
107

.github/prompts/03-run-tests.prompt.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
description: "Run pytest for mssql-python driver"
33
name: "test"
44
agent: 'agent'
5-
tools:
6-
- read/terminalLastCommand
7-
- search/codebase
85
---
96
# Run Tests Prompt for microsoft/mssql-python
107

.github/prompts/04-create-pr.prompt.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ description: "Create a well-structured PR for mssql-python"
33
name: "pr"
44
agent: 'agent'
55
tools:
6-
- read/terminalLastCommand
7-
- search/codebase
86
- web/githubRepo
97
- github/*
108
---

0 commit comments

Comments
 (0)