tgbot 0.2.5
tgbot: ^0.2.5 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.
void main() {
print('''
tgbot <command> [options]
Commands:
start Start the Telegram-AI CLI bridge
init Generate a starter tgbot.yaml config file
validate Validate a config file without starting
upgrade Upgrade tgbot to the latest version
Flags:
-h, --help Print usage help
-v, --version Print the version
''');
}