tui: make /mcp an alias for /status (#3894)
This commit is contained in:
parent
90fc3ddb02
commit
737ddab300
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ export function Autocomplete(props: {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
display: "/status",
|
display: "/status",
|
||||||
|
aliases: ["/mcp"],
|
||||||
description: "show status",
|
description: "show status",
|
||||||
onSelect: () => command.trigger("opencode.status"),
|
onSelect: () => command.trigger("opencode.status"),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue