Skip to main content

Agenthood v3.14.0, v3.14.1, v3.14.2

Date: August 12, 2026

Author: Agenthood Team

We've shipped three releases today. v3.14.0 adds provenance and memory features for multi-agent runs, while v3.14.1 and v3.14.2 harden the CI pipeline and the herald review bot.

v3.14.0

Features

  • Decision provenance per member run: Agent runs now record their decisions and the provenance behind them, so it's possible to trace why a member agent chose a particular action.
  • Causal chains and provenance store: Memory now includes a provenance store with causal chains for member decisions, giving teams a durable audit trail across runs.
  • Precedent search and society graph snapshots: Two new memory capabilities: search over prior decisions and periodic snapshots of the society graph, which should make it easier to understand how agent relationships and precedents evolve over time.

Bug Fixes

  • Nested lockfiles and diff caps: Size limits now exempt nested lockfiles, and diff capping can survive SIGPIPE without dropping the run.
  • Agent-analysis reuse: The CI workflow reuses the shared agent-analysis action and hardens verdict parsing.
  • Hook improvements: The doorman banner is deduplicated, checks are POSIX-safe, and lock dependencies are handled separately from extension dependencies.
  • Pre-push hook behavior: Breaking changes and revert commits are now supported, and the pre-push hook is advisory rather than blocking.

v3.14.1

Bug Fixes

  • Herald verdict anchoring: Herald verdict updates are now anchored to the bot marker, preventing stale or misplaced comments.
  • Summary handling: The eval metric was dropped from herald summaries, the summary is restored via a stable inline github-script input, and markdown names are fully escaped.
  • Permissions and concurrency: The workflow now grants the needed issues and actions read permissions, dedupes herald concurrency, and scopes trials so they work reliably across multi-PR runs.
  • Testing and checkout: Added script tests and an explicit herald checkout step to keep the bot behavior consistent.

v3.14.2

Bug Fixes

  • Audit gate and diffs: The severity-filter audit gate is now enforced correctly, and three-dot diffs are used for more accurate comparisons.
  • Revert pass-through: Revert commits pass through the CI checks as intended.
  • Toolchain pinning: The vsce package is pinned to a known version to avoid unexpected build changes.

What's Next

The provenance and precedent features in v3.14.0 lay groundwork for more transparent agent decisions. The CI and herald fixes in the patch releases should reduce review noise and keep the pipeline stable while those memory features mature.