Telegram Integration

Connect Codeteel to Telegram for mobile-friendly coding.

Setup

1
Generate connect link
On the repo page, click 'Connect Telegram'. A link is generated (valid for 5 minutes).
2
Open in Telegram
Click the link — it opens Telegram and starts a chat with @CodeteelBot.
3
Auto-connected
The bot automatically links your chat to the repository. Start sending messages.

Commands

/status                         # Show connection info
/branch feature/xyz             # Switch branch
/branch create feature/xyz      # Create and switch
/branches                       # List all branches
/reset                          # Clear working branch
/clear                          # Clear conversation history
/security                       # Full security scan
/security src/auth/             # Scoped scan
/security pr 5                  # PR diff scan
/help                           # Show all commands

Regular text messages are sent directly to the agent — no special command needed. Just type your question or request.

Usage example

U
What validators do we have?
C
Found 3 validator files: 1. `src/validators/email.py` — email format validation 2. `src/validators/phone.py` — phone number parsing 3. `src/validators/address.py` — postal address validation Each uses Pydantic v2 validators...

Approval

Plans show inline keyboard buttons below the message. Tap to approve or reject. Branch selection also uses inline buttons.

i
Connect link expires in 5 minutes. Generate a new one from the repo page if it expires. One Telegram chat = one repo.