hcom v0.7.20
- Cursor Agent support (#58) —
hcom cursor-agentlaunches Cursor with native hooks, hook-primary message delivery, status tracking, and resume. - Kilo support —
hcom kilolaunches Kilo (OpenCode-family fork) with shared PTY delivery. - Antigravity delivery fixes — agy now shares the standard auto-delivery path (dropped the discovery-gag that guarded a false "hcom not on PATH" premise), and acking an
intent=requestthen going idle no longer drops the task (#57). - OpenCode first-turn delivery fix — the bootstrap
<hcom>envelope now gets its real message body filled in inline, delivering the full message on the agent's first turn instead of a wasted wake round-trip. - DB migration fix — older databases missing the
launch_contextcolumn no longer crash the v17 migration into an archive+recreate fallback.
Full Changelog: v0.7.19...v0.7.20
Install hcom 0.7.20
Update an existing install
hcom updateAuto-detects your install method (brew, uv tool, pip, or curl installer) and runs the right upgrade command.
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/aannoo/hcom/releases/download/v0.7.20/hcom-installer.sh | shInstall prebuilt binaries via Homebrew
brew install aannoo/hcom/hcomInstall via PyPI
uv tool install hcom # or: pip install hcomDownload hcom 0.7.20
| File | Platform | Checksum |
|---|---|---|
| hcom-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| hcom-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| hcom-aarch64-linux-android.tar.gz | Android | checksum |
| hcom-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| hcom-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
| hcom-aarch64-unknown-linux-musl.tar.gz | ARM64 MUSL Linux | checksum |
| hcom-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |