github / github/copilot-cli

Heavy docker use results in redundant confirmations

未关闭
#763 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
area:permissions
主要语言
Shell
星标
11.2k
派生
1.9k
平均合并
14 小时 16 分钟
30 天内合并 PR
6

描述

### Describe the bug

I use docker for everything, that means copilot is using `docker -v...` and EVERY TIME it asks for confirmation of something like `/app` because the command is `docker -v ./something:/app`

Highly annoying as there is no real way to "allow" the directory

### Affected version

0.0.369 Commit: 83653a1

### Steps to reproduce the behavior

1. run with docker heavy usage
2. wait for it to try mount something
3. get asked if it is ok to use directory of mount location

### Expected behavior

as it is mounting folders from the allowed root, it should not worry about where they are mounted on a docker image.

### Additional context

Image

I've also seen this happen for /dev/null when it pipes errors to /dev/null to catch only output.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。