<!-- This is an auto-generated description by cubic. --> ## Summary by cubic Set “balanced” as the default smart context mode. Users now get balanced when Smart Files Context is enabled and no mode is set; “conservative” must be explicitly selected. - **Refactors** - Default fallback to balanced in UI and engine (proSmartContextOption undefined -> "balanced"). - ProModeSelector saves "conservative" explicitly; selector reads undefined as balanced. - Updated schema and types to allow "balanced" | "conservative". - Engine payload now includes smart_context_mode with "balanced" by default; e2e tests and snapshots updated. - **Migration** - No action needed. Existing users without an explicit mode will use balanced by default; selecting conservative persists. <!-- End of auto-generated description by cubic. -->
29 lines
693 B
Plaintext
29 lines
693 B
Plaintext
{
|
|
"selectedModel": {
|
|
"name": "auto",
|
|
"provider": "auto"
|
|
},
|
|
"providerSettings": {
|
|
"auto": {
|
|
"apiKey": {
|
|
"value": "testdyadkey",
|
|
"encryptionType": "plaintext"
|
|
}
|
|
}
|
|
},
|
|
"telemetryConsent": "unset",
|
|
"telemetryUserId": "[UUID]",
|
|
"hasRunBefore": true,
|
|
"enableDyadPro": true,
|
|
"experiments": {},
|
|
"lastShownReleaseNotesVersion": "[scrubbed]",
|
|
"enableProLazyEditsMode": true,
|
|
"enableProSmartFilesContextMode": true,
|
|
"proSmartContextOption": "conservative",
|
|
"selectedTemplateId": "react",
|
|
"selectedChatMode": "build",
|
|
"enableAutoFixProblems": false,
|
|
"enableAutoUpdate": true,
|
|
"releaseChannel": "stable",
|
|
"isTestMode": true
|
|
} |