The Wire · Showcase
AGENT-MANAGER FIXES DRAG-AND-DROP, MOBILE LAYOUT, AND TAB REFRESH
By RepoJournal · Filed · About Hugging Face
The sidebar drag-and-drop broke when groups became framed UI elements, and a series of layout and polling fixes landed to smooth mobile and desktop rendering.
Dragging groups and sessions in the sidebar had silently stopped working because the drag-and-drop wiring didn't track the new framed layout where group names ride as absolutely-positioned chips [1]. That's fixed. In parallel, three high-friction UX items from the design backlog landed: the newest prompt now aligns left with all its predecessors instead of sitting 16px adrift [2], mobile sessions reclaimed vertical space by moving the back arrow into the header instead of floating above the window [3], and the trace reader now polls for updates when you return from another app instead of showing stale turns [4]. On the security side, harbor-hf tightened agent sandboxing by restoring root ownership and stripping write permissions from `/app/data` after the workspace opens, preventing unprivileged agents from mutating benchmark inputs [5]. Hub-docs pinged its inference packages to latest [6]. All told: 17 commits and 8 PRs across three repos this period.
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
- → Test sidebar drag-and-drop with grouped sessions on desktop and mobile huggingface/agent-manager [plan]
- → Verify agent-manager prompt alignment on 1280×900 and mobile viewports huggingface/agent-manager [monitor]
- → Review harbor-hf task data protection in provider-agent harnesses huggingface/harbor-hf [immediate]
References
- [1] Sidebar: a group's whole frame takes the drop, not just its name ↗ huggingface/agent-manager
- [2] Reader: align the newest prompt, trim under the composer, controls on the first line ↗ huggingface/agent-manager
- [3] Mobile: the way back rides in the pane header ↗ huggingface/agent-manager
- [4] Read the trace again when the operator comes back to the tab ↗ huggingface/agent-manager
- [5] fix(agents): protect task input data ↗ huggingface/harbor-hf
- [6] [Bot] Update Inference Providers documentation ↗ huggingface/hub-docs