Skip to content

[Automated] Update winget CLI Options - #4175

Open
thomhurst wants to merge 1 commit into
mainfrom
automated/update-cli-options-winget
Open

[Automated] Update winget CLI Options#4175
thomhurst wants to merge 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

Command coverage

Command coverage report:

  • winget (v1.29.290): 42 commands, tree be6725b4f2522a990030007897738ac016f66f7f5ce700a730ea0a50070fb1bb

Verification

  • Solution builds successfully
  • API compatibility gate: success

🤖 Generated with ModularPipelines.OptionsGenerator

@thomhurst thomhurst added automated dependencies Pull requests that update a dependency file labels Aug 26, 2026
@coderabbitai

coderabbitai Bot commented Aug 26, 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/Services/IWinget.Generated.cs 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: Pro Plus

Run ID: 86153489-d88b-4e26-86ba-e57c61d43830

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.

@greptile-apps

greptile-apps Bot commented Aug 26, 2026

Copy link
Copy Markdown

Greptile Summary

The PR regenerates the WinGet service interface, adding explicit public accessibility to all 42 command methods without changing their signatures or runtime behavior.

  • Updates only src/ModularPipelines.WinGet/Services/IWinget.Generated.cs.
  • Preserves command names, option types, defaults, return types, and method bodies.

Confidence Score: 5/5

The PR appears safe to merge because the generated interface’s public API and runtime behavior remain unchanged.

Explicitly declaring interface members as public is equivalent to their previous implicit accessibility, and no command signature, option mapping, default, or implementation changed.

Important Files Changed

Filename Overview
src/ModularPipelines.WinGet/Services/IWinget.Generated.cs Adds semantically redundant explicit public modifiers to generated interface methods; no actionable defect was identified.

Reviews (1): Last reviewed commit: "chore: Update winget CLI options" | Re-trigger Greptile

@claude

claude Bot commented Aug 26, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

This PR is a single-file, fully automated regeneration of src/ModularPipelines.WinGet/Services/IWinget.Generated.cs via ModularPipelines.OptionsGenerator, reflecting winget v1.29.290. All 42 changed lines are mechanically identical except for the addition of an explicit public modifier on each generated interface method — this is semantically a no-op (interface members are implicitly public unless marked otherwise) and doesn't change any command name, option type, default, or method body. Per CLAUDE.md, this file is generated ([ExcludeFromCodeCoverage]) and should not be hand-edited, and nothing here does so.

No design, architecture, or maintainability concerns — this is routine generated-code churn.

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