github / github/copilot-cli

Add CLI flag option like `--request-tool` to downgrade from allowed to requesting permission

Đang mở
#1,461 0 bình luận 2 reaction 0 người được giao Xem trên GitHub
area:permissions
Ngôn ngữ chính
Shell
Star
11.2k
Fork
1.9k
Merge trung bình
14 giờ 16 phút
Pull request đã merge (30 ngày)
6

Mô tả

### Describe the feature or problem you'd like to solve

I am interesting in using `--allow-all-tools` but with a downgrade exception like `--request-tool 'shell(rm)'`

### Proposed solution

I would suggest another new CLI flag option like `--request-tool`.

We can currently combine `--allow-all-tools` with `--deny-tool 'shell(rm)'` but that actively prevents the CLI from trying to use `rm` at all. I would still like it to _try_ to use that command, but still want it to ask for my permission on that command specifically.

### Example prompts or workflows

```shell
copilot --allow-all-tools --request-tool 'shell(rm)'
copilot --allow-tool 'write' --allow-tool 'shell' --request-tool 'shell(git push)'
copilot --allow-all-tools --request-tool 'shell(npm install)'
```

### Additional context

_No response_

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.