mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 18:24:21 +01:00
tui: make /mcp an alias for /status (#3894)
This commit is contained in:
@@ -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"),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user