github / github/app

Show the router's recommended model for "Auto" before executing, with the option to override

Abierto
#1,025 1 comentario 0 reacciones 0 asignados Ver en GitHub
Requests and ideas
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

When I select "Auto" for model selection, the request runs right away against whatever model the router picks. That works, but I never get to see which model was chosen or step in before it runs.

It would help to have the router return its recommended model for a given query first, then let me either accept it or pick a different model. So "Auto" becomes a recommendation I can confirm or overrule, rather than a decision that happens silently.

## What I'd like

- When "Auto" is selected, the router surfaces its recommended model for the current query before the request executes.
- I can accept the recommendation and run with it, or switch to another model and run with that instead.
- Optionally, a setting to keep the current behavior (auto-run immediately) for people who prefer it.

## Why

The router usually gets it right, but not always. Some queries are cheap enough that I want a smaller model, and some I know need a stronger one regardless of what the router thinks. Seeing the pick first gives me that control without giving up the convenience of Auto.

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Start by locating the Auto model-selection flow and the router request entry point. Trace where the recommended model becomes available before execution, then define the accept, override, and optional auto-run behavior; done means Auto no longer runs silently when confirmation is enabled.

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

Evaluación

Área
ai, desktop
Tipo de issue
Nueva funcionalidad
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Tranquilo
Claridad
Bastante claro
Aptitud para principiantes
45/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.