codex - 💡(How to fix) Fix Feature request: official Telegram integration/plugin for Codex CLI [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#21166Fetched 2026-05-06 06:25:31
View on GitHub
Comments
1
Participants
2
Timeline
7
Reactions
0
Timeline (top)
labeled ×4unlabeled ×2commented ×1
RAW_BUFFERClick to expand / collapse

Feature request

Please consider providing an official Telegram integration/plugin for Codex CLI.

Motivation

Codex CLI is already very useful in a terminal-first workflow, but there is currently no official way to connect it to Telegram as a chat interface. Many users run agents on a Mac/Linux machine or a server and want to interact with Codex remotely from their phone without keeping a terminal open.

A Telegram integration would make Codex CLI much more practical for:

  • remote coding assistance while away from the computer;
  • receiving long-running task notifications and summaries;
  • sending follow-up instructions from mobile;
  • sharing files, screenshots, voice notes, or quick text prompts into a running coding workflow;
  • self-hosted personal assistant setups where Telegram is the main control surface.

Proposed solution

An official plugin could provide a supported bridge between Codex CLI and Telegram Bot API, for example:

  • configure with a Telegram bot token and allowed user/chat IDs;
  • map Telegram messages to Codex CLI sessions;
  • stream or send final responses back to Telegram;
  • support file/image attachments when possible;
  • expose safe controls for approvals, cancellation, and session reset;
  • avoid duplicate polling/webhook instances and document deployment patterns.

Why official support matters

Community wrappers can work, but messaging integrations touch authentication, command execution, file access, and approval flows. An official plugin or documented reference implementation would give users a safer and more reliable path than ad-hoc scripts.

Thanks for considering it.

extent analysis

TL;DR

Consider creating a community-driven Telegram integration plugin for Codex CLI as an interim solution until official support is available.

Guidance

  • Review the proposed solution section for a starting point on how a Telegram integration could be structured, focusing on key features like configuration, message mapping, and file attachment support.
  • Investigate existing community wrappers or scripts that integrate Codex CLI with Telegram to understand potential implementation paths and challenges.
  • Evaluate the security implications of such an integration, particularly concerning authentication, command execution, and file access, to ensure any solution prioritizes user safety.
  • Document any attempts or solutions found, whether through community wrappers or custom scripts, to contribute to the discussion and potentially pave the way for an official plugin.

Example

No specific code example can be provided without further technical details on the Codex CLI and Telegram Bot API interactions. However, any implementation should closely follow best practices for security and reliability.

Notes

The lack of technical specifics in the issue limits the ability to provide a detailed fix or example code. Any solution would need to carefully consider security and reliability to ensure safe interaction between Codex CLI and Telegram.

Recommendation

Apply a community-driven workaround by creating or using an existing unofficial Telegram integration plugin for Codex CLI, as official support is not currently available and developing a safe, reliable integration is complex.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Feature request: official Telegram integration/plugin for Codex CLI [1 comments, 2 participants]