Skip to content

Releases: deiviuds/opencode-brain

v1.1.0

30 Jan 14:02

Choose a tag to compare

What's New

Fixed

  • Race condition in parallel tool hooks that could corrupt mind.mv2 file

Added

  • Cross-process deduplication to prevent duplicate observations
  • Session persistence for consistent session IDs
  • Source tracking (opencode vs claude-code)
  • 18 new unit tests for dedup and session utilities

See CHANGELOG.md for details.

Installation

npm install opencode-brain

Add to your opencode.json:

{
  "plugin": ["opencode-brain"]
}

Documentation

Full Changelog: v1.0.0...v1.1.0

v1.0.0

29 Jan 21:43

Choose a tag to compare

Installation

npm install opencode-brain

Add to your opencode.json:

{
  "plugin": ["opencode-brain"]
}

What's New

See CHANGELOG.md for details.

Documentation

Cross-Tool Compatibility

This plugin is 100% compatible with claude-brain.
Both tools share the same .claude/mind.mv2 file.

Full Changelog: https://github.com/deiviuds/opencode-brain/commits/v1.0.0