beads v0.40.0
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
- 46cdf07 feat: add agent ID pattern validation for bd create --type=agent (gt-hlaaf)
- 947b5ee feat: add bd agent state command for ZFC-compliant state reporting (bd-uxlb)
- f3c663d feat: add bd doctor --deep for full graph integrity validation (bd-cwpl)
- ecff74e feat: add bd slot commands for agent bead slot management (gt-h5sza)
- f631299 feat: add bd worktree command for parallel development
- 30c5e00 feat: add computed .parent field to JSON output for convenience (bd-qket)
- dfc7965 feat: add pour warning for vapor-phase formulas, improve help text, add doctor check
- ad39aae feat: auto-bypass daemon for wisp operations (bd-ta4r)
Bug Fixes
- d686f0e fix: add --allow-staged flag to bump-version.sh for pre-staged release notes (bd-n97g)
- b5ab4f2 fix: address code review issues in bd worktree command
- 9e7ccb3 fix: update jsonl_file_hash on import to prevent hash mismatch warnings (bd-0vtq)
Others
- b5c6950 Add agent-specific fields to bead schema (gt-v2gkv)
- 927e837 Add type=agent and type=role to bead schema (gt-ikyo1, gt-gzp2y)
- d8ef771 Improve activity feed with title and assignee context
- 6f00e48 Release v0.40.0
- dccbb45 Update references to WORKFLOWS.md in SKILL.md
- b1859f5 bd sync: 2025-12-27 23:24:32
- ac2a2e9 consolidate community tools into dedicated docs page
- 3342dc2 perf(sqlite): replace O(2^n) cycle detection with O(V+E) DFS