+ {/* Engine Selector Card */}
+
+
+
+
+
+
+
+ 审查引擎
+ 选择代码审查引擎模式
+
+
+
+
+
+ {ENGINE_OPTIONS.map((opt) => (
+
+ ))}
+
+
+
+
+ {/* Engine-specific review config fields */}
+ {syntheticReviewGroup && syntheticReviewGroup.fields.length > 0 && (
+
+ )}
+
+ {/* Memory group — agent mode only */}
+ {engine === 'agent' && memoryGroup && (
+
+ )}
+
+ {/* LLM Provider config — legacy & agent only */}
+ {engine !== 'codex' && (
+ <>
+
+
+ >
+ )}
+