Commit Graph

2 Commits

Author SHA1 Message Date
Alpamys 588eae4b9f Fix ANSI escape code issue in verbose help output test
Rich markup splits --verbose with escape codes on CI, check for
"verbose" instead of "--verbose".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 19:22:53 +05:00
Alpamys df21329a52 Add Phase 3.1: friendly errors, soup doctor, soup quickstart, UX polish (v0.3.1)
- Friendly error messages: wrap all commands in try/except, map known errors
  (CUDA OOM, missing deps, connection errors) to 2-3 line messages with fix hints
- Global --verbose flag for full tracebacks
- soup doctor: check system info, GPU, all dependency versions with fix suggestions
- soup quickstart: one-command demo (creates data + config + trains TinyLlama)
- Confirmation prompts before train/sweep (skip with --yes)
- 40 new tests (321 total), all passing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 19:10:36 +05:00