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