Installation
Via curl (macOS/Linux):
curl -fsSL https://ocx.kdco.dev/install.sh | bashVia npm (all platforms including Windows):
npm install -g ocxManual 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[2.0.4] - 2026-03-24
✨ Features
-
registry: Add cliproxy plugin and OCX wiring by @kdcokenny(e7783ed)
-
registry: Redesign cliproxy source resolution contract by @kdcokenny(0bb0f30)
🐛 Bug Fixes
-
registry: Align cliproxy config precedence and test wiring by @kdcokenny(ad03fe9)
-
registry: Remove cliproxy legacy prefix and cache key fallbacks by @kdcokenny(b4aed81)
-
registry: Add cliproxy prefix regression and drop dead fields by @kdcokenny(6eb7b24)
-
registry: Use owned_by hints in cliproxy model mapping by @kdcokenny(2e3bccd)
-
registry: Disambiguate duplicate cliproxy display names by @kdcokenny(0cfab5b)
-
registry: Isolate cliproxy plugin entrypoint by @kdcokenny(2bee52e)
-
registry: Reduce cliproxy skip logging verbosity by @kdcokenny(8d6cf58)
Full Changelog: v2.0.3...v2.0.4