Skip to content

Releases: victorbjuliani/agentbrainsystem

agentbrainsystem companion v1.2.0

19 Jun 20:26

Choose a tag to compare

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).

agentbrainsystem companion v1.1.0

17 Jun 15:44

Choose a tag to compare

agentbrainsystem v1.1.0 — recall that actually helps.

The CLI ships on npm (npm i -g agentbrainsystem@1.1.0); the cross-platform tray companion installers are attached below.

Added

  • Guided LLM step in abs setup — optional, skippable; turns raw sessions into durable lessons; your API key is never stored (env-var only). Local Ollama leads ($0/offline), or any hosted OpenAI-compatible endpoint.
  • Optimize-by-default — background auto-distill cadence + curation gate.
  • Durable-first recall — ranks lessons/decisions over raw turns, with a data-calibrated noise floor.

Fixed — fail-loud instead of silent (capture/ingest/config/export-import); x-ray anchor/index/optimize defects; tray sidecar leak; resilience (migrations, atomic backup, locks); strict CLI parsing; recall-fence prompt-injection hardening.

Security/CI — supply-chain workflows (Scorecard, zizmor, Harden-Runner, CodeQL) + SHA-pinned actions.

agentbrainsystem companion v1.0.2

26 May 14:24

Choose a tag to compare

The desktop companion for agentbrainsystem — a menu-bar / system-tray glance at your AI agent's memory, rendered as a living bioluminescent jellyfish.

Install

Download the installer for your OS below:

  • macOSaarch64.dmg (Apple Silicon) · x64.dmg (Intel)
  • Windowsx64-setup.exe or x64_en-US.msi
  • Linuxamd64.deb · x86_64.rpm · amd64.AppImage

macOS apps are unsigned: right-click the app → Open the first time.

Core tool (CLI + MCP)

The companion reads the store the CLI maintains. Install the core with:

npm install -g agentbrainsystem
abs setup

Local-first, offline, $0. English by default, Portuguese on a pt-* locale.