Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jul 06:07

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

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

Bug Fixes

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

Others

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