How it works
Each limit tracks a counter type - file edits, shell commands, or browser actions. When the AI hits the threshold, the response is paused mid-stream. You see exactly what’s been done and decide whether to let it continue. This prevents runaway behavior. An AI that starts editing 50 files when you expected 3 gets caught early.Default limits
| Counter | Default threshold |
|---|---|
| File edits | 20 per response |
| Shell commands | 15 per response |
| Browser actions | 10 per response |
Configuring
Open Settings > AI Safety > Limits to adjust thresholds per space. Set higher limits for trusted workflows, lower for exploratory ones. The AI can also adjust limits via tool calls (safety_set_limit, safety_delete_limit), but those tool calls themselves always require approval.