The Wire · Showcase
TRANSFORMERS SHIPS AUTOMATED CODE QUALITY REVIEWS, MLCLAW FIXES BROKER COMPATIBILITY
By RepoJournal · Filed · About Hugging Face
Transformers now posts mlinter findings directly to PRs as inline comments, while MLClaw v0.10.2 ships a fix for Codex broker metadata rejection.
The transformers team deployed a new PR review workflow that automatically downloads mlinter quality findings and posts them as anchored inline comments with rule summaries and fix examples [ref:1,ref:5]. A follow-up patch landed immediately to ensure proper checkout ordering before artifact download [3]. Separately, MLClaw v0.10.2 pins hf-broker v0.9.2 to resolve a critical issue where Codex's standard metadata format was being rejected during broker tool calls [ref:13,ref:17], restoring CI quality gates in the process. TRL cleaned up dead code paths by removing symlink-specific handling from the skills module, eliminating handling for installation states the system never actually produces [ref:6,ref:7]. Across diffusers, the modular test suite gained comprehensive H3 followup coverage with tightened assertions on component unloading and new checkpoint support [ref:10,ref:12].
One email a day. Unsubscribe in one click.
Keep up with Hugging Face in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Deploy MLClaw v0.10.2 to unblock Codex broker integrations huggingface/mlclaw [immediate]
- → Review the new inline mlinter PR comments on your next transformers PR huggingface/transformers [plan]
- → Monitor diffusers test suite for H3-related regressions huggingface/diffusers [monitor]
References
- [1] Post mlinter findings as inline PR review comments ↗ huggingface/transformers
- [2] Post mlinter findings as inline PR review comments (#47819) huggingface/transformers
- [3] Fix mlinter review job: checkout before artifact download (#47820) huggingface/transformers
- [4] fix(runtime): accept Codex broker metadata ↗ huggingface/mlclaw
- [5] ML Claw v0.10.2 ↗ huggingface/mlclaw
- [6] Remove symlink support from skills installation (#6665) huggingface/trl
- [7] Remove symlink support from skills installation ↗ huggingface/trl
- [8] [tests] implement todos in the modular tests for H3 followup (#14404) huggingface/diffusers
- [9] [tests] tighten tests for `unload_components()` (#14406) huggingface/diffusers