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.1] - 2026-01-22
✨ Features
-
Flatten .opencode/ directories in profiles (#76) by @kdcokenny in #76(8af3632)
-
kdco-registry/background-agents: Improve delegation notification efficiency (#65) by @mikekelly in #65(ba81b78)
-
cli: Add --global flag to registry commands (#78) by @kdcokenny in #78(51b68e2)
-
profile: Add ocx:profile registry support (#77) by @kdcokenny in #77(de1e8e8)
-
notify: Add question notification support by @kdcokenny in #81(6e688d0)
🐛 Bug Fixes
- Profile add writes configs to flattened path (#85) by @kdcokenny in #85(6a78da2)
📚 Documentation
- Add --global flag documentation for registry commands by @kdcokenny(c41200b)
🧹 Chores
-
Clean local .opencode by @kdcokenny(aaa67a2)
-
Update version to 1.4.1 by @kdcokenny(f2ca0ad)
❤️ New Contributors
- @mikekelly made their first contribution in #65
Full Changelog: v1.4.0...v1.4.1