mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
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",
|
||||
aliases: ["/mcp"],
|
||||
description: "show status",
|
||||
onSelect: () => command.trigger("opencode.status"),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue