News › linux
By Zayden R., August 6, 2026
b4 0.16.0 has been released, introducing bug-tracking support via git-bug, allowing developers to manage bug reports directly within git repositories. This new feature promises seamless integration and enhanced workflow for engineers.
Konstantin Ryabitsev has announced the release of b4 version 0.16.0, a significant update to the software-development tool that now includes bug-tracking support. This update introduces the 'b4 bugs' command, which integrates with git-bug to allow developers to track bug reports alongside their git repositories. Bugs are stored as git objects, ensuring they travel with the code and can be shared via git push and pull, eliminating the need for external services.
This update is particularly noteworthy for developers seeking a more integrated workflow. The ability to handle bug tracking within the familiar environment of git repositories is a solid improvement, allowing for a more seamless development process. The 'b4 bugs' command features a full-featured text user interface (TUI) for browsing, triaging, and updating bugs, while a lightweight command-line interface (CLI) supports scripting and non-interactive use. This feature is currently in technology preview, meaning its commands and formats may change in future releases.
In addition to bug tracking, b4 0.16.0 brings several other enhancements. The 'b4 review' tool has received improvements, including better conflict resolution in 'b4 shazam' and enhanced history rewriting. These updates aim to streamline the code review process, making it more efficient for developers.
For those interested in exploring these new features, the update can be installed or upgraded using pipx. The inclusion of git-bug support marks a significant step towards more integrated development workflows, and engineers might find this approach to bug tracking particularly appealing. With the ability to import from lore and manage lifecycle states, b4 0.16.0 offers a robust set of tools for managing the software development process.
The Linux Camp teaches these topics as hands-on labs on real virtual machines, verified as you type.