add /theme

This commit is contained in:
Dax Raad
2025-10-31 17:44:32 -04:00
parent 019054dd1e
commit 2a7ab45605

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",