Skip to content

cursor-telegram-bridge 0.3.0

Choose a tag to compare

@ssamssae ssamssae released this 04 Sep 13:25
· 1 commit to main since this release
795ece5

cursor-telegram-bridge 0.3.0

Brings the public package up to the maintainer's live Cursor bridge as of
2026-09-04. The bridge now follows the same contract as the Claude, Grok and
Codex bridges.

  • /model from Telegram: a button menu (or /model <name>) switches the
    Cursor session's model. When Cursor opens its own model picker in the
    terminal, the same menu is mirrored to your phone.
  • Tool-approval prompts send a Run Everything button; tapping it answers
    the prompt in the terminal for you.
  • /context, /clear and /status from Telegram.
  • Full answers: the phone copy is no longer cut to two lines
    (CUB_PHONE_MAX_LINES=0 by default).
  • The suggestion bubble is Telegram-only: nothing is appended to the prompt
    the model sees, and one final message is sent per user turn.
  • Safer TUI typing: no keys are sent while an approval overlay or Cursor's
    "Waiting" state is on screen; a paste that stays unsubmitted gets its Enter
    retried; queued follow-ups count as submitted.
  • Health snapshot (cursor-bridge-<name>.health.json) with poll time, queue
    depth and worker liveness; in-flight waits survive a bridge restart.
  • Telegram-origin terminal echo and agent meta lines are dropped from what
    comes back to the phone.