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.1] - 2026-03-16
✨ Features
-
Finalize OCX v2 clean break (#119) by @kdcokenny in #119(bafc193)
-
worker: Harden Mintlify docs proxy and block sensitive header leakage by @kdcokenny(d036561)
-
Add ocx validate command (#150) by @lannuttia in #150(a45779d)
-
Make worktree path configurable via worktreePath in worktree.jsonc (#153) by @AdrienPoupa in #153(53895e4)
🐛 Bug Fixes
-
workflow: Remove --bun from CLI preview publish by @kdcokenny(75e05a9)
-
registry: Add launch WarpTerminal sessions on Linux (#144) by @lvitti in #144(176a7a6)
-
cli: Harden profile overlay mode for oc --profile (#143) by @kdcokenny in #143(d465392)
-
profile: Update registry URL in ocx.jsonc (#147) by @Anam0927 in #147(3a574b3)
-
cli: Prevent Bun from auto-loading project .env files causing env pollution (#133) by @Poorgramer-Zack in #133(5c1ab1d)
-
cli: Add global support to ocx update (#155) by @kdcokenny in #155(f81d7f4)
-
cli: Restore docs routing and improve registry fetch diagnostics (#157) by @kdcokenny in #157(2e53ac2)
📚 Documentation
-
Migrate Mintlify config from mint.json to docs.json by @kdcokenny(2deeab1)
-
Restore hidden maintainers pages in docs navigation by @kdcokenny(d168097)
🏗️ Build
-
Add CLI PR preview workflow and pin pkg-pr-new by @kdcokenny(97ccf51)
-
Run CLI preview publish with npx by @kdcokenny(82533b3)
🧹 Chores
- cli: Bump version by @kdcokenny(9cdf906)
❤️ New Contributors
- @Poorgramer-Zack made their first contribution in #133
- @AdrienPoupa made their first contribution in #153
- @lannuttia made their first contribution in #150
- @Anam0927 made their first contribution in #147
- @lvitti made their first contribution in #144
Full Changelog: v2.0.0...v2.0.1