Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 737ddab

Browse files
tui: make /mcp an alias for /status (anomalyco#3894)
1 parent 90fc3dd commit 737ddab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/opencode/src/cli/cmd/tui/component/prompt/autocomplete.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ export function Autocomplete(props: {
266266
},
267267
{
268268
display: "/status",
269+
aliases: ["/mcp"],
269270
description: "show status",
270271
onSelect: () => command.trigger("opencode.status"),
271272
},

0 commit comments

Comments
 (0)