v0.7.1
Built from 9a2c28d on main. · Base stable: v0.7.0.
This release brings bohay to the web and teaches it to recognize four more coding agents on screen. The multiplexer itself is unchanged and fully compatible with v0.7.0.
✨ Added
- bohay.dev is live. A product site with an interactive, clickable demo of the real UI (the live agent sidebar, the git tab, and the orchestration board), plus a full macOS bohay-notch showcase where you can monitor agents, approve or answer a prompt, and jump straight to any pane. Copy-paste install commands are right on the page.
- Complete documentation at bohay.dev/docs: getting started, guides (working with agents, multi-agent orchestration, the git tab, worktrees, remote sessions, scrollback and copy, settings, and scripting), extending bohay with modules, and a full reference for the CLI, the socket API, keybindings, configuration, and supported agents.
- Four more agents recognized on screen. Kimi, Grok, Qwen, and Kiro now report live status in the sidebar, alongside Claude, Codex, Gemini, Cursor, Aider, opencode, Copilot, Amp, and Droid. (
b9aaf61)
🐛 Fixed
- Rewrote the README to be clearer and more professional, with fresh screenshots. (
b9aaf61) - Fixed the Cloudflare Pages config so the site builds from the
website/directory. (116115d)
🧹 Maintenance
- The published CLI reference is now guarded by a test that fails CI if it drifts from
bohay help, so the docs can never fall out of sync with the binary. - Crate metadata: added a
documentationlink to bohay.dev/docs, and excluded/websitefrom the published crate for a leaner package. - New documentation content and assets for the web and README. (
19b86c5)
Install
- crates.io:
cargo install bohay - Homebrew:
brew install RizRiyz/bohay/bohay - Notch app:
brew install --cask --no-quarantine RizRiyz/bohay/bohay-notch - Prebuilt binaries (macOS arm64, Linux x86_64 and arm64 musl, Windows x86_64) are attached below, or
curl -fsSL https://raw.githubusercontent.com/RizRiyz/bohay/main/install.sh | sh.
Contributors
- RizRiyz
Full Changelog: v0.7.0...v0.7.1