Taurus 0.1.5 — Pick your agent and model
Taurus 0.1.5 — Pick your agent and model
Taurus can now run more than just Claude Code. This release adds per-project
agent and model selection, so each project starts the agent — and the model —
that actually fits the work. Plus three quality-of-life fixes.
✨ Per-project agent & model selection
- Agent — launch Claude Code (default) or Antigravity (Google's
Gemini-backed agent CLI,agy). Both are picked up from yourPATH. - Model — start the agent on a specific model. Free-text field with
per-agent suggestions; leave it empty for the agent's own default. Claude
shows clean, versioned names (Claude Opus 4.8 / Sonnet 4.6 / Haiku 4.5) and
translates them to the right--modelvalue behind the scenes; Antigravity
shows its Gemini line-up. - Mode adapts to the agent — Claude offers Default / Plan / Auto;
Antigravity offers Default / Sandbox / Auto, each mapped to the correct CLI
flag. Switching the agent refreshes the model and mode choices automatically.
Set it as a per-project default in the Projects editor, or override it per
session on the launch screen — just like the existing Mode control. The
right-click Restart still resumes Claude sessions; Antigravity tabs resume via
--continue.
🛠️ Fixes
- Copy from the terminal works again — clipboard writes now go through
native code instead of the WebView2 API, which a recent Edge/WebView2 update
had started blocking (copy-on-select and Ctrl+Shift+C did nothing). (#17) - Forward-slash paths are clickable —
C:/dir/file.html-style absolute
paths are now clickable in the terminal and open the correct file in the HTML
preview. (#14) - + New tab returns to the empty browse screen instead of keeping the last
project's launch form. (#13)
Notes
- Windows-only (ConPTY + WebView2). Requires the Claude Code CLI (
claude)
and/or Antigravity (agy) on yourPATH. - Existing
projects.jsonfiles keep working unchanged — projects without an
agent/modeldefault to Claude Code on its own default model.
Full changelog: v0.1.4...v0.1.5