Skip to content

Releases: timmeck/brain

v2.1.0

27 Feb 16:16

Choose a tag to compare

Brain v2.1.0

Highlights

  • Setup Wizardbrain setup configures MCP, hooks, and daemon in one command
  • Cross-Brain Communication — Brains discover and query each other via IPC named pipes
  • Shared Core — brain-core v1.5.0 with math, synapses, config, and base engines
  • 495 Tests passing across the ecosystem

What's New

  • brain setup command for zero-friction onboarding
  • Smithery registry support (smithery.yaml)
  • CLAUDE.md for Claude Code workspace awareness
  • Updated npm keywords for MCP ecosystem discovery
  • Full ecosystem v2 with cross-brain events and notifications

Install

npm install -g @timmeck/brain
brain setup

v1.8.6

26 Feb 17:29

Choose a tag to compare

Brain v1.8.6

Adaptive Error Memory & Code Intelligence System for Claude Code.

Highlights

  • 13 MCP tools for Claude Code integration
  • Hebbian synapse network with spreading activation (37k+ synapses)
  • Hybrid search — TF-IDF + vector similarity + synapse boost
  • REST API on port 7777 with 30+ endpoints + batch RPC
  • MCP over HTTP/SSE on port 7778 for Cursor, Windsurf, Cline
  • Interactive dashboard with live synapse network visualization
  • Auto-detect hooks — errors caught in real-time
  • Cross-project learning — solutions transfer between projects

Recent Fixes (v1.8.2-1.8.6)

  • Fix error matching threshold (0.70 -> 0.55) and add fingerprint signal
  • Add stale named pipe recovery for Windows IPC server
  • Fix empty query returning no results
  • Fix doctor hook detection for nested hooks format
  • Upgrade synapse network visualization with diverse data and premium effects
  • Add Dockerfile for containerized deployment

Install

```bash
npm install -g @timmeck/brain
```

Docker

```bash
docker build -t brain .
docker run -v brain-data:/data brain
```