This repository was archived by the owner on Jun 1, 2026. It is now read-only.
Initial OSS release candidate.
- Inspect Codex threads with
threads,show,waiting,inbox, andsync. - Take thread actions with
new,fork,reply,approve,archive, andunarchive. - Stream normalized JSON events with
followandwatch. - Run trusted local hooks with
watch --exec. - Configure the full product path with
setup. - Gate outbound Telegram notifications with
away on/offso users are not notified while present. - Send proactive Codex notifications directly through Telegram with
telegram setup,telegram test, and the local daemon. - Route Telegram reply-to-message text and approval buttons back to the originating Codex thread.
- Expose a stdio MCP server for Hermes with structured Codex control tools.
- Expose MCP resources and prompts for Codex thread context and safer Hermes workflows.
- Add a
hermes installhelper that registers the bridge throughhermes mcp add. - Prune legacy away-summary and hidden MCP control paths so the daemon and documented MCP tools are the only notification/control lanes.
- Hide advanced local sync, event-stream, and maintenance commands from default CLI help while keeping them available for automation.
- Reframe MCP as an optional local agent adapter while keeping Telegram away-mode as the primary product flow.
- Keep hook examples generic and leave Telegram delivery to the bridge daemon.