feat(FN-3396): bundle Cursor CLI as a plugin provider with dashboard auth w
Merges FN-3396's full Cursor CLI provider integration (Steps 1–4): defines a CLI-backed provider contract, adds the `fusion-plugin-cursor-runtime` plugin package with process management and runtime probes, wires dashboard auth flows and UI (ProviderCard, onboarding modal, settings), and bundles the Fusion-Task-Id: FN-3396
This commit is contained in:
13
packages/dashboard/app/components/CursorCliProviderCard.css
Normal file
13
packages/dashboard/app/components/CursorCliProviderCard.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.cursor-cli-provider-card .auth-provider-cli-actions,
|
||||
.cursor-cli-provider-card .onboarding-provider-card__actions {
|
||||
display: flex;
|
||||
gap: var(--space-sm);
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.cursor-cli-provider-card .auth-provider-cli-actions,
|
||||
.cursor-cli-provider-card .onboarding-provider-card__actions {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user