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
Windows TTY detection: Added isInteractive() helper with environment variable fallback for MSYS2/MINGW (Git Bash), Windows Terminal, and ConEmu. Fixes update prompts, interactive install prompts, color output, and animation on Windows platforms where stdin.isTTY is unreliable.
All isTTY checks centralized: shouldSkipUpdateCheck, supportsColor, supportsAnimation, promptForModes, promptYesNo, confirmInstall, and uninstall flow now all use the shared isInteractive() function from @laitszkin/tui.