Issue 59: Prioritize User Presets and Verify Save Behavior#63
Issue 59: Prioritize User Presets and Verify Save Behavior#63google-labs-jules[bot] wants to merge 6 commits intomainfrom
Conversation
- Reordered Config::LoadPresets to load user presets immediately after 'Default'. - Updated AddUserPreset, DuplicatePreset, and ImportPreset to insert at the user section. - Verified that 'Save Current Config' correctly updates the selected user preset. - Incremented version to 0.7.16 and updated changelog. - Added TDD tests for preset ordering and insertion logic. - Updated existing tests to handle new preset ordering.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Implemented user preset reordering: user presets now appear at the top of the dropdown list, immediately after "Default". - Refactored preset management into a dedicated PresetRegistry singleton class. - Verified "Save Current Config" correctly updates existing user presets. - Restored parameter clamping and migration logic for robustness. - Updated version to 0.7.17 and updated CHANGELOG_DEV.md. - Expanded test suite with 448 passing tests, covering the new architecture and reordering logic.
- Implemented user preset reordering in dropdown list (Issue #59). - Refactored preset management into dedicated PresetRegistry class. - Updated version to 0.7.19 to account for latest main branch merges. - Documented changes in CHANGELOG_DEV.md as versions 0.7.18 and 0.7.19. - Updated implementation plans to match the final versioning scheme. - Verified all 448 tests pass.
…/coasting-nc/LMUFFB into fix-issue-59-7379445118819867893
Implemented Issue #59:
PR created automatically by Jules for task 7379445118819867893 started by @coasting-nc