fix: support /models alias for /model

This commit is contained in:
Peter Steinberger
2026-01-09 06:23:18 +01:00
parent 133124e023
commit 31a2830f7d
5 changed files with 12 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ const CHAT_COMMANDS: ChatCommandDefinition[] = [
key: "model",
nativeName: "model",
description: "Show or set the model.",
textAliases: ["/model"],
textAliases: ["/model", "/models"],
acceptsArgs: true,
},
{