You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ai-enhancement): default new users to Clean Transcript preset
Previously, first launch (and post-reset launches) landed users on a
basic generic prompt labeled "Custom" instead of the "Clean Transcript"
built-in preset. This one-shot migration selects Clean Transcript when
the user has no preset chosen and the stored prompt still matches the
old hardcoded default — existing customizations are preserved.
resetAllSettings now also clears aiEnhancementPrompt, selectedPresetId,
and the migration flag so reset+relaunch re-applies the default.
0 commit comments