diff --git a/apps/ui/src/components/views/settings-view/cli-status/cursor-cli-status.tsx b/apps/ui/src/components/views/settings-view/cli-status/cursor-cli-status.tsx index cf7b842d..ebcec5ab 100644 --- a/apps/ui/src/components/views/settings-view/cli-status/cursor-cli-status.tsx +++ b/apps/ui/src/components/views/settings-view/cli-status/cursor-cli-status.tsx @@ -63,6 +63,91 @@ export function CursorCliStatusSkeleton() { ); } +export function CursorPermissionsSkeleton() { + return ( +
+ Configure which Cursor models are available in the feature modal +
+{model.description}
+Configure what Cursor CLI can do
++ Cursor CLI can execute shell commands based on its permission config. For + overnight automation, consider using the Strict profile to limit what commands can + run. +
++ {profile.description} +
+Global Config
++ ~/.cursor/cli-config.json +
+Project Config
++ <project>/.cursor/cli.json +
+ {permissions?.hasProjectConfig && ( +- Cursor is currently only available for the Kanban board agent tasks. -
-- Cursor is currently only available for the Kanban board agent tasks. -
-- Configure which Cursor models are available in the feature modal -
-{model.description}
-- Configure what Cursor CLI can do -
-- Cursor CLI can execute shell commands based on its permission config. For - overnight automation, consider using the Strict profile to limit what commands - can run. -
-- {profile.description} -
-Global Config
-- ~/.cursor/cli-config.json -
-Project Config
-- <project>/.cursor/cli.json -
- {permissions?.hasProjectConfig && ( -