This PR implements the foundation for Issue #11146 - Native Telegram Bot
Integration for Remote Control.
Changes:
- Add ApproveAsk and DenyAsk commands to IPC types
- Add IPC command handlers in extension for approve/deny
- Create @roo-code/telegram-bridge MCP server package
- Add Telegram bot integration with approve/deny buttons
- Add tests for new IPC commands
The Telegram Bridge MCP Server allows users to:
- Receive Roo Code messages on Telegram in real-time
- Approve/reject tool operations via inline buttons
- Send new instructions from Telegram
- Monitor task status remotely