Overview of Claude Code Telegram Bot modes
mainThe bot provides two primary interaction models for accessing Claude Code remotely via Telegram:
Agentic Mode (Default): A conversational interface designed for natural language interaction. Users chat naturally with Claude without needing specific commands. It supports file and image uploads and maintains automatic session persistence per user and project directory. Minimal commands include
/start,/new, and/status.Classic Mode: A terminal-like interface providing 13 specific commands (such as
cd,ls, andpwd). This mode features project quick-switching via inline keyboards, Git status integration, and the ability to export sessions in multiple formats.