github / github/copilot-cli

Zsh completion broken and documentation URLs broken/removed

Abierto
#1,063 2 comentarios 9 reacciones 0 asignados Ver en GitHub
area:non-interactive
Lenguaje dominante
Shell
Estrellas
11.2k
Forks
1.9k
Merge medio
14 h 16 min
PR fusionados (30 d)
6

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.