Hugging Face logo

Changelog

Keep track of latest changes on the Hugging Face Hub

Apr 7, 26
Agent Traces on the Hub

You can now upload traces from your agents (Claude Code, Codex, Pi) directly to Hugging Face Datasets. The Hub auto-detects trace formats and tags your dataset as Traces, with a dedicated viewer for browsing sessions, turns, tool calls, and model responses.

template (1)

No preprocessing needed, just upload the JSONL files from your local session directories as-is:

Agent Local session directory
Claude Code ~/.claude/projects
Codex ~/.codex/sessions
Pi ~/.pi/agent/sessions

Useful for sharing debugging workflows, benchmarking agent behavior across models, or building training data from real coding sessions.

Mar 31, 26
Storage Buckets for Spaces

You can now mount HF Buckets as persistent storage volumes directly in your Spaces. In Space settings, the new "Storage Buckets" section lets you create or select a bucket, set the mount path and access mode. You can also attach a bucket when creating a new Space.

Useful for caching model weights, storing user uploads, or sharing files between Spaces under the same organization.

image

Mar 24, 26
Introducing hf-mount

You can now attach any Storage Bucket, model or dataset from the Hub as a local filesystem. It allows you to attach remote storage that is 100x bigger than your local machine's disk. This is also perfect for Agentic storage! Read-write for Storage Buckets, read-only for models and datasets.

Get started by installing hf-mount from the GitHub repo: https://github.com/huggingface/hf-mount

image

Mar 20, 26
Protected Spaces with Public URLs

You can now set your Spaces to protected, making them private on Hugging Face while still keeping their URL publicly accessible.

This is useful for deploying production-ready demos or internal tools without exposing model weights, prompts, or proprietary logic.

Combined with custom domains you can also host your website on Hugging Face.

protected-spaces