Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencode-session-logger

Local opencode plugin that writes one JSON file per session containing a normalized conversation log.

Install

Clone this repo into your project plugin directory so OpenCode loads it automatically:

git clone <repo-url> .opencode/plugins/opencode-session-logger

Add to gitignore

# OpenCode
.opencode/session-logs
.opencode/plugins

Add to opencode.jsonc

{
  "$schema": "https://opencode.ai/config.json",
  "plugin": [
    [
      ".opencode/plugins/opencode-session-logger",
      {
        "outputDir": ".opencode/session-logs"
      }
    ]
  ]
}

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages