Local-Only Mode
UnfoldAI's deterministic v5 loop can run locally without sending workspace evidence to cloud AI routes.
Enabling Local-Only Upload Mode
{
"unfoldai.v5.safeAgentMode.enabled": true,
"unfoldai.v5.privacy.uploadMode": "local_only"
}
What Works Locally
- Command Center local action cards
- Activity receipts
- deterministic Validate Session
- basic Safety cards
- Mark safe, dismiss, and feedback
- manual checkpoints and checkpoint guidance
- verification prompt generation
- recovery prompt generation
- MCP-lite metadata summaries and approval requests
- local JSONL storage
- clear local captured data
What Requires Sign-In Or Cloud AI
- backend AI chat
- AI Investigation
- account-linked history
- cloud quota/account features
- paid plan unlocks
Local guest users may see an auth-required state for AI Investigation, but the backend provider is not called.
Privacy Boundary
Raw code, diffs, terminal output, full local paths, diagnostic messages, secrets, .env content, raw protected path patterns, and raw v4 event/task storage are not sent by default.
MCP-lite tool responses stay metadata-only by default. Restore requests never restore directly.