github / github/copilot-cli

Show message timestamps in GitHub Copilot CLI conversations

Abierto
#3,930 0 comentarios 14 reacciones 0 asignados Ver en GitHub
area:sessions 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

GitHub Copilot CLI doesn't show when each prompt or response occurred, making it hard to tell when something was asked or answered and whether a session was interrupted.

### Proposed solution

Display a timestamp for each turn (user prompt and Copilot response) in the CLI transcript.

• Show a compact local-time stamp per message (e.g.,  [09:47]  or  [2026-06-25 09:47] ), respecting the user's timezone.
• Optionally insert a time-gap separator when a significant interval elapses between turns (e.g.,  — 3 hours later — ), so interruptions and resumed sessions are obvious when scrolling back.
• Make it configurable (on/off, relative vs. absolute, time vs. date+time) via a CLI flag or setting.
• Include timestamps when a session is resumed so the boundary between old and new turns is clear.

### Example prompts or workflows

• Resumed session: I run a task in the morning, step away, and resume the CLI hours later — timestamps immediately show the gap and that the last answer is stale.
• Scheduled/recurring prompts: A scheduled prompt posts updates into the session; timestamps confirm exactly when each run executed and replied.
• Operational debugging: Correlating Copilot CLI suggestions with deployment and log timestamps to reconstruct an accurate timeline.

### Additional context

• The CLI already runs long-lived and resumable sessions where timing context matters most, yet that information isn't surfaced.
• A compact, optional timestamp keeps the terminal output clean while preserving precision when needed.
• This is primarily a UX enhancement; the timing data already exists at message creation time.

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Empieza siguiendo el renderizado de transcripciones de GitHub Copilot CLI y el flujo para reanudar sesiones; después, identifica dónde están disponibles las horas de creación de los mensajes. Comprueba cómo se definen los flags o la configuración de CLI antes de decidir cómo deben configurarse la visualización de marcas de tiempo y los separadores de intervalos de tiempo. Se considera terminado cuando las conversaciones reanudadas y programadas muestran turnos con las horas correctas, sin hacer que la salida predeterminada del terminal sea innecesariamente ruidosa.

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.