Extract cloud download transfer helper

This commit is contained in:
2026-06-15 21:34:19 +02:00
parent a78f444771
commit 65d762c699
4 changed files with 64 additions and 5 deletions

View File

@@ -18,6 +18,13 @@ agent or engineer to remove them without reconstructing context from chat.
## Recent Reductions
- 2026-06-15: `DEBT-0038` was narrowed again. The retained cloud download
URL construction and progress-callback wiring in
`execute_cloud_download_thread()` now routes through a focused helper in
`src/legacy_cloud_services.cpp` instead of living inline in the retained
worker body; the remaining cloud bridge debt stays concentrated in retained
prompt/progress lifetime, OpenGL context guarding, and the still-retained
transfer-thread execution model.
- 2026-06-15: `DEBT-0038` was narrowed again. The retained cloud download
progress-dialog creation path in `execute_cloud_download_thread()` now
routes through a focused helper in `src/legacy_cloud_services.cpp` instead