Skip to content

Release v0.1.0

Choose a tag to compare

@terranc terranc released this 02 Mar 08:18
· 59 commits to master since this release

Added

  • Telegram bot integration with Claude Code SDK for running Claude sessions from Telegram
  • Per-user persistent Claude SDK streams with session history browsing
  • Permission gating for file access: auto-allow inside PROJECT_ROOT, inline button confirmation for outside
  • Message queue per user (max 3 concurrent tasks with overflow rejection)
  • AskUserQuestion tool degraded to Telegram inline keyboard buttons
  • Auto-send media files (photos/documents) when response contains matching file paths
  • Session persistence via JSON store (PROJECT_ROOT/.telegram_bot/sessions.json)
  • Bilingual documentation (English and Chinese)
  • start.sh lifecycle manager with venv creation, dependency caching, log rotation (14 days), and crash detection
  • macOS launchd auto-start support via --install / --uninstall
  • Debug mode with verbose logging and per-session chat file logging
  • Proxy support via PROXY_URL environment variable