[docs] Update authentication docs for Artifactory Archive Entry Download#588
Draft
danielmeppiel wants to merge 1 commit intomainfrom
Draft
Conversation
Virtual file packages installed via an Artifactory proxy now use the Archive Entry Download API to fetch individual files directly, avoiding full archive downloads. Document this behavior and fallback in the Authentication guide's Registry proxy section. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Documentation Updates - 2026-04-06
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
Changes Made
docs/src/content/docs/getting-started/authentication.mdto add a new "Archive Entry Download" sub-section under "Registry proxy (Artifactory)", documenting the automatic single-file fetch optimization and its transparent fallback behaviour.Merged PRs Referenced
feat: Artifactory archive entry download for virtual file packages— virtual file packages (.prompt.md,.agent.md,.instructions.md, etc.) downloaded via an Artifactory proxy now use the Archive Entry Download API (!/{root}/{file}suffix) to fetch the single file directly, avoiding a full multi-MB archive download. Falls back to full-archive extraction on 404, connection error, or unsupported Artifactory version.Notes
The CHANGELOG already had an entry for this feature in
[0.8.10]. This PR fills the gap in the user-facing Authentication guide, which documented the Artifactory proxy setup but did not mention the bandwidth optimization introduced by #525.