fix(tui): split /model picker from /provider wizard to resolve registry collision

This commit is contained in:
Brooklyn Nicholson 2026-04-18 09:11:53 -05:00
parent 6fb69229ca
commit f0638f3596

View file

@ -6,9 +6,8 @@ import type { SlashCommand } from '../types.js'
export const setupCommands: SlashCommand[] = [ export const setupCommands: SlashCommand[] = [
{ {
aliases: ['provider'], help: 'configure LLM provider + model (launches `hermes model`)',
help: 'configure LLM provider and model (launches `hermes model`)', name: 'provider',
name: 'model',
run: (_arg, ctx) => run: (_arg, ctx) =>
void runExternalSetup({ void runExternalSetup({
args: ['model'], args: ['model'],