Skip to content

v7.1.0

Choose a tag to compare

@github-actions github-actions released this 09 May 12:04

[7.1.0] - 2026-05-09

Bug Fixes

  • externalize @opentui/* so dist bundle loads native platform binary (packaging) (0beb77a)
  • return 400 on count_tokens with missing model (proxy) (7d3f4f3)
  • rewrite model selector on CatalogClient, fix empty Zen list (picker) (5c6e9bf)

Documentation

  • update CHANGELOG.md for v7.0.3(a944199)

New Features

  • sort all model lists by releaseDate (newest first) + show date (picker) (1bdafe9)
  • wire defaultProvider as final fallback + truthful TUI render (routing) (9ec6eab)
  • add catalog-query.ts read-only accessors (catalog) (8afff4f)
  • warm catalog before proxy startup (Option D) (launcher) (77d26ae)
  • add refreshCatalog() returning RefreshOutcome to resolver interface (catalog) (9ba5dfc)
  • default routing rules + route() over user-rewritable schema (routing) (ceec76a)
  • introduce CatalogClient and unify Firebase cache TTL (catalog) (0d9e1e9)

Other Changes

  • release v7.1.0(d6c0483)
  • fix writeFileSync import, tsconfig, claudeArgs strict-null (types) (27a60ba)
  • delete static-fallback.ts (OPENROUTER_VENDOR_MAP) (catalog) (ba650d5)
  • plumb --force-update + --skip-models-update into ClaudishConfig (cli) (3849727)
  • extract landing page and model-update script to models-index repo(57c1e53)

Refactoring

  • apply Phase 5 quality follow-ups (M1, M2, L1-L3) (catalog) (a0035f3)
  • replace gpt-5.4 probe + gemini help-text hardcodes (quota) (617f83c)
  • delete PROVIDER_TO_OR_PREFIX, route pricing through aggregators[] (cleanup) (8d60d5f)
  • replace haiku/sonnet/opus tier map + VISION_MODEL with catalog lookups (cleanup) (06519a9)
  • delete direct-provider catalog code, bundled fallback, legacy routing(029d8fd)
  • extend ModelDoc with aggregators, vendors, availableInPlans (model-loader) (2ec025f)
  • dedupe CODE_ASSIST_FALLBACK_CHAIN (gemini) (eb91bed)
  • finalize Firebase migration, remove static MODEL_CATALOG (catalog) (3edc60f)

Install

# npm
npm install -g claudish

# Homebrew
brew install MadAppGang/tap/claudish

# or download binary from assets below

Full Changelog: v7.0.3...v7.1.0