Skip to main content

Agenthood Release Digest — August 31, 2026

Date: August 31, 2026
Author: Agenthood Team

We've shipped three releases over the past day: v3.38.1, v3.39.0, and v3.39.1. Here's what's new.

v3.39.1

Bug Fixes

  • Package description: Corrected the agent count in the package description from 19 to 20. The description now accurately reflects the number of agents included in the distribution.

v3.39.0

Bug Fixes

  • LLM stream callback: Removed the unused name parameter from the stream callback. This simplifies the callback signature and avoids confusion for integrators.
  • LLM logging: complete() now uses announce() for logging, bringing it in line with the rest of the codebase and making logs more consistent.

Features

  • Runtime telemetry: Added tests for RunEventBus and enriched reasoning telemetry. This gives us better visibility into reasoning steps and helps us catch regressions earlier. (Closes #474)

v3.38.1

Bug Fixes

  • Audit tool gating: Made tool gating fail closed, added a testable filter, and reconciled the documentation. This ensures that tools are blocked by default when audit conditions are unclear.
  • Audit filter hardening: The audit filter now handles array-shaped and malformed vulnerabilities more gracefully, reducing the risk of false negatives.
  • CI dependency audit: Exempted npm ecosystem tools from the dependency audit, and restored mixed-node advisory reporting. The audit gate now fails closed on empty-node advisories, so an empty advisory list can't silently pass the gate.
  • Member tool gating: Addressed auditor and reviewer findings on member tool gating, tightening the logic around which tools are available to members.
  • SKILL.md echo prevention: Prevented the LLM from echoing SKILL.md content in responses. This closes a potential information-disclosure issue. (Closes #473)
  • Review process: Addressed reviewer warnings on commit 6906423 and synced institutional-knowledge steps 2/4 with the oracle, while also hardening the audit filter.

What's Next

We're continuing to harden the audit pipeline and expand runtime telemetry. Expect more refinements to tool gating and observability in upcoming releases.