v7.2.0
[7.2.0] - 2026-05-29
Bug Fixes
- probe failures across providers — verified end-to-end (tui) (
ca5ef98) - claude-sonnet-4-6 (current Sonnet), not 4-5 (tui) (
d11ad2d) - use current claude-sonnet-4-5 as testModel for Anthropic-compat coding plans (tui) (
ceb27bd) - Anthropic-compat coding plans accept Claude model names, not native (tui) (
4c4bde0) ton unconfigured provider doesn't fake a failure (tui) (c3aaea8)- pin AUTH legend to bottom of Providers panel (tui) (
df9323f) - OAuth wins over env for OAuth-capable providers (tui) (
59283ad) - test-all skips providers without a key (tui) (
98e1355) - scope picker readable, prune empty .claudish.json (tui) (
bbfc7a7) - walk up to find .claudish.json in parent directories (config) (
5630b4c) - make rule matching case-insensitive (routing) (
253bda6) - treat defaultProvider == built-in as built-in in routing tab (tui) (
c80a787)
Documentation
- update CHANGELOG.md for v7.1.2(
980ea08)
New Features
- catalog-driven probes + endpoint self-discovery + multi-candidate retry (tui) (
432efc1) - multi-source key display, inline test errors, key scramble animation (tui) (
4b32c6a) - return to TUI after login (child process for OAuth flow) (tui) (
c4c670a) lactually launches login (TUI exits, login runs, exit) (tui) (14482b3)- emoji AUTH icons + legend at bottom (tui) (
ae007ce) - AUTH column shows oauth alongside set key (tui) (
0813824) - AUTH column as single pill, muted colors (tui) (
b16c6c3) - AUTH column as bg-pill tags (tui) (
a0be986) - Providers AUTH capability slots + dynamic footer (tui) (
dea4e21) - Providers tab column alignment + OAuth indicator (tui) (
5b71e2d) - OAuth login hint on Providers tab + footer width fix (tui) (
d602667) - restore parallel test-all on Providers tab (tui) (
57ee4d7) - compact Rules header (tui) (
60c21f8) - redesign Routing Legend panel as 2x2 table (tui) (
236872e) - scope picker as navigable menu (arrows + Enter) (tui) (
31541dc) - show all routing rules per scope, no shadowing (tui) (
4bb788b) - project-scope routing rules with g/p picker (tui) (
7ed9f91) - scrollable rules table and chain selector (tui) (
f1be9a9) - show built-in routing rules in Routing tab (tui) (
35dcda2)
Other Changes
- release v7.2.0 — catalog-driven TUI probes + endpoint self-discovery(
7f5f534)
Refactoring
- unify provider testing via probeLink + proxy (tui) (
3f0b35f) - extract useProfileWizard hook (tui) (
b3b34ff) - extract useRouteProbe hook (tui) (
9efd707) - extract render closures into components/ (tui) (
be27b8e)
Install
# npm
npm install -g claudish
# Homebrew
brew install MadAppGang/tap/claudish
# or download binary from assets belowFull Changelog: v7.1.2...v7.2.0