Releases: R44VC0RP/opencode-chat-recall
Releases · R44VC0RP/opencode-chat-recall
Release list
v0.1.6
v0.1.5
v0.1.4
v0.1.3
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_transcriptsandrecall_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
Initial release
Features
- Automatic transcript saving on session.idle and session.compacted events
- Search tools:
list_transcriptsandrecall_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"]
}