Roo-Code/packages/core
Daniel 3ab1d08159
Fix EXT-553: Remove percentage-based progress tracking for worktree file copying (#10905)
* Fix EXT-553: Remove percentage-based progress tracking for worktree file copying

- Removed totalBytes from CopyProgress interface
- Removed Math.min() clamping that caused stuck-at-100% issue
- Changed UI from progress bar to spinner with activity indicator
- Shows 'item — X MB copied' instead of percentage
- Updated all 18 locale files
- Uses native cp with polling (no new dependencies)

* fix: translate copyingProgress text in all 17 non-English locale files

---------

Co-authored-by: Roo Code <roomote@roocode.com>
2026-01-22 21:17:16 -05:00
..
src Fix EXT-553: Remove percentage-based progress tracking for worktree file copying (#10905) 2026-01-22 21:17:16 -05:00
eslint.config.mjs Custom tool calling (#10083) 2025-12-21 12:43:06 -08:00
package.json Git worktree management (#10458) 2026-01-20 13:39:24 -08:00
tsconfig.json Custom tool calling (#10083) 2025-12-21 12:43:06 -08:00
vitest.config.ts Custom tool calling (#10083) 2025-12-21 12:43:06 -08:00