Skip to content

v3.1.4-phase2

Choose a tag to compare

@github-actions github-actions released this 07 Jul 23:14
· 11 commits to main since this release
7004fb3

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 install

Install 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 install

Update

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 fork

What's in v3.1.4-phase2

See CHANGELOG.md for full details.