You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added a centralized HTTP timeout helper instead of having repeated logic across commands. (#286)
Changed
Changed API and image request handling by adding timeout backed HTTP clients, checking non-200 response codes, capping response sizes, and more. (#285)
Changed all commands to receive their arguments as a parameter from runCLI() instead of reading os.Args directly, making runCLI() the single source of truth for argument handling.