Associate pick-and-polish selections with voice transcription references
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 2.1k
- Forks
- 153
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### What problem are you trying to solve?
Pick and polish works well for attaching a selected UI element to a typed prompt, but it does not support naturally referencing multiple elements while dictating a request.
For example, while speaking I want to select different elements and say:
> Make **[click] this one** larger, remove **[click] this one**, and move **[click] this one** to the left.
Currently, the selections are treated as general attachments rather than being associated with the exact moment or phrase in the voice transcript. The agent therefore cannot reliably determine which instruction belongs to which selected element.
### Proposed solution
Integrate pick-and-polish selections with voice transcription so each selection is linked to its position in the transcript.
When the user clicks an element while speaking, the transcript could insert a visible reference token, such as:
> Make **[Header]** larger, remove **[Secondary button]**, and move **[Image card]** to the left.
The agent should receive both the selected element's context and its relationship to the corresponding spoken instruction. Multiple selections should be supported within one continuous voice request.
### Workflow impact
This would make voice-driven UI editing faster and more natural. Users could describe several changes in one pass without stopping to submit a separate prompt for every element or verbally identifying elements that are already selectable on screen.
It would also create a stronger multimodal workflow by combining visual selection, speech, and agent context.
### Installation context
GitHub Copilot app on macOS, using browser/app preview and voice transcription.
### Additional context
Pick and polish already provides the core selection mechanism. The request is to preserve the timing and semantic relationship between each selection and the corresponding part of a voice-transcribed prompt.
Guía de contribución
Línea de trabajo
Start by tracing the existing pick-and-polish selection flow and voice transcription flow in the GitHub Copilot app; the issue names no files, tests, or entry points. Define how selections become visible transcript references, preserve each selection's timing and context, support multiple selections in one request, and verify that each spoken instruction is associated with the intended element.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- macos
- Área
- desktop
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Tranquilo
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 30/100