add /theme

pull/3651/head
Dax Raad 2025-10-31 17:44:32 -04:00
parent 019054dd1e
commit 2a7ab45605
1 changed files with 5 additions and 0 deletions

View File

@ -250,6 +250,11 @@ export function Autocomplete(props: {
description: "show status",
onSelect: () => command.trigger("opencode.status"),
},
{
display: "/theme",
description: "toggle theme",
onSelect: () => command.trigger("theme.switch"),
},
{
display: "/help",
description: "show help",