Skip to content

v0.5.20

Choose a tag to compare

@bkataru bkataru released this 14 Jun 06:20
· 8 commits to main since this release

v0.5.20

Fixed

  • Preserved live NVIDIA model catalogs when opening /model; the picker no longer overwrites a fetched /v1/models catalog with the curated fallback list.

Tests

  • Added regression checks that live model catalogs are not replaced by fallback models.
  • Added an ignored live NVIDIA TUI model-picker smoke test that filters for a live-only model through the real PTY UI.

QA evidence

  • Live NVIDIA /v1/models returned 121 models with the configured key; fallback has 13.
  • Headless TUI smoke verified /model, /help, and /tools behavior through a real PTY.

Verification

  • PR #53 CI: Check & Lint, Doc, Test (nextest) passed.
  • PR #54 CI: Security Audit, Check & Lint, Doc, Test (nextest) passed.
  • Local release gate: cargo test --workspace --no-fail-fast — 1807 passed, 14 ignored.