Skip to content

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 14:20
· 57 commits to main since this release
v2.1.1
9c97197

Installation

Stable (recommended for end users)

# Pin to a specific version:
npm install -g Khip01/opencode-rich-presence#v2.1.1

# Or auto-resolve the latest stable matching ^v0:
npm install -g Khip01/opencode-rich-presence#semver:^v2.1.1

opencode-rpc install

Dev / bleeding-edge (developers only)

npm install -g Khip01/opencode-rich-presence
opencode-rpc install

Update

opencode-rpc update                  # upgrade to latest stable tag
opencode-rpc update --dev            # upgrade to latest commit on main

Note: npm install -g <repo>#<ref> clones the repo and installs
from there. The tarball attached to this release is provided as
a fallback for offline / air-gapped installs; the git URL is the
canonical install path.

What's in v2.1.1

See CHANGELOG.md for full details.