mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Adds an optional useHardLinks parameter to copyWorktreeIncludeFiles that creates hard links instead of full copies when the filesystem supports them. This saves disk space and speeds up worktree creation for large directories like node_modules. - Add hardLinkWithFallback method that falls back to copy on failure - Add hardLinkDirectoryRecursive for recursive directory hard-linking - Thread useHardLinks option through handler and message types - Add "Use hard links" checkbox to CreateWorktreeModal (defaults to on) - Add i18n keys for the new UI elements - Add tests for hard link behavior including inode verification Closes #11758 |
||
|---|---|---|
| .. | ||
| build | ||
| cloud | ||
| config-eslint | ||
| config-typescript | ||
| core | ||
| evals | ||
| ipc | ||
| telemetry | ||
| types | ||
| vscode-shim | ||