What's New

This page tracks the user-visible changes in recent Thrum releases — highlights, breaking changes, and anything that needs attention when you upgrade. The full machine-readable history lives in CHANGELOG.md.

v0.10.2 — 2026-05-04

Hotfix release closing two related foot-guns from the v0.10.x identity work: the SessionStart hook (scripts/thrum-startup.sh) breaking on every already-registered worktree, and a tmux env-hijack class that caused new panes to resolve identity to the daemon-starter's agent. Plus a long-standing thrum purge regression where message JSONL files weren't actually shrinking.

Fixed

Internal

Upgrade Notes

v0.10.1 — 2026-05-03

Two related identity-resolver fixes shipped together. v0.10.0 is marked prerelease; upgrade to v0.10.1.

Fixed

How to verify after upgrade

# Existing redirect-using worktrees: re-quickstart from inside the
# worktree to refresh the identity file with the corrected location
# and worktree value.
cd <child-worktree>
thrum quickstart --name <name> --role <role> --module <module> --force
thrum whoami   # should report the child worktree, not THRUM_HOME

v0.10.0 prerelease note

The v0.10.0 release page on GitHub is marked prerelease and the Homebrew tap was reverted to v0.9.2 during the fix window. v0.10.1 promotes back to "latest" with the regression closed.

v0.10.0 — 2026-05-03

The v0.10.0 work centers on thrum init. The first-run experience used to be a silent scaffold and a list of follow-up commands; now it walks you through identity, worktrees root, role templates, and daemon start in one interactive flow. Existing CI scripts keep working unchanged via the --non-interactive flag (or any non-TTY stdin).

New

Changed

Fixed

Migration

v0.9.2 — 2026-04-29

The v0.9.2 work was mostly polish on agents and preambles — the parts of Thrum agents wake up with. If you've been wishing role discipline survived restarts better, or that Claude Code sessions actually loaded the briefing they're supposed to, this is the release.

New

Fixed

v0.9.1 — 2026-04-24

v0.9.0 — 2026-04-23

What's New

Breaking Changes

If you're upgrading from v0.8.x, read this section before starting the daemon.

v0.7.x

Older Releases

For releases before v0.7.0, and for the full machine-readable history, see CHANGELOG.md.