Skip to content

Code-by-wire v0.1.5

Choose a tag to compare

@github-actions github-actions released this 16 Jun 22:50
· 153 commits to main since this release
d98c287

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 relocated CLAUDE_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