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
No. Codex Bridge binds to a **real Codex thread** on your Mac (via Codex App Server), so context stays consistent.
6
+
7
+
## What do I need to install?
8
+
9
+
- Codex App (installed + logged in)
10
+
- Codex Bridge Desktop (this project)
11
+
- Telegram
12
+
13
+
No Node/Homebrew is required for end users.
14
+
15
+
## Does it read my prompts/files?
16
+
17
+
Codex Bridge only receives what you send to the Telegram bot, and forwards it to your local Codex thread.
18
+
19
+
Please review:
20
+
21
+
-[Privacy](./PRIVACY.md)
22
+
-[Threat model](./THREAT_MODEL.md)
23
+
24
+
## Why do I still see approvals in Telegram?
25
+
26
+
Because your Telegram message can trigger actions that modify files or run commands.
27
+
28
+
Approvals are a **safety boundary**: you can confirm or deny from anywhere.
29
+
30
+
## Can it show per-thread “busy” status?
31
+
32
+
Not reliably today.
33
+
34
+
Codex Bridge can only observe tasks that **it started itself**. Codex currently does not expose a stable “thread is running” signal for arbitrary threads.
35
+
36
+
## Can it send/receive images?
37
+
38
+
Photo input is experimental and depends on your Codex App / App Server version.
39
+
40
+
If it works on your machine, you'll be able to send a Telegram photo and let Codex see it as an input image.
41
+
42
+
## Why does `/threads` sometimes degrade?
43
+
44
+
When `thread/list` is slow or unavailable, `/threads` falls back to the local Codex sidebar cache.
45
+
46
+
That keeps the bot responsive, but some fields (like timestamps) may be missing.
0 commit comments