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
Save and load entire scan configurations (active tab, app settings,
tool settings) as named profiles stored in {config_dir}/profiles/.
- Add save_profile(), load_profile(), list_profiles(), delete_profile()
methods to AppState
- Profiles are JSON files that capture all settings including enum values
- Enum values are serialized as strings and restored on load
- Backward-compatible: new settings missing from old profiles use defaults
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments