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.12] - 2026-07-28
🐛 Bug Fixes
-
cli: Enforce profile exclusions for project overlays (#218) by @kdcokenny in #218(7573d7a)
-
registry: Harden cmux notification execution by @kdcokenny in #219(e0de380)
-
profile: Refresh OMO openagent config (#221) by @kdcokenny in #221(368648d)
-
config: Normalize paths before glob filtering (#222) by @kdcokenny in #222(ce55b84)
-
registry: Contain worktree sync paths by @kdcokenny in #223(ee8cf2c)
-
Pin facade sync action (#224) by @kdcokenny in #224(5d38dcc)
-
cli: Validate self-update release versions by @kdcokenny in #225(9bc6a91)
-
Harden PR preview token handling (#226) by @kdcokenny in #226(afe9bb3)
-
registry: Queue background agent notifications (#231) by @totalolage in #231(08628d3)
-
schemas: Sync OpenCode config fields from upstream by @jakubsuchy in #242(f0d8808)
-
cli: Restore missing files during update by @kdcokenny in #243(1a761f9)
-
schemas: Preserve MCP OAuth fields by @kdcokenny in #244(9387dc1)
-
release: Safeguard the 2.0.12 release by @kdcokenny in #245(64b6529)
📚 Documentation
- Remove obsolete migration docs from README (#215) by @kdcokenny in #215(45c5867)
🔧 Refactor
- cli: Deduplicate shared utilities into common modules (#216) by @beppe2880 in #216(db03a56)
❤️ New Contributors
- @jakubsuchy made their first contribution in #242
- @totalolage made their first contribution in #231
Full Changelog: v2.0.11...v2.0.12