You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---name: greet-userdescription: use when a user offers a greetingallowed-tools:
- bash
- shell
- powershell
- any-other-tool---
Run the `./scripts/greet.sh`<!-- (or `./scripts/greet.py`, `./scripts/greet.bat`, `./scripts/greet.ps1`, etc.) -->
WHEN I prompt with "hello" in interactive mode in Copilot THEN It works as expected and the script runs, but WHEN I prompt with "hello" in NON-interactive mode (e.g. copilot -p "hello") THEN I get a ton of Permission denied and could not request permission from user AND A ton of wasted tokens, time, and money
Affected version
1.0.60
Steps to reproduce the behavior
All in the above description.
Expected behavior
If a tool is marked as allowed, IT SHOULD BE ALLOWED.
Describe the bug
GIVEN any generic skill like:
WHEN I prompt with "hello" in interactive mode in Copilot
THEN It works as expected and the script runs, but
WHEN I prompt with "hello" in NON-interactive mode (e.g.
copilot -p "hello")THEN I get a ton of
Permission denied and could not request permission from userAND A ton of wasted tokens, time, and money
Affected version
1.0.60
Steps to reproduce the behavior
All in the above description.
Expected behavior
If a tool is marked as allowed, IT SHOULD BE ALLOWED.
Additional context
No response