github / github/app

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

オープン
#1,025 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
Requests and ideas
主要言語
言語のデータがありません
スター
2.1k
フォーク
153
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

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.

索引モデルが issue の本文から書いたものです。

評価

領域
ai, desktop
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
静か
明瞭さ
おおむね明確
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。