Skip to content

Releases: ukgorclawbot-stack/telegram-multi-bot-stack

v0.1.9 - Auth login and API key coexistence

25 Mar 01:15

Choose a tag to compare

v0.1.9 - Auth login and API key coexistence

This release fixes an important onboarding issue for beginners.

Fixed

  • the project no longer implies that Codex, Claude Code, or Gemini CLI must use API keys
  • runtime setup now explicitly supports both:
    • API key mode
    • auth/login mode

Improved

  • .ai_runtimes.env.example now clearly marks API keys as optional
  • configure_ai_runtimes.sh now tells users how to use:
    • openclaw configure or openclaw onboard
    • gemini
    • codex login
    • claude auth login
  • health_check.sh now reports empty API env fields as optional instead of warning-level failure

Goal

Make the project friendlier to real-world users, where some tools are authenticated by account login and others by API keys.

v0.1.8 - AI runtime installation and setup

25 Mar 00:41

Choose a tag to compare

v0.1.8 - AI runtime installation and setup

This release improves first-time installation for beginners.

Added

  • one-command installation for:
    • OpenClaw
    • Gemini CLI
    • Codex CLI
    • Claude Code
  • install_ai_runtimes.sh
  • configure_ai_runtimes.sh
  • .ai_runtimes.env.example
  • docs/ai-runtimes.md

Improved

  • install.sh now installs AI runtimes as part of the default setup flow
  • run_role_bot.sh now loads .ai_runtimes.env
  • health_check.sh now checks AI runtime availability and auth env presence
  • README.md, README.en.md, INSTALL.md, and INSTALL.en.md now include the AI runtime setup flow

Goal

Make the repository closer to a real beginner-friendly one-click installer, even for users who do not already have OpenClaw, Gemini CLI, Codex CLI, or Claude Code installed.

v0.1.7 - Architecture guide

25 Mar 00:16

Choose a tag to compare

Telegram Multi-Bot Stack v0.1.7

This release adds a dedicated architecture guide.

What's New

  • added docs/architecture.md
  • linked the architecture guide from both Chinese and English README files

Why This Matters

  • new users can understand the 6-bot layout faster
  • contributors can see the routing, memory, permission, and shared-skill model in one place
  • the repository now has a clearer technical overview beyond the landing-page diagram

Quick Start

git clone https://github.com/ukgorclawbot-stack/telegram-multi-bot-stack.git
cd telegram-multi-bot-stack
bash ./install.sh
bash ./configure.sh
bash ./apply_stack.sh

v0.1.6 - Changelog and collaboration templates

25 Mar 00:00

Choose a tag to compare

Telegram Multi-Bot Stack v0.1.6

This release improves public collaboration workflow.

What's New

  • added CHANGELOG.md
  • added GitHub issue templates
  • added GitHub pull request template
  • linked changelog from Chinese and English README

Why This Matters

  • contributors can report bugs more cleanly
  • feature requests become easier to triage
  • pull requests have a clearer review structure
  • release history is now easier to scan from the repository itself

Quick Start

git clone https://github.com/ukgorclawbot-stack/telegram-multi-bot-stack.git
cd telegram-multi-bot-stack
bash ./install.sh
bash ./configure.sh
bash ./apply_stack.sh

v0.1.5 - Code of conduct and FAQ

24 Mar 21:21

Choose a tag to compare

Telegram Multi-Bot Stack v0.1.5

This release improves public project structure for community onboarding.

What's New

  • Added CODE_OF_CONDUCT.md
  • Added docs/faq.md
  • Linked both files from the Chinese and English README

Why This Matters

  • new contributors can understand community expectations quickly
  • new users can find common answers without asking maintainers first
  • the repository looks and behaves more like a complete public open-source project

Quick Start

git clone https://github.com/ukgorclawbot-stack/telegram-multi-bot-stack.git
cd telegram-multi-bot-stack
bash ./install.sh
bash ./configure.sh
bash ./apply_stack.sh

v0.1.4 - Contributing and security guides

24 Mar 21:10

Choose a tag to compare

Telegram Multi-Bot Stack v0.1.4

This release makes the public repository more contributor-friendly and safer.

What's New

  • Added CONTRIBUTING.md
  • Added SECURITY.md
  • Linked both documents from the Chinese and English README files

Why This Matters

  • new contributors now have a clear PR and local-check workflow
  • security-sensitive reports now have a documented path
  • the repository is more complete as a public open-source project

Quick Start

git clone https://github.com/ukgorclawbot-stack/telegram-multi-bot-stack.git
cd telegram-multi-bot-stack
bash ./install.sh
bash ./configure.sh
bash ./apply_stack.sh

v0.1.3 - Release badge and architecture diagram

24 Mar 21:05

Choose a tag to compare

Telegram Multi-Bot Stack v0.1.3

This release improves repository presentation.

What's New

  • Added a Release badge to both README.md and README.en.md
  • Added a visual 6-bot architecture diagram to both README files
  • Kept the quick-start flow unchanged

Highlights

  • clearer first impression for new users
  • easier explanation of the split between group bots, private bots, and the shared layer
  • better landing page for open-source adoption

Quick Start

git clone https://github.com/ukgorclawbot-stack/telegram-multi-bot-stack.git
cd telegram-multi-bot-stack
bash ./install.sh
bash ./configure.sh
bash ./apply_stack.sh

v0.1.2 - CI badge and English install guide

24 Mar 21:03

Choose a tag to compare

Telegram Multi-Bot Stack v0.1.2

This release improves repository presentation and onboarding.

What's New

  • Added CI badge to both Chinese and English README files
  • Added standalone English installation guide: INSTALL.en.md
  • Kept the existing bilingual INSTALL.md for users who prefer a single combined guide

Recommended Entry Points

  • Chinese overview: README.md
  • English overview: README.en.md
  • Chinese + bilingual install guide: INSTALL.md
  • English-only install guide: INSTALL.en.md

Quick Start

git clone https://github.com/ukgorclawbot-stack/telegram-multi-bot-stack.git
cd telegram-multi-bot-stack
bash ./install.sh
bash ./configure.sh
bash ./apply_stack.sh

v0.1.1 - CI and bilingual install guide

24 Mar 20:59

Choose a tag to compare

Telegram Multi-Bot Stack v0.1.1

This release improves public usability and onboarding.

What's New

  • Added GitHub Actions CI for syntax and generation checks
  • Expanded INSTALL.md into a bilingual Chinese + English install guide
  • Kept the beginner-friendly one-command flow unchanged

Included Checks

  • Python syntax validation
  • Shell syntax validation
  • Local config generation through the interactive wizard path
  • Stack generation from generated config
  • Reverse export validation
  • Migration template validation

Recommended Entry Points

  • Chinese overview: README.md
  • English overview: README.en.md
  • Bilingual install guide: INSTALL.md

Quick Start

git clone https://github.com/ukgorclawbot-stack/telegram-multi-bot-stack.git
cd telegram-multi-bot-stack
bash ./install.sh
bash ./configure.sh
bash ./apply_stack.sh

v0.1.0 - Initial public release

24 Mar 20:52

Choose a tag to compare

Telegram Multi-Bot Stack v0.1.0

First public release of the stack.

Highlights

  • One-command install, configure, and apply flow
  • Supports separated group bots and private bots
  • Supports flexible bot counts through a TOML stack file
  • Includes reverse export from a live stack
  • Includes migration-ready template generation for new machines
  • Includes health check tooling for Telegram, bot services, monitor output, and report output

Quick Start

git clone https://github.com/ukgorclawbot-stack/telegram-multi-bot-stack.git
cd telegram-multi-bot-stack
bash ./install.sh
bash ./configure.sh
bash ./apply_stack.sh

Recommended Docs

  • Chinese quick guide: README.md
  • English quick guide: README.en.md
  • Beginner install guide: INSTALL.md

Included Commands

bash ./install.sh
bash ./configure.sh
bash ./apply_stack.sh
bash ./health_check.sh
bash ./bootstrap_bot_stack.sh generate
bash ./bootstrap_bot_stack.sh export-live
bash ./bootstrap_bot_stack.sh migration-template

Notes

  • Secrets are not committed. Fill bot tokens through .bot_tokens.env.
  • Generated runtime files are ignored by Git.
  • This release is designed for macOS and launchd-based local deployment.