opencode-agent[bot] 3 месяцев назад
Родитель
Сommit
d92b8d8009
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      packages/opencode/src/cli/cmd/tui/plugin/internal.ts

+ 1 - 3
packages/opencode/src/cli/cmd/tui/plugin/internal.ts

@@ -20,9 +20,7 @@ export type InternalTuiPlugin = Omit<TuiPluginModule, "id"> & {
   enabled?: boolean
   enabled?: boolean
 }
 }
 
 
-export function internalTuiPlugins(
-  flags: Pick<RuntimeFlags.Info, "experimentalEventSystem">,
-): InternalTuiPlugin[] {
+export function internalTuiPlugins(flags: Pick<RuntimeFlags.Info, "experimentalEventSystem">): InternalTuiPlugin[] {
   return [
   return [
     HomeFooter,
     HomeFooter,
     HomeTips,
     HomeTips,