You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/cloud.mdx
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,18 @@ In the dashboard, enable the repositories you want Ultracite to lint. Once enabl
60
60
61
61
All linting and fixes run in isolated sandbox environments. Your code is cloned, processed, and the sandbox is destroyed — we never store your source code.
62
62
63
+
The sandbox is created from a snapshot with a simple, pre-configured environment which helps saves a few precious seconds on each run.
64
+
65
+
```sh
66
+
# Global tools
67
+
npm install -g @antfu/ni @anthropic-ai/claude-code pnpm yarn bun
68
+
69
+
# Git config (global so it applies to all cloned repos)
When `ultracite fix` can't auto-fix an issue, Ultracite uses Claude Code to understand the context and apply intelligent fixes. This handles complex issues like:
0 commit comments