codex-telegram-bridge 0.1.0

Telegram away-mode control for Codex threads with optional Hermes MCP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "version": 3,
  "bridgeCommand": "/absolute/path/to/codex-telegram-bridge",
  "events": "thread_waiting,thread_completed",
  "telegram": {
    "botToken": "<telegram-bot-token>",
    "chatId": "<telegram-chat-id>",
    "allowedUserId": "<telegram-user-id>"
  },
  "projects": [
    {
      "id": "bridge",
      "label": "Codex Telegram Bridge",
      "cwd": "/absolute/path/to/codex-telegram-bridge",
      "aliases": ["codex", "telegram-bridge"]
    }
  ]
}