mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-19 00:01:19 +00:00
* feat: show aggregated +/− line counts in FileChangesPanel header * feat(FileChangesPanel): show merged diff relative to final file state * fix(webview): restrict readFileContent to paths inside the workspace * fix: add workspace-boundary validation to readFileContent to prevent path traversal * fix(tests): mock isPathOutsideWorkspace in readFileContent spec * fix(tests): mock isPathOutsideWorkspace in readFileContent spec * fix: use path.resolve/path.sep in readFileContent test mock for cross-platform compatibility The isPathOutsideWorkspace mock used hardcoded Unix-style path comparisons (/mock/workspace with forward slashes), which fails on Windows where path.resolve() produces paths with drive letters (C:\mock\workspace\...). Replace manual string normalization with path.resolve() and path.sep so the mock behaves correctly on both Windows and Unix. --------- Co-authored-by: Roo Code <roomote@roocode.com> |
||
|---|---|---|
| .. | ||
| assistant-message | ||
| auto-approval | ||
| checkpoints | ||
| condense | ||
| config | ||
| context/context-management | ||
| context-management | ||
| context-tracking | ||
| diff | ||
| environment | ||
| ignore | ||
| mentions | ||
| message-manager | ||
| message-queue | ||
| prompts | ||
| protect | ||
| task | ||
| task-persistence | ||
| tools | ||
| webview | ||