Turn AI-download chrome://flags into per-item options with select-all and revert - #24
Merged
Merged
Conversation
…ct-all and revert Replaces the single disable-ai-download on/off toggle with individually selectable chrome://flags entries and a decoupled Enterprise-policy option, each with its own "select all" master switch, in both CLI and GUI. Every run now fully syncs Chrome to the current selection: deselecting a flag or the policy actively reverts it (flag override removed, policy entry deleted) instead of just being skipped on future runs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.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.
Summary
chrome://flagsentry and theGenAILocalFoundationalModelSettingsEnterprise policy are now independently selectable (-disable-flag,-disable-ai-policy, per-item checkboxes), with a "select all" master switch (-disable-ai-download, GUI "Select all") that locks everything when on.defaults delete, Linux file removal, Windowsreg delete), if either was previously set.Test plan
go build ./...,go vet ./...,go test ./...on darwininternal/chrome+cmd/clifor linux/amd64 and windows/amd64 (go build/go vet)go run ./cmd/go-chrome-ai -dry-runcovering select-all, single-flag, no-flags/no-policy, and revert scenarios; verified preview output and log linesgo run ./cmd/go-chrome-ai gui) and confirmed it runs without errors after each round of changes🤖 Generated with Claude Code