feat(tui): allow variant_list keybind for the "Switch model variant" command (#21185)

Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
This commit is contained in:
Ariane Emory
2026-04-07 15:46:04 -04:00
committed by GitHub
parent 6bfa82de65
commit e945436b6f
20 changed files with 20 additions and 0 deletions

View File

@@ -599,6 +599,7 @@ function App(props: { onSnapshot?: () => Promise<string[]> }) {
{
title: "Switch model variant",
value: "variant.list",
keybind: "variant_list",
category: "Agent",
hidden: local.model.variant.list().length === 0,
slash: {