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[1.4.2] - 2026-01-24
✨ Features
-
cli: Add comprehensive tests for ocx opencode command (#86) by @kdcokenny in #86(c2dc02a)
-
config: Add --profile flag to config edit command (#93) by @kdcokenny in #93(5a59849)
-
registry: Add --profile flag to registry commands (#95) by @kdcokenny in #95(37de8b0)
🐛 Bug Fixes
-
cli: Make init --global create documented file structure (#87) by @kdcokenny in #87(824180e)
-
profile: Fix profile command docs and add comprehensive tests (#88) by @kdcokenny in #88(84cf59e)
-
config: Enforce registry isolation across scopes (#92) by @kdcokenny in #92(00ba7ef)
-
registry: Require --force to overwrite existing registry (#97) by @kdcokenny in #97(5922e25)
-
cli: Fix --registry template path for release version (#100) by @kdcokenny in #100(81351b5)
📚 Documentation
- Fix remaining documentation inconsistencies (#96) by @kdcokenny in #96(5ce05e3)
🧪 Testing
- Improve test coverage and fix test infrastructure (#99) by @kdcokenny in #99(16446f9)
🧹 Chores
- Increment version to 1.4.2 by @kdcokenny(e72b8dd)
Full Changelog: v1.4.1...v1.4.2