Code-by-wire v0.1.5
Added
- A live CLI status block at the bottom of the rail that probes the local Claude
Code CLI on startup and classifies it as ready, not found, outdated, logged
out, or unknown. It resolves the binary across a saved override, your
login-shell PATH, and a fallback, recovers a relocatedCLAUDE_CONFIG_DIR,
flags multiple installs, and enforces a minimum version (2.1.177). A spinner
and Re-check button rerun the probe on demand, and a Troubleshoot modal
explains the failure with per-install-method (native, Homebrew, npm) upgrade
commands and a binary-path override. New session and Adopt are disabled while
the CLI is unusable.
Changed
- Hide Claude Code background (
--bg) sessions from the session list, including
ones that have already ended — read from the transcript's recorded session
kind, since the registry entry is reaped the moment the session exits.
Fixed
- Keep the terminal prompt reachable at the bottom after a relayout or
re-attach, not just a session switch, by rebuilding the xterm viewport
geometry the way VSCode does.
Full Changelog: v0.1.4...v0.1.5