hcom v0.7.21
-
GitHub Copilot CLI support — added support for the Copilot CLI.
-
Kimi Code CLI support (#59 by @ekhodzitsky) — added support for Kimi Code CLI.
-
Pi Coding Agent support — added support for Pi Coding Agent.
-
OpenCode model variants (#61 by @azkore) — preserves reasoning effort model variants for OpenCode-delivered messages and supports passing the variant via launch arguments.
-
Regime-aware environment resolution — nested agent launches now resolve env variables from the user's login shell instead of starting with empty env or inheriting polluted environment states from parent agents.
-
Workspace Auto-Trust — config option to automatically grant workspace trust for Gemini, Codex, Copilot, and Cursor on launch to prevent headless execution from hanging on first-run gates.
-
Diagnostics —
hcom list <name>now shows detailed status, uptime, parent/child hierarchy, active communication bindings. -
TUI fixes - The TUI footer now displays better dynamic, context-aware key hints, and remote agent display names no longer double-namespace (#63).
-
Launcher, safety, and PTY fixes:
- resume and fork commands under AI tools now block briefly to report status exit codes
- guards AI tools from accidentally broadcasting to >3 agents without
--go - fixes fork argument mapping
- resolves sandbox termination errors after pane close
- ensures resumed canonical agents remain killable (#62 by @mmkzer0).
Full Changelog: v0.7.20...v0.7.21
Install hcom 0.7.21
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.21/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.21
| 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 |