Compare commits

...

2 Commits

Author SHA1 Message Date
ParthSareen
00af64a0ae docs: add more info 2026-03-24 13:00:18 -07:00
ParthSareen
21f0db0d37 docs: update claude code docs heading 2026-03-24 12:17:03 -07:00

View File

@@ -96,17 +96,32 @@ The `/loop` command runs a prompt or slash command on a recurring schedule insid
/loop 1h Remind me to review the deploy status
```
## Telegram
## Channels
Chat with Claude Code from Telegram by connecting a bot to your session. Install the [Telegram plugin](https://github.com/anthropics/claude-plugins-official), create a bot via [@BotFather](https://t.me/BotFather), then launch with the channel flag:
Chat with Claude Code from Telegram by connecting a bot to your session. Create a bot via [@BotFather](https://t.me/BotFather).
Install the telegram plugin:
```shell
/plugin install telegram@claude-plugins-official
```
Configure the token:
```shell
/telegram:configure 123456789:ABCdEF...
```
Launch with Ollama:
```shell
ollama launch claude -- --channels plugin:telegram@claude-plugins-official
```
See the [plugin README](https://github.com/anthropics/claude-plugins-official/tree/main/external_plugins/telegram) for full setup instructions including pairing and access control.
Claude Code will prompt for permission on most actions. To allow the bot to work autonomously, configure [permission rules](https://code.claude.com/docs/en/permissions) or pass `--dangerously-skip-permissions` in isolated environments.
See the [plugin README](https://github.com/anthropics/claude-plugins-official/tree/main/external_plugins/telegram) for full setup instructions including pairing and access control.
Other channels may also be added by following the [Claude Code docs](https://code.claude.com/docs/en/channels-reference).
## Manual setup