Hound 10.1.0 — polished cross-platform CLI
A polished, professional CLI for every command - zero new dependencies.
🎨 Beautiful cross-platform CLI
hound -v: a compact bordered version panel (magenta wordmark, cyan version, green ✓ up to date / magenta "vX available", + update hint).hound -u: a quiet one-line self-update (no pip wall) ->Hound vX ✓ updated.hound --help: styled description + concise options + a command cheat-sheet + docs link.hound --http: a one-line serving banner (stdio stays silent - never corrupts MCP).
New cli_ui.py (stdlib only, no rich): color only on a TTY (respects NO_COLOR / FORCE_COLOR), Windows VT enabled, Unicode box borders with ASCII fallback on legacy consoles, status glyphs (✓ → ✗) with ASCII fallback, visible-length math so borders always align. Looks right on Linux, Windows, and macOS. Magenta + cyan-teal palette.
🔧 Code hygiene
Removed dead code (_print_pip_failure, _corrupted_install_message); the Windows self-update child prints clean one-line status + recovery on every failure path.
Compatibility
No new tools, no schema breaks, no new dependencies, no response-shape changes. The CLI output format changed (that's the point). 693 tests (+6 cli_ui). The v10.0.0 flagship (Internet Archive recovery + research-grade envelope) is the substance.
Full notes: https://github.com/dondai1234/master-fetch/blob/master/CHANGELOG.md