chore: rename entry points

This commit is contained in:
banteg
2025-12-28 21:34:41 +04:00
parent 39c0bcec45
commit fa2f8f12f0
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -35,7 +35,7 @@ Optional keys (by mode):
Run:
```bash
uv run codex-telegram-exec-bridge
uv run exec-bridge
```
## Option 2: MCP server
@@ -43,7 +43,7 @@ uv run codex-telegram-exec-bridge
Run:
```bash
uv run codex-telegram-mcp-bridge
uv run mcp-bridge
```
## Option 3: tmux
@@ -51,13 +51,13 @@ uv run codex-telegram-mcp-bridge
Reply injector:
```bash
uv run codex-telegram-tmux-reply
uv run tmux-reply
```
Notifier (call from your existing hook):
```bash
uv run codex-telegram-tmux-notify --tmux-target "codex1:0.0" --text "$TURN_TEXT"
uv run tmux-notify --tmux-target "codex1:0.0" --text "$TURN_TEXT"
```
Add `--chat-id` if `chat_id` is not set in `~/.codex/telegram.toml`.