beads v0.24.1
Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), and Windows.
Installation
Homebrew (macOS/Linux):
brew install steveyegge/beads/bdQuick Install (macOS/Linux):
curl -sSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/steveyegge/beads/main/install.ps1 | iexManual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.
Changelog
Features
- 2e2b8d7 feat: Accept both integer and P-format for priority flags in bd list
- d7f4189 feat: Add 'bd count' command for counting and grouping issues
- bb5a480 feat: Add --body flag as alias for --description
- 605fff1 feat: Add GitHub Copilot support with .github/copilot-instructions.md
- 1806183 feat: Add bd search command for efficient text queries (#347)
- 787fb4e feat: Add date and priority filters to bd search (bd-au0.5)
- 65ba2c9 feat: Add issue IDs to TODO comments
- 3065db2 feat: Add label operations to bd update command
- b3e76ff feat: Add sandbox escape hatches for daemon lock issues (GH #353 Phase 1)
- 0040e80 feat: Add test infrastructure with automatic skip list
- 58fe000 feat: Complete GH #353 follow-up phases (bd-9nw, bd-u3t, bd-e0o)
Bug Fixes
- 822baa0 fix(test): Fix hanging tests by initializing rootCtx (bd-n25)
- 1168f66 fix: Add context.Background() to sqlite.New() calls in test files
- ddd209e fix: Correct git merge driver placeholders from %L/%R to %A/%B
- f724b61 fix: Deduplicate database paths when symlinks present (#354)
Others
- ff2a225 Close bd-9f86-baseline-test: test compilation errors fixed
- bdc1487 Close bd-ar2, bd-dvd, and bd-ymj: Complete code review follow-up work
- c9207fc Close bd-ar2.8: Add edge case tests for export metadata updates
- e816e91 Complete bd-ar2 P2 tasks: metadata, resurrection, and testing improvements
- cd8cb8b Fix bd-ar2 code review issues: metadata tracking and multi-repo support
- 4c5f99c Fix bd-dvd and bd-ymj: Parent resurrection and export metadata
- 3a0446c Fix test compilation errors: add context.Background() to sqlite.New() calls
- 8ac10a2 Update bd JSONL
- 1dd3071 bd sync: 2025-11-21 10:29:36
- 032e6a7 bd sync: 2025-11-21 14:40:35
- 1c91c65 bd sync: 2025-11-21 15:11:55
- 88c7bb6 bd sync: 2025-11-21 19:31:56
- c8bf6a6 bd sync: 2025-11-21 20:22:28
- ae4cd00 bd sync: 2025-11-21 21:59:27
- caf89c7 bd sync: 2025-11-21 22:48:49
- d6959d8 bd sync: 2025-11-21 22:49:21
- 364cede bug: File bd-7yg for merge driver placeholder issue
- 6f3b0e7 doc: Document main_test.go refactoring analysis (bd-1rh)
- 897e952 finished implementing these old docs
- e162655 ran bd cleanup
- ff3ccdd rebuild Go binaries in version bump script
- fa727c7 refactor: Delete 7 redundant tests from main_test.go (3x speedup)