Skip to content

Releases: R44VC0RP/opencode-chat-recall

v0.1.6

Choose a tag to compare

@R44VC0RP R44VC0RP released this 08 Jan 20:08

Fix CI/CD with NPM_TOKEN authentication

v0.1.5

Choose a tag to compare

@R44VC0RP R44VC0RP released this 08 Jan 15:23

Fix OIDC publish workflow

v0.1.4

Choose a tag to compare

@R44VC0RP R44VC0RP released this 08 Jan 15:20

Test release for CI/CD workflow

  • Testing npm trusted publishing via GitHub Actions

v0.1.3

Choose a tag to compare

@R44VC0RP R44VC0RP released this 08 Jan 15:16

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

v0.1.2

Choose a tag to compare

@R44VC0RP R44VC0RP released this 08 Jan 15:14

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