Skip to content

v0.1.3

Choose a tag to compare

@R44VC0RP R44VC0RP released this 08 Jan 15:16
· 4 commits to main since this release

Fix npm publish workflow for OIDC trusted publishing

Changes

  • Fixed GitHub Actions workflow to use OIDC-based npm trusted publishing (no token required)

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"]
}