beads v0.52.0
Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), Windows (AMD64 & ARM64), Android/Termux (ARM64), and FreeBSD.
Installation
Homebrew (macOS/Linux):
brew install beadsQuick Install (macOS/Linux/FreeBSD):
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
Bug Fixes
- bb3fef9 fix(ci): resolve gosec G204 and unparam lint warnings
- 9652a5e fix: block rename-prefix in git worktrees to prevent JSONL staleness (#1645)
- 3f4c0ab fix: expand tilde in core.hooksPath on Windows (GH#1796)
- 780be2d fix: guard dolt directory creation with server-mode check (#1800)
- 2beaad3 fix: guard dolt directory creation with server-mode check (bd-vyr)
- abfcdd3 fix: resolve worktree redirect paths from worktree root, not .beads/ dir (#1266)
Others
- 180030c Block rename-prefix from running in git worktrees (#1792)
- f581cf9 Fix CI: add stubs.go to gosec G204 exclusion (#1790)
- 7eaea49 Fix bd ready excluding ephemeral issues, add --include-ephemeral flag
- a6273c1 Fix doctor redirect target resolution
- 11ccf7a Fix doctor redirect target resolution (#1803)
- ba15514 Fix getRedirectTarget() path resolution in worktree list (#1791)
- bf6b47e Fix tilde expansion in core.hooksPath on Windows (#1798)
- 5075a87 Remove dead git-portable sync functions (#1793)