github / github/copilot-cli

Option to disable artificial streaming delay in terminal output

Abierto
#2,989 0 comentarios 2 reacciones 0 asignados Ver en GitHub
area:configuration area:terminal-rendering
Lenguaje dominante
Shell
Estrellas
11.2k
Forks
1.9k
Merge medio
14 h 16 min
PR fusionados (30 d)
6

Descripción

### Describe the feature or problem you'd like to solve

The CLI adds an artificial delay when rendering streamed output, producing a typewriter-like effect. For users who read completed blocks rather than watching tokens appear, this slows down the perceived response time without adding value. There is no setting to disable or reduce this behaviour.

### Proposed solution

Add a setting (e.g. in settings.json or via a `--no-animate` flag) to render streamed output as fast as it arrives from the API, without an artificial per-token or per-chunk delay. This would benefit users on fast connections who prefer to read complete output, and would improve the experience when using screen readers or piping output to other tools.

### Example prompts or workflows

1. settings.json: `{ "streamingDelay": 0 }` or `{ "instantOutput": true }`
2. CLI flag: `copilot --no-animate`
3. A `/speed` or `/animation` slash command to toggle during a session

### Additional context

Running on Linux (Debian via WSL2) with a wired connection. The delay is most noticeable on longer responses where waiting for the full render adds significant wall-clock time compared to the actual API response time.

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Start by tracing the CLI's streamed terminal-output rendering and how existing settings or command-line options are parsed. Compare the proposed settings.json, --no-animate, and slash-command approaches, then verify that the selected option removes the artificial delay while preserving streamed output and piping behavior.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
shell
Área
cli
Tipo de issue
Nueva funcionalidad
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Tranquilo
Claridad
Bastante claro
Aptitud para principiantes
48/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.