You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-15Lines changed: 10 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@
6
6
A Telegram bot that gives you remote access to `@openai/codex` through a Node.js runtime with two Codex backends: the Codex SDK and the legacy CLI/PTy path.
7
7
It is strictly inspired by `RichardAtCT/claude-code-telegram`, but this project is implemented for CodeX SDK/CLI + MCP + Subagent routing.
8
8
9
-
10
9
## What Is This?
11
10
12
11
This bot connects Telegram to Codex and routes tasks to the right execution surface:
@@ -22,7 +21,6 @@ Key design goals:
22
21
- Avoid duplicate MCP calls by separating Codex MCP vs Bot MCP responsibilities
23
22
- Prefer the SDK backend for new installs, while keeping the CLI backend as a fallback
24
23
25
-
26
24
## Use This Like A Skill
27
25
28
26
### What It Does
@@ -70,7 +68,6 @@ npm run start
70
68
71
69
For agent-oriented setup, see [SKILL.md](/Users/ding/Documents/Code/Github/CodexClaw/SKILL.md).
72
70
73
-
74
71
## Quick Start
75
72
76
73
### Prerequisites
@@ -79,7 +76,6 @@ For agent-oriented setup, see [SKILL.md](/Users/ding/Documents/Code/Github/Codex
79
76
- Codex CLI -- https://github.com/openai/codex
80
77
- Telegram Bot Token -- from `@BotFather`
81
78
82
-
83
79
## Development Commands
84
80
85
81
-`npm run start` - start the bot
@@ -492,18 +488,17 @@ Telegram can manage runtime usage of Bot-side MCP and skills, but not install ar
0 commit comments