JSPM

  • Created
  • Published
  • Downloads 1244
  • Score
    100M100P100Q106013F
  • License MIT

CodeMem plugin for OpenCode

Package Exports

  • @codemem/opencode-plugin

Readme

@codemem/opencode-plugin

Persistent memory plugin for OpenCode.

Install

Recommended:

npx -y codemem setup --opencode-only

Manual config also works. Add the package name to your OpenCode config:

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

OpenCode installs npm plugins automatically with Bun at startup.

Documentation