github Lexus2016/claude-code-studio v5.29.0
v5.29.0 — Telegram Forum Mode

latest releases: v5.50.0, v5.49.1, v5.49.0...
one month ago

Telegram Forum Mode — Your Project Dashboard Inside Telegram

Turn any Telegram supergroup into a structured project workspace. Each project gets its own topic thread. Tasks, activity, and conversations — all organized by topic.

What's New

Forum Mode (/connect in a supergroup)

  • Auto-creates Tasks, Activity, and per-project topic threads
  • Project topics: send messages to Claude in project context; /new, /history, /session N, /files, /diff, /log, /stop
  • Tasks topic: type a title to create a task; /list, /done ID, /start ID
  • Activity topic: all notifications (task completed, failed, session events) posted automatically
  • Forum disconnect and cleanup via settings

Inline Creation (private chat)

  • New Chat and New Task buttons for quick creation without commands
  • Multi-step task creation flow with title + optional description

Thread ID Routing (server.js)

  • TelegramProxy now accepts threadId parameter
  • All messages auto-route to the correct forum topic via _tgSend() helper
  • Typing indicators respect message_thread_id for forum threads

Internals

  • New forum_topics SQLite table with (thread_id, chat_id) primary key
  • 15+ new prepared statements for forum CRUD operations
  • Full i18n coverage for forum strings in Ukrainian, English, and Russian
  • forum_chat_id column added to telegram_devices table

Stats

  • 941 insertions, 71 deletions across 6 files
  • telegram-bot.js: +886 lines (forum handlers, i18n, DB schema)
  • server.js: +49 lines (thread routing in TelegramProxy)
  • README updates in all 3 languages

Upgrade

npx github:Lexus2016/claude-code-studio@latest

Don't miss a new claude-code-studio release

NewReleases is sending notifications on new releases.