codexapp 0.1.52 → 0.1.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -83,40 +83,6 @@ termux-wake-lock
83
83
 
84
84
  ---
85
85
 
86
- ## iPhone / iPad via Tailscale Serve
87
-
88
- If you want to use codexUI from iPhone or iPad Safari, serving it over HTTPS is recommended.
89
-
90
- A practical private setup is to run codexUI locally and publish it inside your tailnet with Tailscale Serve:
91
-
92
- ```powershell
93
- npx codexapp --no-tunnel --port 5999
94
- tailscale serve --bg 5999
95
- ```
96
-
97
- Then open:
98
-
99
- ```text
100
- https://<your-machine>.<your-tailnet>.ts.net
101
- ```
102
-
103
- This setup worked well in practice for:
104
-
105
- - iPhone Safari access
106
- - Add to Home Screen
107
- - the built-in dictation / transcription feature in the app
108
- - viewing the same projects and conversations from the Windows host
109
-
110
- Notes:
111
-
112
- - Tailscale Serve keeps access private to your tailnet
113
- - on iOS, HTTPS / secure context appears to be important for mobile browser access and dictation
114
- - some minor mobile Safari CSS issues may still exist, but they do not prevent normal use
115
- - depending on proxying details, authentication behavior may differ from direct remote access
116
- - if conversations created in the web UI do not immediately appear in the Windows app, restarting the Windows app may refresh them
117
-
118
- ---
119
-
120
86
  ## ✨ Features
121
87
  > **The payload.**
122
88
 
@@ -128,23 +94,6 @@ Notes:
128
94
  - 🔌 Works with reverse proxies and tunneling setups
129
95
  - ⚡ No global install required for quick experimentation
130
96
  - 🎙️ Built-in hold-to-dictate voice input with transcription to composer draft
131
- - 🤖 Optional Telegram bot bridge: send messages to bot, forward into mapped thread, send assistant reply back to Telegram
132
-
133
- ### Telegram Bot Bridge (Optional)
134
-
135
- Set these environment variables before starting `codexapp`:
136
-
137
- ```bash
138
- export TELEGRAM_BOT_TOKEN="<your-telegram-bot-token>"
139
- export TELEGRAM_DEFAULT_CWD="$PWD" # optional, defaults to current working directory
140
- npx codexapp
141
- ```
142
-
143
- Bot commands:
144
-
145
- - `/newthread` create and map a new Codex thread for this Telegram chat
146
- - `/thread <threadId>` map current Telegram chat to an existing thread
147
- - Any other text message is forwarded to the mapped thread
148
97
 
149
98
  ---
150
99