Releases: ukgorclawbot-stack/telegram-multi-bot-stack
v0.1.9 - Auth login and API key coexistence
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, orGemini CLImust use API keys - runtime setup now explicitly supports both:
- API key mode
- auth/login mode
Improved
.ai_runtimes.env.examplenow clearly marks API keys as optionalconfigure_ai_runtimes.shnow tells users how to use:openclaw configureoropenclaw onboardgeminicodex loginclaude auth login
health_check.shnow 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
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.shconfigure_ai_runtimes.sh.ai_runtimes.env.exampledocs/ai-runtimes.md
Improved
install.shnow installs AI runtimes as part of the default setup flowrun_role_bot.shnow loads.ai_runtimes.envhealth_check.shnow checks AI runtime availability and auth env presenceREADME.md,README.en.md,INSTALL.md, andINSTALL.en.mdnow 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
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.shv0.1.6 - Changelog and collaboration templates
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.shv0.1.5 - Code of conduct and FAQ
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.shv0.1.4 - Contributing and security guides
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.shv0.1.3 - Release badge and architecture diagram
Telegram Multi-Bot Stack v0.1.3
This release improves repository presentation.
What's New
- Added a Release badge to both
README.mdandREADME.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.shv0.1.2 - CI badge and English install guide
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.mdfor 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.shv0.1.1 - CI and bilingual install guide
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.mdinto 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.shv0.1.0 - Initial public release
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.shRecommended 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-templateNotes
- 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.