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