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
Fixed stdin reading using reserved $input automatic variable; replaced with [System.Console]::In.ReadToEnd() so the script actually receives JSON data when invoked via -File
Fixed progress bar using ASCII +/- instead of Unicode block characters to match bash template and documentation
Fixed segment separator using " | " instead of " · " to match bash template and README examples
Fixed unquoted paths in Split-Path and git -C that would break on directories with spaces
Fixed confusing cost format string '${0:F2}' that resembles a variable reference; clarified with string concatenation
Fixed Unicode character encoding by setting [Console]::OutputEncoding to UTF-8 and using [char] codes instead of literal Unicode in source file