github / github/copilot-cli

Pasted texts are treated as commands if the first char happen to match

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

描述

### Describe the bug

If I start by pasting an encoded html like
`<!DOCTYPE html>`
And ask something about the snippet I pasted

The CLI will treat it as a & command (Send to github, copilot creates a pr).

In this case it was in a non github repo so the only response back was
Error Details: Not a git repository

Which is very confusing and maybe it would have been worse if it was a git repo.

Suggestion is to not treat pasted snippets as commands if possible

### Affected version

GitHub Copilot CLI 1.0.57.

### Steps to reproduce the behavior

1: Run copilot in a non git folder
2: Paste <!DOCTYPE html>
3: (optional) write something like what is this?
4: should see the "Not a git repository" error

### Expected behavior

I was expecting it to not treat the pasted snippet as a command
Or at least give me an warning or error message

### Additional context

_No response_

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

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