Skip to content

Releases: tonyHu08/CodeX_Telegram

v0.1.5

25 Feb 04:23

Choose a tag to compare

v0.1.5

Release date: 2026-02-25

Highlights

  • /current stability fix:
    • Reworked thread snapshot read into a degrade-first pipeline.
    • Increased stage timeouts and removed old hard-fail behavior in busy/large threads.
    • If full turns cannot be loaded in time, Telegram now gets a fallback snapshot instead of a red-cross fatal timeout.
  • Native Plan mode interaction loop:
    • /plan on|off|status available in command parser + keyboard.
    • Preserved callback keyboards in final responses so plan confirmations are actionable.
  • Reliability hardening:
    • Better retry/degrade logs for thread/read and thread/resume.

Regression checklist

  • /threads works repeatedly
  • /bind latest works
  • /current no hard timeout red-cross across repeated calls
  • /status and /usage work
  • /plan on//plan off//plan status work
  • /cancel works

Assets

  • CodeX Telegram-0.1.5-arm64.dmg
  • CodeX Telegram-0.1.5-arm64-mac.zip

v0.1.4

18 Feb 06:35

Choose a tag to compare

CodeX Telegram v0.1.4

Turn your local Codex into a Telegram-native remote workflow.

What changed

  • Rebranded from Codex Bridge Desktop to CodeX Telegram
  • Unified app/window/tray naming to the new brand
  • Updated repository slug and all public links
  • Kept compatibility for existing users (appId, local data dir, launchd labels, keychain service unchanged)

Downloads

  • DMG (recommended)
  • ZIP (alternative)

Screenshots

CodeX Telegram App Home

Telegram Threads

Quick start

  1. Download and open the app from Releases.
  2. Complete onboarding: environment check -> configure bot -> pair phone.
  3. In Telegram: /threads -> select thread -> send your first remote prompt.

Docs: https://github.com/tonyHu08/CodeX_Telegram#english

v0.1.3

15 Feb 05:38

Choose a tag to compare

Codex Bridge Desktop v0.1.3

Remote-control your local Codex threads from Telegram. Keep working while away from your Mac.

Downloads

  • macOS (Apple Silicon): download the DMG below (recommended).
  • Alternative: ZIP build is also available.

Highlights

  • More resilient /threads: if Codex App Server thread/list is slow/unavailable, it degrades to the local Codex sidebar cache so you still get a fast reply.
  • Less ‘stuck waiting’: Keychain access is best-effort with short timeouts to avoid hangs.
  • Packaging fixed: prevents recursive packaging (multi-GB DMGs).

Screenshots

Desktop app home

Telegram remote control

Quick start

  1. Install the app from Releases: https://github.com/tonyHu08/CodeX_Bridge/releases
  2. In the onboarding wizard: environment check → configure Telegram bot → pair phone
  3. In Telegram: /threads → tap a thread → send your first message

Docs: https://github.com/tonyHu08/CodeX_Bridge#english

v0.1.2

14 Feb 16:43

Choose a tag to compare

Codex Bridge Desktop v0.1.2

This release focuses on growth readiness and low-friction onboarding for non-CLI users.

Highlights

  1. Official hosted mode is now first-class in desktop onboarding.
  2. Added relay APIs for device registration and anonymous analytics events.
  3. Added launch assets and docs for distribution and storytelling.
  4. Upgraded README with value-first structure, flow diagrams, and media links.

Product improvements

  • Desktop supports hosted/self-host relay mode switch.
  • Hosted mode no longer requires BotFather token entry in the main onboarding path.
  • Added lightweight anonymous metrics pipeline (no thread/message/file content collection).

API additions

  • POST /v1/devices/register
  • POST /v1/analytics/events
  • GET /v1/analytics/summary

New docs and assets

  • docs/API.md
  • docs/LAUNCH_PLAYBOOK.md
  • docs/USER_STORIES.md
  • assets/press-kit/*
  • .github/release-template.md

Verification

  • npm run typecheck passed
  • npm run build passed

Notes

  • Official hosted URL defaults to https://relay.codexbridge.app in packaged desktop builds (override via env if needed).
  • Existing self-host users can switch back to local relay from app settings at any time.

Codex Bridge Desktop v0.1.1

14 Feb 09:36

Choose a tag to compare

Highlights

  • Redesigned README with clearer value proposition, faster onboarding, and visual workflow diagrams.
  • Improved /threads status inference for Telegram thread list.
  • Added stronger fallback behavior for thread state probing (including degraded/timeout paths).
  • Stabilized thread list command with retry on timeout.
  • Continued desktop + Telegram bilingual experience (English/Chinese).

Included in this release

  • Remote control local Codex from Telegram with thread binding
  • Approval flow (/approve / /deny)
  • Usage query (/usage, alias /limits)
  • Menu bar controls for remote state

Notes

If thread status is not directly observable from Codex App Server, bridge now uses safer fallback states to avoid blocking user operations.