agents-cli: reflect the hf-cli skill auto-install - #2692
Merged
Conversation
….27.0) The standalone installer now installs the hf-cli skill globally by default (huggingface_hub#4608), so the page's manual-install-only flow is out of date. The tip also claimed the Skill is "always up to date" — v1.27.0 ships a once-a-day reminder precisely because it drifts. Adds the installer default and --exclude-skill, reframes the manual section as the fallback path, and replaces the tip with how to refresh the Skill. Drops the now-redundant `hf skills add` step from agent-traces.md. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
julien-c
approved these changes
Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
huggingface_hubv1.27.0 changed how thehf-cliskill gets installed, andagents-cli.mdstill describes the old flow. The release notes link to this page, so it's the first thing a reader lands on.huggingface/huggingface_hub#4608
https://github.com/huggingface/huggingface_hub/releases/tag/v1.27.0
What changed here:
--exclude-skill/-ExcludeSkillto opt out.hf update,hf skills update -g) and how to silence the reminder.agent-traces.mdtold readers to runhf skills addright after the installer. That step is now redundant, so it links here instead.The equivalent guidance landed in the
huggingface_hubguides with #4608; this mirrors it in hub-docs.Commands verified against v1.27.0, and the
--exclude-skill/-ExcludeSkillflags against the deployed scripts at hf.co/cli/.Unrelated but adjacent: #2539 is a one-line fix to this same file, approved since June 8 and still unmerged. Different line, no conflict.