github / github/copilot-cli

Zsh completion broken and documentation URLs broken/removed

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

描述

### Describe the bug

Before upgrading Copilot CLI today, the following snippet from my `~/.zshrc` executed as documented on https://docs.github.com/en/copilot/managing-copilot/configure-personal-settings/configuring-github-copilot-in-the-cli#zsh

```zsh
if command -v gh &>/dev/null; then
## https://docs.github.com/en/copilot/managing-copilot/configure-personal-settings/configuring-github-copilot-in-the-cli#zsh
eval "$(gh copilot alias -- zsh)"
fi
```

After upgrading to `0.0.389`, I now observe the following error message when launching a new shell:

```text
error: Invalid command format.

Did you mean: copilot -i "zsh"?

For non-interactive mode, use the -p or --prompt option.
Try 'copilot --help' for more information.
```

It would appear that the `alias` subcommand has been removed _and_ the documentation has been relocated (or entirely deleted). I can confirm that no shell completion is being automatically wired up behind the scenes—it's entirely missing/broken now.

### Affected version

0.0.389 Commit: 95ae76e

### Steps to reproduce the behavior

_No response_

### Expected behavior

_No response_

### Additional context

_No response_

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

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