opencode 6 месяцев назад
Родитель
Сommit
c1c99c7e0f
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      packages/sdk/js/src/gen/types.gen.ts

+ 5 - 0
packages/sdk/js/src/gen/types.gen.ts

@@ -590,6 +590,11 @@ export type Config = {
             type: 'remote';
         } & McpRemoteConfig);
     };
+    formatter?: {
+        [key: string]: {
+            disabled?: boolean;
+        };
+    };
     /**
      * Additional instruction files or patterns to include
      */