feat: propagate version info to model update record creation. Fixes #756

- Pass `version_info` parameter through download manager to model update service
- Enhance `_create_record` to use version info when creating records for missing versions
- Add `_extract_single_version` helper method for consistent version extraction
- Improve handling of version metadata during library synchronization
This commit is contained in:
Will Miao
2026-01-06 08:46:55 +08:00
parent 255ca4fc93
commit f199c9b591
3 changed files with 87 additions and 39 deletions

View File

@@ -487,6 +487,7 @@ class DownloadManager:
model_type,
resolved_model_id,
sorted(version_ids),
version_info=version_info,
)
except Exception as exc:
logger.debug(