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
- Add NaN validation for --limit flag in search command by @Utkarsh-Singhal-26 in #6
- feat(registry): add worktree plugin for isolated AI sessions by @kdcokenny in #8
- feat: add README sync to facade repos by @kdcokenny in #21
- fix: handle empty target repos in sync workflow by @kdcokenny in #22
- feat: add philosophy bundle to workspace dependencies by @kdcokenny in #23
- docs(worktree): add acknowledgments for opencode-worktree-session by @kdcokenny in #24
- fix: Reviewer not triggering after coder - tool.execute.after implementation by @kdcokenny in #25
- fix(worktree): resolve race conditions with immediate spawn pattern by @kdcokenny in #26
- fix(facades): update opencode-worktree sync to use correct filenames by @kdcokenny in #29
- fix: prevent delegation metadata sessions from polluting session list by @kdcokenny in #32
- feat: Ghost Mode - Portable OpenCode Configuration by @kdcokenny in #7
New Contributors
- @Utkarsh-Singhal-26 made their first contribution in #6
- @kdcokenny made their first contribution in #8
Full Changelog: v1.0.19...v1.0.20