fix(tui): bind provider as model alias

This commit is contained in:
Brooklyn Nicholson 2026-04-25 13:58:59 -05:00
parent e48a497d16
commit 5e52011de3
5 changed files with 19 additions and 13 deletions

View file

@ -58,6 +58,7 @@ export const sessionCommands: SlashCommand[] = [
{
help: 'change or show model',
aliases: ['provider'],
name: 'model',
run: (arg, ctx) => {
if (ctx.session.guardBusySessionSwitch('change models')) {