Skip to content

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 12 Aug 09:00
· 122 commits to main since this release

Search every pane's scrollback at once, agents that resume with the options they were launched with, detection that keeps up with agent CLIs without a new release, and a new gold Quattro Rally theme that fresh installs open on. Fully compatible with v0.10.0, nothing to migrate.

✨ Added

  • 3303b91, #33 - Global scrollback search. An agent printed a stack trace ten minutes ago in one of six panes and you cannot remember which. ⌃Space / opens one overlay that searches the retained scrollback of every pane at once, not just what is on screen. Pick a match and it jumps to that pane and scrolls its history to the line, with a brief highlight so you can see where you landed. The scan runs off the render loop, so a busy search never stalls drawing or input. Scriptable too: bohay search <text...> [--case] returns the matches as JSON.
  • 3303b91, #33, 2d83b7a, #32 - Agents come back with the options you launched them with. A pane started as claude --permission-mode bypassPermissions --model opus used to return after a restart as a plain claude --resume <id>: the transcript came back but the configuration did not, so approval prompts reappeared and a different model answered. Switch it on in Settings → General → "Remember CLI option on resume" and the options are replayed. Off by default, since a remembered option outlives the session it was set for. Each pane replays only what its own agent was launched with, so codex can never be handed claude's --model.
  • bc30949 - $mention to delegate from a prompt. Writing $codex add tests to src/parse.rs hands the rest of that line to the codex next door. $lead … addresses an agent by name and $7 … addresses a pane by id. $ is used because @ is already your agent's own file-mention key.
  • 7edf54a, #34 - Detection stays current with agent CLIs, no release needed. Agent CLIs change their working and idle UI often, and when they do bohay can read a busy agent as idle. bohay server update-manifest fetches the latest detection rules from bohay.dev and applies them live, with no restart and no new binary. Fetched rules land in a managed folder that never touches the rules you wrote yourself, the built-in rules stay as the offline default, and your own rules still win.
  • c427926 - Quattro Rally, a soft dark theme with a rally-gold accent, after the Audi Quattro livery. Gold pane frames, a gold sidebar seam when you hover it, and gold dock separators.

🔧 Changed

  • 3303b91, #33 - Quattro Rally is now the default theme and leads the theme list. Your existing theme is untouched; this only changes what a fresh install opens on.

🐛 Fixed

  • 7edf54a, #34 - Newer Claude Code reads as working again. Its recent builds dropped the "esc to interrupt" hint and animate a different spinner, so a generating Claude had started showing as idle.
  • 3303b91, #33 - The theme picker on bohay.dev now offers Quattro Rally, and its colours match the app.

Contributors

  • RizRiyz

Full Changelog: v0.10.0...v0.10.1