CommandCodeAI / CommandCodeAI/command-code
[TUI Improvement] Group taste feedback messages in the TUI
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 4k
- Forks
- 350
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Feature Description
I've checked out that, whenever you say / set up a ton of preferences usually taste-1, creates a ton of feedback texts, that push the tui text up (if you are watching what your model made, etc.., it automatically pushes everything up), in the image there's only 2, but for example, there's some times, that a ton of tastes feedbacks appear and its kinda annoying to deal with.
So i was trying out if i could solve it via a mod implementation, and yeah couldn't make it, as on the 2nd image appears the thing is to have all tastes stored inline, for example a chevron or submenu such as the one i tried to make with all taste implementations down there, instead of:
TASTE Learned
└ Prefers TASTE Learned notifications grouped into a single collapsible chevron when 2+ appear (English
header, standard format inside, open to adapted compact format) and suppress/hide individual notices to
avoid duplication/spam [Confidence 92%]
taste.md
Another one that says
TASTE Learned
└ Prefers TASTE Learned notifications grouped into a single collapsible chevron when 2+ appear (English
header, standard format inside, open to adapted compact format) and suppress/hide individual notices to
avoid duplication/spam [Confidence 92%]
taste.md
etc...
Something like what i tried to make
◼ TASTE Learned ▸ (down clickable chevron with all tastes)
└ Prefers TASTE Learned notifications grouped into a single collapsible chevron when 2+ appear (English)
└ more taste changes...
└ more taste changes...
Use Case
-
Keeps the learning, kills the disruption — you still get the personalized taste profile, but the transcript stops jumping while you watch output.
-
Reduces cognitive load — instead of a wall of repeated feedback lines, one grouped/expandable notice tells you learning happened without stealing focus (with a chevron to check out which other taste implementations have been made), like a minimization tool.
-
Better for review flow — you can watch long generations end-to-end without the viewport scrolling away, which is exactly the workflow taste is supposed to support
Additional Context
No response
How important is this to you?
None
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Comienza localizando la ruta de renderizado de TUI para los mensajes de feedback de TASTE Learned y siguiendo cómo se añaden los avisos individuales a la transcripción. Implementa la agrupación solicitada para dos o más mensajes con un indicador expandible, manteniendo disponibles las preferencias aprendidas y evitando avisos individuales duplicados; verifica que las generaciones largas ya no provoquen que las líneas de feedback repetidas desplacen el viewport.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Área
- cli
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Activo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 48/100