feat: update tui model dialog to utilize model family to reduce noise in list

This commit is contained in:
Aiden Cline
2026-02-03 15:48:40 -06:00
parent 185858749b
commit bb4d978684
3 changed files with 42 additions and 4 deletions

View File

@@ -1009,6 +1009,10 @@ export type KeybindsConfig = {
* Toggle model favorite status
*/
model_favorite_toggle?: string
/**
* Toggle showing all models
*/
model_show_all_toggle?: string
/**
* Share current session
*/