hcom v0.7.19
- Antigravity (agy) support (#55 by @mmkzer0) —
hcom agylaunches Antigravity with full hook integration, message delivery, status tracking, transcripts, and resume via--conversation. Hooks writecommand(hcom …)permissions into agy's nativesettings.jsonso hcom commands auto-approve. Delivery shares the same PTY state machine as Gemini. - Codex
--yoloflag (#54 by @RichelynScott) —hcom codex --yolois now accepted. - Herdr terminal preset —
--terminal herdror auto-detected viaHERDR_PANE_ID; panes get named labels and managed close fromhcom kill. - Launch readiness tied to observed terminal state —
life readyfires only after the PTY delivery loop sees an actually usable screen. Newlaunch_blockedlifecycle event surfaces when an agent is stuck on a permission prompt; recovers automatically if the user accepts.
Full Changelog: v0.7.18...v0.7.19
Install hcom 0.7.19
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.19/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.19
| 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 |