Extract cloud download thread helper

This commit is contained in:
2026-06-15 20:57:43 +02:00
parent 740ad37709
commit 54b6aee2e4
4 changed files with 66 additions and 13 deletions

View File

@@ -18,6 +18,12 @@ 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
detached worker body in `LegacyCloudServices::start_download()` now routes
through a focused helper in `src/legacy_cloud_services.cpp` instead of
living inline in the retained service method; the remaining cloud bridge
debt stays concentrated in retained prompt/progress lifetime, OpenGL context
guarding, and transfer-thread execution.
- 2026-06-15: `DEBT-0038` was narrowed again. The retained cloud-browser
thumbnail fetch, decode, and texture-apply path in
`NodeDialogCloud::load_thumbs_thread()` now routes through a focused helper