Hugging Face AI Updates: May 17, 2026
1. huggingface_hub 1.15.0 adds region pinning, a skills marketplace command, and agent-aware CLI styling
Hugging Face. The official Python client huggingface_hub released version 1.15.0 on May 15, introducing an optional region argument on create_bucket() and create_repo() that accepts “us” or “eu” to pin new resources to a specific cloud region, with matching --region flags on hf buckets create and hf repos create. The release also adds an hf skills list (alias ls) command that catalogs every skill in the Hugging Face marketplace and reports install status across four scopes (project, global, project-Claude, global-Claude), giving the CLI a discovery surface that previously required browsing the web hub. CLI help output gained ANSI styling with underlined section headings and bold option names, with automatic disablement when NO_COLOR is set or when the CLI detects it is running under an AI agent so script and agent output stays clean. Six contributors also tightened Homebrew update detection, made LocalEntryNotFoundError print without a Python traceback (full trace available via HF_DEBUG=1), and corrected deprecation warning visibility. Source