Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 10:44
· 124 commits to main since this release

Agents that hand tasks to each other, clickable links and file paths in panes, tabs sized to their names, a pixel-art editor module, a new Sky light theme, and a friendlier bohay.dev. Fully compatible with v0.9.7, nothing to migrate.

✨ Added

  • f34bbc2, #31 - Agents can talk to each other. Any agent in a bohay pane can hand a task to another agent, read its output, and answer its prompts, all over the local socket. Address one by name, pane id, or kind, so bohay agent send codex "review the diff" reaches the codex next door. agent start spawns and names a worker in a sibling pane in one step, and you can rename any pane so its name shows on the title and in the AGENTS sidebar. Delegation is non-blocking by default, so the sender keeps working while the other agent runs. A bundled skill auto-installs for Claude Code, Codex and opencode, so agents reach for this on their own.
  • 6a8333b - Commit and PR links in the changelog are clickable. Every reference in the release notes opens in your browser, and the last line links to the full history on bohay.dev, since the window itself now shows only the three most recent releases.
  • 18d4851 - Ctrl+click links and file paths in a pane. Hold Ctrl and whatever is under the cursor underlines: a URL opens in your browser, a file path opens in a bohay tab just like clicking it in FILES, and src/main.rs:42 lands on line 42. Bare domains count too, so bohay.dev and localhost:3000 work without the https://. A path only lights up if the file is really there, and the browser that opens is always on the machine you are sitting at, even over --remote. Ctrl+drag still resizes panes.
  • 19def4e, #30 - Tabs are as wide as their names. A renamed tab or a file tab used to be cut short at a fixed width even when the rest of the bar sat empty. Each tab now grows to fit its name up to a cap, short tabs look exactly as they did, and the ✕ always keeps its place. Focusing a tab no longer nudges its label sideways either.
  • 94721d6 - Sky, a light "paper" theme with a sky-blue accent, in the app and on bohay.dev.
  • pixtui - pixtui, a pixel-art editor that runs in a bohay tab. Canvas, palettes, layers, animation and PNG/GIF export, in pure Python with nothing to install. Install it as a module, or run it standalone in any terminal.

🔧 Changed

  • 19def4e, #30 - Right-click menus read in Title Case throughout, across the workspace, pane, agent and files menus.
  • a8ac4fd - Redesigned bohay.dev to read more clearly, and lighter homepage images.

🐛 Fixed

  • 6a8333b - The changelog window no longer slows the app down. It was re-wrapping every release on every frame; it now renders the three most recent and reuses them until you resize or change theme.
  • 461cbae - A dock turned off in Settings → Layout no longer reappears when a module re-pushes it.
  • a652f01 - Rebuilt the og.png social card with the current logo and real agent states.
  • 704fe6f - Hid the compare page on bohay.dev.

Contributors

  • RizRiyz

Full Changelog: v0.9.7...v0.10.0