github / github/copilot-cli

Condensed timeline display option for autopilot mode

Abierto
#2,623 1 comentario 0 reacciones 0 asignados Ver en GitHub
area:agents 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

Description:

When running in autopilot mode, the agent executes many tool calls in sequence. Currently, each tool call shows:

- Description label
- Full command preview (2-3 lines)
- Output summary ("51 lines...")

Request: Add a display option for autopilot mode that collapses each tool call to just the description label, e.g.:

● Extract authorized scopes section (shell) ▸
● Extract Bitbucket repo mapping (shell) ▸
● Create REF_SCOPES.md (file) ▸

The ▸ or similar indicator would show it's expandable. Pressing Ctrl+O/Ctrl+E would still expand as today.

Why: In autopilot mode, users primarily monitor progress via descriptions, not command details. A condensed view would:

1. Show more activity on screen at once
2. Reduce visual noise during long autonomous runs
3. Make it easier to spot when the agent pauses for input

Suggested implementation:

- New config option: display.autopilotCondensed: true
- Or a /display slash command to toggle verbosity levels

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.