Skip to main content

OpenCode Integration Changelog

Changelog for @vectorize-io/opencode-hindsight.

For the source code, see hindsight-integrations/opencode.

Back to main changelog

0.2.5

Bug Fixes

  • Ensured recall instructions are included in the initial system prompt section instead of being added as a separate section.·@nicoloboschi@nicoloboschi·421cde6de

0.2.4

Bug Fixes

0.2.3

Bug Fixes

  • Improved opencode integration logging to show configuration-only debug info, log the resolved endpoint, and surface errors more clearly.·@nicoloboschi@nicoloboschi·796a9eff9

0.2.2

Bug Fixes

  • Fixed the OpenCode integration plugin export to avoid exposing a non-function entry point.·@r266-tech@r266-tech·e68d32583

0.2.1

Bug Fixes

  • Opencode integration now defaults to using Hindsight Cloud, with live end-to-end tests gated to prevent unintended runs.·@DK09876@DK09876·06f36b8b

0.2.0

Features

  • Share a single memory bank across multiple Git worktrees in the same repository.·@isac322@isac322·78e48e59

Improvements

  • Reduce default memory retention frequency to save less often (default retainEveryNTurns: 3 instead of 10).·@DK09876@DK09876·902704df

Bug Fixes

  • Prevent garbled bank IDs by preserving raw UTF-8 when deriving the memory bank identifier dynamically.·@Desko77@Desko77·08a75b5b

0.1.4

Improvements

  • Reduce noisy error output by logging opencode integration errors only in debug mode. (33442f19)

0.1.3

Bug Fixes

  • Fixes the OpenCode integration to correctly parse messages, avoid shared-state issues, and retain content after compaction. (6076354a)

0.1.2

Features

  • Added configuration options to filter recalls by tags (recallTags) and control tag matching behavior (recallTagsMatch). (b57e337f)

Bug Fixes

  • Fixed the session messages API to return the correct data shape for the OpenCode plugin. (fd87de9c)