Skip to content

v0.1.2

Choose a tag to compare

@R44VC0RP R44VC0RP released this 08 Jan 15:14
· 5 commits to main since this release

Initial release

Features

  • Automatic transcript saving on session.idle and session.compacted events
  • Search tools: list_transcripts and recall_transcript
  • Compaction hook with clear agent instructions for transcript recall
  • File-based logging to ~/.local/share/opencode/log/chat-recall.log
  • 7-day auto-cleanup of expired transcripts
  • Performance optimized with lazy loading (~12ms import time)

Installation

Add to your opencode.json:

{
  "plugin": ["opencode-chat-recall"]
}