Terminal lifecycle, Codex integration, bootstrap & UX polish.
-
HCOM_NOTES — Injects custom text into agent system context at startup
hcom config notes. -
Custom close commands — Terminal presets support
closewith{id}placeholder (stdout from open command). Define in~/.hcom/settings.toml. -
Managed terminal status —
hcom config terminalshows managed vs unmanaged.--setupauto-configures kitty remote control. -
Codex session binding — Uses
CODEX_THREAD_IDas session identifier. Opportunistic bind on first hcom command. -
Codex sandbox alignment — Modes match Codex presets. Adds
network_access=truefor Unix socket support (tmux/kitty). -
Tag display names — Stop/kill/PTY title show
{tag}-{name}. Updates instantly on tag change. -
Bootstrap rewrite — Clearer delivery instructions, active instances grouped by tool, bundled scripts listed.
-
Race fixes —
hcom listensets gate status before async setup (blocks PTY injection). DB init skips schema creation if already at version. -
PTY improvements — Title writes deferred to no-output iterations. Multiline input box detection.
-
Cleanup — 18 dead code items removed, auto-approve defaults to false, HCOM_TERMINAL not leaked to child envs, name generation 3-tier fallback.