diff --git a/frontend/src/components/BoardOnboardingChat.tsx b/frontend/src/components/BoardOnboardingChat.tsx index a29e984f..7b2db557 100644 --- a/frontend/src/components/BoardOnboardingChat.tsx +++ b/frontend/src/components/BoardOnboardingChat.tsx @@ -447,36 +447,6 @@ export function BoardOnboardingChat({ Emoji:{" "} {draft.lead_agent.identity_profile?.emoji || "—"}

-

- Autonomy:{" "} - {draft.lead_agent.autonomy_level || "—"} -

-

- Verbosity:{" "} - {draft.lead_agent.verbosity || "—"} -

-

- - Output format: - {" "} - {draft.lead_agent.output_format || "—"} -

-

- - Update cadence: - {" "} - {draft.lead_agent.update_cadence || "—"} -

- {draft.lead_agent.custom_instructions ? ( - <> -

- Custom instructions -

-
-                      {draft.lead_agent.custom_instructions}
-                    
- - ) : null} ) : null}