JSPM

opencode-convodump

0.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 17
  • Score
    100M100P100Q76692F
  • License CC0-1.0

OpenCode plugin that exports each conversation session to a readable Markdown transcript.

Package Exports

  • opencode-convodump

Readme

opencode-convodump

An OpenCode plugin that exports each conversation session to a readable Markdown transcript.

What it does

  • Listens for session idle events.
  • Fetches the latest session snapshot (session metadata + messages).
  • Writes/updates transcript files at: convos/YYYY-MM-DD-HH-mm-ss-<session-id>.md
  • Uses a compact frontmatter and conversation-first body format.

Install

Install via npm by adding the package name to plugin in your OpenCode config:

{
  "$schema": "https://opencode.ai/config.json",
  "plugin": ["opencode-convodump"]
}