tgbot 0.2.1 copy "tgbot: ^0.2.1" to clipboard
tgbot: ^0.2.1 copied to clipboard

A CLI tool that bridges Telegram messages to AI CLIs (Codex, Cursor Agent, OpenCode, Gemini, Claude), allowing you to interact with AI agents through a Telegram bot.

0.2.1 #

  • Fix Windows startup crash by skipping unsupported SIGTERM signal registration on Windows while keeping SIGINT (Ctrl+C) graceful shutdown behavior.

0.2.0 #

  • Add Cursor provider support (provider: cursor) with default command cursor-agent.
  • Add CursorRunner and wire it through config parsing, runner factory, and provider labeling.
  • Fix Cursor invocation to use --print --output-format stream-json (instead of unsupported --json).
  • Fix Cursor output handling to ignore user events so wrapped system prompts are not echoed to Telegram.
  • Add automatic Cursor workspace trust for non-interactive runs by injecting --trust unless --trust, --yolo, or -f is already set.
  • Update docs/templates for Cursor provider and invocation patterns.
  • Add/extend tests for Cursor config defaults, runner wiring, argument building, and prompt-leak regression coverage.

0.1.9 #

  • Initial release.
1
likes
0
points
892
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool that bridges Telegram messages to AI CLIs (Codex, Cursor Agent, OpenCode, Gemini, Claude), allowing you to interact with AI agents through a Telegram bot.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, http, path, yaml

More

Packages that depend on tgbot