github kdcokenny/ocx v1.4.0

latest releases: v1.4.6, v1.4.5, v1.4.4...
one month ago

Installation

Via curl (macOS/Linux):

curl -fsSL https://ocx.kdco.dev/install.sh | bash

Via npm (all platforms including Windows):

npm install -g ocx

Manual download:
Download the appropriate binary for your platform from the assets below.

Checksums

SHA256 checksums are provided for each binary. Verify with:

sha256sum -c SHA256SUMS.txt

⚠️ Breaking Changes - Migration Required

OpenCode v1.1.29+ required. The profile system in OCX v1.4.0+ requires OpenCode v1.1.29 or higher. If you're using an older version of OpenCode, stay on OCX v1.3.3.

If upgrading from v1.3.x, you must run the migration command:

ocx ghost migrate

What Changed

  1. Config file renamed: ghost.jsoncocx.jsonc in all profiles
  2. Profile symlink removed: The profiles/current symlink is no longer used (profile is now selected via --profile flag or OCX_PROFILE env var)
  3. Local config moved: Local configs now live in .opencode/ directory

Migration Details

The ocx ghost migrate command will:

  • Rename ghost.jsonc to ocx.jsonc in each profile
  • Remove the legacy profiles/current symlink
  • Create backups during migration (deleted on success)

Preview changes first:

ocx ghost migrate --dry-run

[1.4.0] - 2026-01-22

✨ Features

🐛 Bug Fixes

📚 Documentation

🔧 Refactor

🧪 Testing

🧹 Chores

Full Changelog: v1.3.3...v1.4.0

Don't miss a new ocx release

NewReleases is sending notifications on new releases.