Skip to content

agentbrainsystem companion v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 20:26

v1.2.0 — self-healing hooks + doctor eviction detection

Added

  • Self-healing hooks (#181): when a third-party tool rewrites ~/.claude/settings.json and drops abs's lifecycle hooks, capture and recall silently go dark. The MCP server (abs start) still loads every session, so it now re-asserts the evicted hooks automatically — closing the silent-failure loop. Gated on a real Claude Code launch, fail-open (never blocks the server), opt out with ABS_SELF_HEAL_HOOKS=0.

Fixed

  • abs doctor detects evicted hooks (#180): previously reported healthy:true even with its own hooks gone from settings.json. Now healthy:false + a run abs setup remediation + a hooks report field. Hardened against malformed settings shapes.
  • Dependencies: npm audit fix for hono + protobufjs — production npm audit now clean.

Internal

  • Hardened main merge governance — human code-owner review + review-thread resolution required (#182).

Update: npm install -g agentbrainsystem@latest && abs setup — then restart Claude Code. Tray installers attached below (macOS apps unsigned → first launch: right-click → Open).