mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Fixed dirty state tracking in SettingsView to properly detect when settings are reverted to original values - Modified all setter functions to check entire state against original extension state - Only send settings updates to backend when values actually differ from saved state - Added comprehensive tests for dirty state management - This prevents unnecessary context condensing triggers during active tasks Fixes issue where Save button remained enabled after toggling settings back to original values, which could trigger unwanted context condensing even when no actual changes were made. |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||