v1.1.0
v1.1.0
View on GitHubView PackagePublished: Jul 4, 2026

Release Notes

beads v1.1.0

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), Windows (AMD64 & ARM64), Android/Termux (ARM64), and FreeBSD.

Installation

Homebrew (macOS/Linux):

brew install beads

Quick Install (macOS/Linux/FreeBSD):

curl -sSL https://raw.githubusercontent.com/gastownhall/beads/main/scripts/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/gastownhall/beads/main/install.ps1 | iex

Manual Install: Download the appropriate binary for your platform below, extract it, and place it in your PATH.

Changelog

Features

  • eea65118c15b9e9a2f917c2346b1152deea27f1d feat(gate): turn the smart remote-migrate gate on by default (#4516) (#4551)
  • 75eafb6d4394eaddaaef75a3ce1b52a4a9da78ea feat(prime): remind when AGENTS.md and CLAUDE.md diverge

Bug Fixes

  • 527ea0c23bca76c0270eee29738320999e1ddf01 fix(embedded): let working-set reconcile commands open past dirty-table migration guard (#4567)
  • b9088836c52580a6ceea6b600d3f298ef9deddd6 fix(export): auto-export JSONL in SQL-server mode via working-set state hash (#4557)
  • f21a0882f421392152665f8cadfb66cad5b15fa5 fix(prime): satisfy divergence reminder CI blockers
  • 80ba331a60418d34bc02de48e3e10ac92900cf27 fix(schema): repair v53 wisp dependency drift (#4558)
  • a86a420e866f57e883d321cda22b6abb4b77d729 fix(storage): wrap storage.ErrNotFound in CloseIssue for sentinel parity

Others

  • 8e4e59d39f3459a43cf21a3236a13eca4dd874f7 chore(release): refresh MCP lock for v1.1.0
  • 3571121cca69a1991a1568e368e06e2bfb48d0a8 docs(changelog): add [1.1.0] release notes (#4570)
  • 7d8063d1d42cddaff179be0efe69f64dae081651 docs(cli): regenerate CLI reference for bd remember bare-key reads (#4545)
  • 40fd0043ec9b6fc012cffe85624e3a0a7952d13b test(prime): stop prime tests reading the ambient workspace database (#4552)