- Restored OpenCode 2 plugin loading, delivery, forks, and agent/model selection (#143, @arash16).
- Added Ptyxis support (#113, @pzxy) and
send --jsonoutput (#107, @BigCatMellow);listen --jsonnow includes reply metadata. - Fixed Pi identity across session changes, Kimi message delivery (#106, @mmkzer0), stale cleanup of live agents, and short
listencalls disrupting idle delivery. - Fixed Codex fork hooks, inherited transcript history, and startup detection; launches now honor the effective
CODEX_HOME(#115, @yasinozmeen). - Fixed filtered event waits (#131, @marcelokarval), remote reply matching (#125, @marcelokarval), literal transcript prefixes (#129, @marcelokarval), and unavailable model history reporting (#123, @swaynehales).
- Fixed Windows database reset (#127, @marcelokarval) and selected Node runtime precedence (#117, @markov-root).
- Removed the Codex
untrustedsandbox mode; existing settings map toworkspace.
Full Changelog: v0.7.25...v0.7.26
Install hcom 0.7.26
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.26/hcom-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/aannoo/hcom/releases/download/v0.7.26/hcom-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install aannoo/hcom/hcomInstall via PyPI
uv tool install hcom # or: pip install hcomDownload hcom 0.7.26
| 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-x86_64-pc-windows-msvc.zip | x64 Windows | 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 |