tui: make /mcp an alias for /status (#3894)

This commit is contained in:
arc-source-coder 2025-11-04 14:52:28 +00:00 committed by GitHub
parent 90fc3ddb02
commit 737ddab300
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -266,6 +266,7 @@ export function Autocomplete(props: {
},
{
display: "/status",
aliases: ["/mcp"],
description: "show status",
onSelect: () => command.trigger("opencode.status"),
},