github / github/copilot-cli

Auto Approve on specific command such as grep on copilot cli

Đang mở
#732 4 bình luận 23 reaction 0 người được giao Xem trên GitHub
area:configuration 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

_No response_

### Proposed solution

It will be great if the copilot cli to support the auto approve, like vs code.

"chat.tools.terminal.autoApprove": {
"bash": true, // Auto-approve bash commands
"sh": true, // Auto-approve sh commands
"python3": true, // Auto-approve python commands
"git": true, // Auto-approve git commands
"cd": true, // Auto-approve cd commands
"ls": true, // Auto-approve ls commands
"mkdir": true, // Auto-approve mkdir commands
"grep": true,
"find": true,
"rm": false, // Always require approval for rm
"git push": false // Always require approval for git push
}

### Example prompts or workflows

_No response_

### 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.