Dax Raad 4 ماه پیش
والد
کامیت
2a7ab45605
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      packages/opencode/src/cli/cmd/tui/component/prompt/autocomplete.tsx

+ 5 - 0
packages/opencode/src/cli/cmd/tui/component/prompt/autocomplete.tsx

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