Skip to content

Commit b375890

Browse files
authored
fix(tui): prioritize models slash autocomplete (anomalyco#30848)
1 parent 0a36433 commit b375890

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/opencode/src/cli/cmd/tui

packages/opencode/src/cli/cmd/tui/app.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,8 @@ function App(props: { onSnapshot?: () => Promise<string[]> }) {
633633
suggested: true,
634634
category: "Agent",
635635
slashName: "models",
636+
// Bias /mo toward /models over /move without changing global fuzzy scoring.
637+
slashAliases: ["mo"],
636638
run: () => {
637639
dialog.replace(() => <DialogModel />)
638640
},

0 commit comments

Comments
 (0)