Skip to main content

Extension Settings Reference

Search for unfoldai in VS Code settings or edit settings.json.

V5 Command Center

SettingTypeDefaultDescription
unfoldai.v5.safeAgentMode.enabledbooleanfalseEnables the v5 Command Center, Activity, Safety, MCP-lite, and local validation loop.
unfoldai.v5.safeAgentMode.betabooleantrueShows beta labeling for the v5 Safe Agent Mode surfaces.
unfoldai.v5.activity.defaultViewEnabledbooleantrueAllows the Activity evidence view when v5 is enabled.
unfoldai.v5.validation.enabledbooleantrueEnables deterministic Validate Session checks.
unfoldai.v5.cards.maxOpenCardsnumber5Caps visible open Safety cards.

Privacy And Storage

SettingTypeDefaultDescription
unfoldai.v5.privacy.uploadModeenumanalytics_metadataControls v5 analytics upload. Use local_only to suppress v5 analytics.
unfoldai.v5.localStore.engineenumautoUses the safest available local evidence store. JSONL is the fallback.
unfoldai.privacy.localOnlybooleanfalseDisables backend/cloud features for legacy and shared surfaces where supported.

Raw code, diffs, terminal output, full paths, diagnostic messages, secrets, and raw v4 events/tasks are not sent by default by the v5 Command Center, Safety, MCP-lite, verification prompts, or recovery prompts.

MCP-lite

SettingTypeDefaultDescription
unfoldai.mcp.enabledbooleanfalseEnables the local MCP server for compatible agents.
unfoldai.v5.mcp.enabledbooleanfalseKeeps v5 MCP-lite behind an explicit setting.

MCP-lite setup is manual in this release. UnfoldAI does not edit agent configuration files automatically.

AI Investigation

SettingTypeDefaultDescription
unfoldai.v5.llm.investigation.enabledbooleanfalseEnables the v5 AI Investigation feature gate.
unfoldai.v5.llm.investigation.realProviderEnabledbooleanfalseAllows the real backend provider path when auth, quota, and backend flags permit it.

AI Investigation requires sign-in and backend availability. Local guest users still get deterministic local validation, Safety, checkpoints, MCP-lite metadata tools, and prompt generation.

Terminal Capture

SettingTypeDefaultDescription
unfoldai.terminal.welcomeModeenumautoWelcome banner display. Options: auto, full, compact, hidden.
unfoldai.terminal.historyPersistence.enabledbooleanfalsePersist workspace command history for legacy terminal workflows.
unfoldai.terminal.historyPersistence.maxEntriesnumber120Max persisted terminal history entries.

Terminal capture quality varies by shell and remote environment. Prefer PowerShell or pwsh on Windows for the strongest VS Code shell integration.

Example Configuration

{
"unfoldai.v5.safeAgentMode.enabled": true,
"unfoldai.v5.privacy.uploadMode": "local_only",
"unfoldai.mcp.enabled": true,
"unfoldai.v5.mcp.enabled": true,
"unfoldai.v5.llm.investigation.enabled": false,
"unfoldai.v5.llm.investigation.realProviderEnabled": false
}