The model router for agent CLIs
ExquisiteHarness
Mix and match agent harnesses, providers, and models without manually rewiring environment variables, flags, effort, and keys.
$ curl -fsSL https://raw.githubusercontent.com/alephic-ai/exquisite-harness/main/install.sh | bashRoute matrix
Pick the harness. Pick the provider. Pick the model.
Models come directly from provider lists. Effort is translated with harness-specific behavior instead of pretending every CLI accepts the same controls.
One route, resolved completely
The flags disappear. The truth stays visible.
key resolution env → credential store → 0600 file
effort harness-specific
context window provider truth
ollama / qwen3-coder
Provider
Ollama
Model
qwen3-coder
Session
real tokens
Context
provider
List rates, real-token session cost, and the provider's actual context window — not a generic estimate.
See the route
eh doctoreh providerseh models ollamaInspect the installation, available providers, and the models each provider exposes.
Keep it useful
eh profile listeh updateKeep named combinations close and update the executable without leaving the CLI.
MIT licensed / v0.3.4
Lace up a different route.
Public installer / macOS + Linux
curl -fsSL https://raw.githubusercontent.com/alephic-ai/exquisite-harness/main/install.sh | bashNo runtime or GitHub account needed. The installer detects macOS or Linux and arm64 or x64, then puts the self-contained binary in ~/.local/bin. Set EH_INSTALL_DIR for another directory, then run eh doctor.
macOS / Apple Silicon
eh-darwin-arm64macOS / Intel
eh-darwin-x64Linux / arm64
eh-linux-arm64Linux / x64
eh-linux-x64