Designing the hf CLI as an agent-optimized way to work with the Hub
Designing the hf CLI as an agent-optimized way to work with the Hub Designing the hf CLI as an agent-optimized way to work with the Hub Published June 4, 2026 Update on GitHub Upvote 60 Célina Hanouti celinah Lucain Pouget Wauplin hf is the official command-line entrypoint to the Hugging Face Hub. Anything you can do on the Hub from the Python SDK, you can do from your terminal: download and upload models, datasets and Spaces; create and manage repos, branches, tags and pull requests; run Jobs on HF infrastructure; manage Buckets, Collections, webhooks and Inference Endpoints.
This Research is relevant to the technology intelligence record because it involves GitHub, Hugging Face, DeepSeek, OpenAI. The source article should remain the factual reference for follow-up coverage.
- Designing the hf CLI as an agent-optimized way to work with the Hub Published June 4, 2026 Update on GitHub Upvote 60 Célina Hanouti celinah Lucain Pouget Wauplin hf is the official command-line entrypoint to the Hugging Face Hub.
- Anything you can do on the Hub from the Python SDK, you can do from your terminal: download and upload models, datasets and Spaces; create and manage repos, branches, tags and pull requests; run Jobs on HF infrastructure; manage Buckets, Collections, webhooks and Inference Endpoints.
- The hf CLI has been primarily built for our users over the years.
- But it's now increasingly used by coding agents : Claude Code, Codex, Cursor and more.
- So we rebuilt it to make it work for both audiences at once.
- This blog post summarizes what we did, and how we benchmarked it.