Skip to content

v0.6.19

Choose a tag to compare

@aannoo aannoo released this 14 Feb 03:23
· 5 commits to main since this release

hcom 0.6.19

Relay rewrite, config migration.

  • Relay: MQTT — MQTT pub/sub instead of HTTP polling. Public brokers by default or private. hcom relay new / hcom relay connect <token>. hcom relay hf removed.

  • Config: TOMLconfig.envconfig.toml + env. Terminal presets from settings.toml merged in. Auto-migrates on first run.

  • Unified launchhcom [N] [claude|gemini|codex] single code path. No behavior change.

  • Faster hooks — Removed synchronous relay pulls from hook execution. Daemon handles sync in background.

  • Richer relay state — Remote instances now show tag, tool, background, status_detail in hcom list and TUI.

  • Hot-reload relay configrelay connect / relay disconnect / relay new take effect immediately without daemon restart.

  • PTY title fix — Title writes no longer corrupt output when escape sequences span read boundaries.