Versions in this module Expand all Collapse all v0 v0.0.1 Apr 27, 2026 Changes in this version + func NormalizeModes(raw string) ([]string, error) + type ModeResult struct + Message string + Mode string + Status string + type RunOptions struct + AIClient ai.Client + PixelDiffThreshold int + type RunResult struct + Results []ModeResult + func Run(ctx context.Context, cfg *config.Config, modesList []string, dryRun bool, ...) (RunResult, error)