Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 08:44
· 82 commits to main since this release
7b19d7e

Installation

Fresh install

npm install -g https://github.com/Khip01/opencode-rich-presence/releases/download/v2.0.0/opencode-rich-presence-v2.0.0.tgz
rich-presence install

Then add this to ~/.config/opencode/opencode.json (or .jsonc):

{
  "plugin": ["opencode-rich-presence"]
}

Update from previous v2.x

rich-presence update

Migrating from v1.0.0 (legacy Linux-only)

v1.0.0 used bash install/uninstall scripts which are no longer included.

  1. Back up your old ~/.config/opencode/discord-config.json if you have one.
  2. Run the fresh install command above.
  3. Run rich-presence install to set up the new config file.
  4. Restore your settings into the new config (App ID, presence templates).
  5. Restart OpenCode.

See the README for full documentation.

Full Changelog: v1.0.0...v2.0.0