v3.1.4-phase2
·
11 commits
to main
since this release
Installation
Stable (recommended for end users)
# Easiest path: use the CLI's built-in installer. It
# handles git ref syntax, works around npm v11's broken
# git-dep symlinks, and supports version pinning.
opencode-rpc update --ref v3.1.4-phase2
opencode-rpc install
# Or install via npm directly (zsh users: wrap in single quotes):
npm install -g 'Khip01/opencode-rich-presence#v3.1.4-phase2'
opencode-rpc installInstall from a specific branch (e.g. redesign/v3-daemon)
# DO NOT use 'npm install -g <url>#<branch>' for branches.
# npm v11 has a bug that creates a partial install without
# the opencode-rpc symlink. Use the CLI instead:
opencode-rpc update --ref redesign/v3-daemon
opencode-rpc install
# Track a branch for ongoing dev installs:
opencode-rpc update --dev redesign/v3-daemon
opencode-rpc installUpdate
opencode-rpc update # latest stable release tag
opencode-rpc update --stable # force install latest stable
opencode-rpc update --dev <branch> # latest commit on <branch>
opencode-rpc update --ref <ref> # specific ref (tag, branch, or SHA)
opencode-rpc update --repo <fork> # install from a forkWhat's in v3.1.4-phase2
See CHANGELOG.md for full details.