Skip to content

[Automated] Update winget CLI Options - #4677

Merged
thomhurst merged 1 commit into
mainfrom
automated/update-cli-options-winget
Sep 6, 2026
Merged

[Automated] Update winget CLI Options#4677
thomhurst merged 1 commit into
mainfrom
automated/update-cli-options-winget

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

Summary

This PR contains automatically generated updates to winget CLI options classes.

The generator scraped the latest CLI help output from the installed tool.

Changes

  • Updated options classes to reflect latest CLI documentation
  • Added new commands if any were detected
  • Updated option types and descriptions

Assembly-wide public API impact

No active public API changes were detected in this assembly.

Command coverage

Command coverage report:

  • winget (v1.29.290): 42 commands, tree be6725b4f2522a990030007897738ac016f66f7f5ce700a730ea0a50070fb1bb
    • Baseline comparison: 42 commands at v1.29.290 -> 42 commands at v1.29.290

Verification

  • Solution builds successfully

🤖 Generated with ModularPipelines.OptionsGenerator

@thomhurst thomhurst added automated dependencies Pull requests that update a dependency file labels Sep 6, 2026
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 6, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-06T06:44:04.691750Z d8637ae New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Sep 6, 2026

Copy link
Copy Markdown

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • src/ModularPipelines.WinGet/Generated/Winget.Generation.json is excluded by !**/generated/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: f4627c2b-db37-45ad-8fba-a5118e6bcf07

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Review

This is a fully automated, single-file regeneration PR for the winget CLI options. The only change is to src/ModularPipelines.WinGet/Generated/Winget.Generation.json, and within that file only the generatorSourceSha256 field is updated — the toolVersion (v1.29.290) and commandTreeSha256 are unchanged, and the command coverage report confirms 42 commands before and after with no baseline drift.

This is consistent with the generator source hash simply picking up the recent shared wrapped-description helper refactor (#4658) with no functional change to the generated winget options output. There's no generated C# diff to review, no hand-edited generated code (which would violate the project's "never hand-tweak auto-generated options" rule — not applicable here since nothing was hand-edited), and no architectural surface to comment on.

No previous review comments on this PR raised issues requiring follow-up.

Nothing actionable here — approving as-is.

@thomhurst
thomhurst force-pushed the automated/update-cli-options-winget branch from c71d446 to d8637ae Compare September 6, 2026 06:41
@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Review: [Automated] Update winget CLI Options

This PR changes exactly one file, src/ModularPipelines.WinGet/Generated/Winget.Generation.json, updating the generatorSourceSha256 field (1 addition / 1 deletion).

This is the expected, automated output of ModularPipelines.OptionsGenerator refreshing the provenance fingerprint to match the current generator source on main, per scripts/Assert-GeneratedOptionsFreshness.ps1 / scripts/Write-GeneratedOptionsProvenance.ps1 (which require generatorSourceSha256 to match ^[a-f0-9]{64}$ and equal the current source fingerprint). The new value is a well-formed 64-char lowercase hex hash, consistent with the format used across the ~40 sibling *.Generation.json files.

Per CLAUDE.md, generated files like this should not be hand-edited or second-guessed outside the generator itself — there's no human-authored logic or control flow in this diff to apply design/architecture review to. No correctness, cleanup, or convention issues found.

LGTM — approving this automated provenance update.

@thomhurst
thomhurst merged commit 580a33c into main Sep 6, 2026
11 checks passed
@thomhurst
thomhurst deleted the automated/update-cli-options-winget branch September 6, 2026 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant