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.txtWhat's Changed
- feat(cli): add self-update command with Rustup-style notifications by @kdcokenny in #44
- fix(ghost): restore terminal title on exit by @kdcokenny in #45
- fix(init): replace registry.json with registry.jsonc in placeholder processing by @kdcokenny in #46
- feat(ghost): Simplify pattern filtering with schema defaults by @kdcokenny in #47
- chore: remove ghost migrate command by @kdcokenny in #48
- feat(ghost): add option to disable terminal window renaming by @kdcokenny in #49
- feat(worktree): move storage to ~/.local/share/opencode/worktree by @kdcokenny in #50
- feat(ghost): add real-time file sync for ghost mode by @kdcokenny in #53
- fix(worktree): resolve Windows compatibility, delegation sharing, and session conflicts by @kdcokenny in #54
Full Changelog: v1.2.2...v1.3.0