managarten/services/telegram-chat-bot
Claude faadc413cc
feat(telegram-chat-bot): implement AI chat bot with multi-model support
- Add NestJS service with Telegraf for Telegram bot
- Implement commands: /models, /model, /new, /convos, /history, /clear
- Create Chat API client for completions and conversations
- Support multiple AI models (local Gemma + cloud via OpenRouter)
- Sync conversations with Chat web/mobile app
- Add message splitting for long responses
- Include Dockerfile, CLAUDE.md, and setup script

Commands:
- Send text → AI responds
- /models - List available models
- /model [name] - Switch model (gemma, claude, gpt, etc.)
- /new [title] - New conversation
- /convos - List conversations
- /history - Show recent messages
- /clear - Clear context

https://claude.ai/code/session_01LwmhvhKpEsvVtY1ZKhYu6f
2026-01-28 01:14:35 +00:00
..
src feat(telegram-chat-bot): implement AI chat bot with multi-model support 2026-01-28 01:14:35 +00:00
.env.example feat(telegram-chat-bot): implement AI chat bot with multi-model support 2026-01-28 01:14:35 +00:00
CLAUDE.md feat(telegram-chat-bot): implement AI chat bot with multi-model support 2026-01-28 01:14:35 +00:00
Dockerfile feat(telegram-chat-bot): implement AI chat bot with multi-model support 2026-01-28 01:14:35 +00:00
drizzle.config.ts feat(telegram-chat-bot): implement AI chat bot with multi-model support 2026-01-28 01:14:35 +00:00
nest-cli.json feat(telegram-chat-bot): implement AI chat bot with multi-model support 2026-01-28 01:14:35 +00:00
package.json feat(telegram-chat-bot): implement AI chat bot with multi-model support 2026-01-28 01:14:35 +00:00
pnpm-lock.yaml feat(telegram-chat-bot): implement AI chat bot with multi-model support 2026-01-28 01:14:35 +00:00
setup-mac-mini.sh feat(telegram-chat-bot): implement AI chat bot with multi-model support 2026-01-28 01:14:35 +00:00
tsconfig.json feat(telegram-chat-bot): implement AI chat bot with multi-model support 2026-01-28 01:14:35 +00:00