feat(FN-3071): add droid runtime plugin with event bridge, process manageme
This merge introduces a droid runtime plugin system with event bridge and process management (FN-3228), stabilizes plugin workspace verification gates and suppresses placeholder plugin shells in onboarding/settings flows (FN-3071), tokenizes danger/error styling in task detail components (FN-3350), Fusion-Task-Id: FN-3071
This commit is contained in:
@@ -2112,7 +2112,7 @@ export function ModelOnboardingModal({
|
||||
</div>
|
||||
) : (
|
||||
<>
|
||||
<PluginSlot slotId="onboarding-provider-card" projectId={projectId} />
|
||||
<PluginSlot slotId="onboarding-provider-card" projectId={projectId} renderPlaceholder={false} />
|
||||
|
||||
<section className="onboarding-provider-section" data-testid="onboarding-quick-start-providers">
|
||||
<h3 className="onboarding-section-title">Quick start providers</h3>
|
||||
|
||||
Reference in New Issue
Block a user