All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Terminal environment and rendering stats in bug reports to help diagnose scroll/rendering issues
- Session stuck at "waiting" status after user interrupts/escapes a permission prompt
1.1.0 - 2026-03-21
- Anonymous usage analytics to help improve brizz-code (opt out via Settings, config, or
DO_NOT_TRACK=1)
1.0.0 - 2026-03-21
Initial open-source release.
- TUI for managing multiple Claude Code sessions in parallel using tmux
- Real-time status detection via Claude Code hooks (no polling)
- Sessions grouped by git repo with branch name, dirty indicator, and PR badges
- Jump to next waiting session (
Space) and quick approve (Y) - Git worktree integration with branch picker (
w) - Session fork to branch off Claude conversations (
f) - Session resume with
claude --resumeon restart - Auto-naming sessions from first user prompt
- 5 built-in themes: tokyo-night, catppuccin-mocha, rose-pine, nord, gruvbox
- Settings dialog with live theme preview (
S) - Full PTY attach with Ctrl+Q detach and split/focus mode
- Chrome extension for tab control (reuse PR tabs with
p) - Bug report dialog with diagnostics, error history, and action log (
!) - Auto-update mechanism with
brizz-code update - Install via Homebrew, shell script, or
go install - Per-repo workspace config via
.bc.json/.bc.local.json /shiprelease workflow — comment/shipon any issue or PR to release- Changelog check on PRs with
/no-changelogescape hatch