fix(tui): prioritize models slash autocomplete (#30848)
This commit is contained in:
parent
0a36433062
commit
b375890745
1 changed files with 2 additions and 0 deletions
|
|
@ -633,6 +633,8 @@ function App(props: { onSnapshot?: () => Promise<string[]> }) {
|
|||
suggested: true,
|
||||
category: "Agent",
|
||||
slashName: "models",
|
||||
// Bias /mo toward /models over /move without changing global fuzzy scoring.
|
||||
slashAliases: ["mo"],
|
||||
run: () => {
|
||||
dialog.replace(() => <DialogModel />)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue