Advanced Settings
These settings are for power users who want fine-grained control over UnfoldAI's behavior. Most users won't need to change these.
Custom Agent Fingerprints
If you use an agent that UnfoldAI doesn't recognize by default, you can add custom identification rules:
{
"unfoldai.agentFingerprints.override": {
"my-custom-agent": {
// Agent-specific fingerprint configuration
}
}
}
Attribution Log Level
Control how much attribution logging appears in the output:
{
// Options: "none" | "errors" | "warnings" | "info" | "debug"
"unfoldai.attribution.logLevel": "info"
}
Set to "debug" for verbose logging when diagnosing agent detection issues.
Update Channel
Switch between stable and beta extension channels:
{
// Options: "stable" | "beta"
"unfoldai.auth.clientChannel": "stable"
}
Terminal Redraw Mode
Control how the UnfoldAI Terminal handles window resize and redraw events:
{
// "balanced" — Default, handles most cases
// "strict" — More aggressive filtering for problematic terminals
// "off" — No redraw filtering
"unfoldai.terminal.redrawMode": "balanced"
}
Debug Commands
| Command | Description |
|---|---|
UnfoldAI: Debug Dump Perf | Output performance diagnostics to the console |
UnfoldAI: Correct Attribution | Manually correct agent attribution for recent activity |