Prep for 0.14.3#1316
Merged
Merged
Conversation
The token only needs access to the fork repo (dfetch-org/winget-pkgs) to push the manifest branch and open the cross-repo PR. Update the comment to reflect least-privilege repository access. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012NwjWMaDcFgUU1UNpQFfY4
Contributor
WalkthroughThe PR updates release metadata to 0.14.3, revises Winget token documentation, and regenerates feature expectations and asciicast recordings so captured outputs show the new version string and updated release-related text. ChangesRelease metadata
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/winget-publish.yml:
- Around line 53-59: The PAT guidance in the workflow comments is inconsistent
with the required write-level access. Update the notes near the token setup
instructions so the example account requirement matches the actual push need,
and refer to the PAT guidance text in the workflow comment block to keep the
permission level consistent with the branch publish step.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: 25f117e5-01d5-4c11-83e9-024d321d1a74
📒 Files selected for processing (61)
.github/workflows/winget-publish.ymlCHANGELOG.rstdfetch/__init__.pydoc/asciicasts/add.castdoc/asciicasts/basic.castdoc/asciicasts/check-ci.castdoc/asciicasts/check.castdoc/asciicasts/diff.castdoc/asciicasts/environment.castdoc/asciicasts/format-patch.castdoc/asciicasts/freeze.castdoc/asciicasts/import.castdoc/asciicasts/init.castdoc/asciicasts/interactive-add.castdoc/asciicasts/remove.castdoc/asciicasts/report.castdoc/asciicasts/sbom.castdoc/asciicasts/update-patch.castdoc/asciicasts/update.castdoc/asciicasts/validate.castdoc/explanation/threat_model_supply_chain.rstdoc/howto/contributing.rstdoc/tutorials/installation.rstfeatures/check-archive.featurefeatures/check-git-repo.featurefeatures/check-specific-projects.featurefeatures/check-svn-repo.featurefeatures/checked-project-has-dependencies.featurefeatures/diff-in-git.featurefeatures/diff-in-svn.featurefeatures/environment.featurefeatures/fetch-archive.featurefeatures/fetch-checks-destination.featurefeatures/fetch-file-pattern-git.featurefeatures/fetch-file-pattern-svn.featurefeatures/fetch-git-repo-with-submodule.featurefeatures/fetch-git-repo.featurefeatures/fetch-single-file-git.featurefeatures/fetch-single-file-svn.featurefeatures/fetch-svn-repo-with-external.featurefeatures/fetch-svn-repo-with-nonstd-external.featurefeatures/fetch-with-ignore-git.featurefeatures/fetch-with-ignore-svn.featurefeatures/freeze-projects.featurefeatures/guard-against-overwriting-git.featurefeatures/guard-against-overwriting-svn.featurefeatures/handle-invalid-metadata.featurefeatures/journey-basic-patching.featurefeatures/journey-basic-usage.featurefeatures/list-projects.featurefeatures/patch-after-fetch-git.featurefeatures/patch-after-fetch-svn.featurefeatures/patch-fuzzy-matching-git.featurefeatures/remove-project.featurefeatures/report-sbom.featurefeatures/suggest-project-name.featurefeatures/update-patch-in-git.featurefeatures/update-patch-in-svn.featurefeatures/updated-project-has-dependencies.featurefeatures/validate-manifest.featuresecurity/tm_supply_chain.py
ben-edna
approved these changes
Jun 25, 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.
Summary by CodeRabbit
New Features
Documentation
Tests