📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-10 16:04:20 +00:00
parent 2bb0dc8c1d
commit 92c0c3f687
594 changed files with 55224 additions and 19038 deletions
@@ -200,7 +200,7 @@ else
echo "$MODELS_WITH_PAPERS" | while read -r model_data; do
if [[ -n "$model_data" ]]; then
# Decode base64 and show formatted
echo "$model_data" | base64 -d | jq -r '
echo "$model_data" | base64 -d | jq -r ' # security-allowlist: local JSON decoding for display
"📄 \(.id)
arXiv: \(.arxiv_tags)
Task: \(.task)