v0.0.5-beta.2 Release Note
✨ Added
- Telegram CLI Configuration: Added command-line interface to configure Telegram channels with interactive prompts for bot token, prefix, proxy settings, and typing indicators (#529)
- Channel Documentation Links: Added "Doc" button to each channel card (DingTalk, Feishu, iMessage, Discord, QQ) for quick access to setup guides (#556)
- Model Provider Discovery: Implemented automatic model discovery with provider status indicators; added Anthropic as a built-in provider (#408)
- Model Configuration Guide: Added comprehensive documentation for configuring cloud providers, local models (llama.cpp/MLX), and Ollama in English and Chinese (#630)
- iMessage Attachments: Extended iMessage channel to support sending images, audio, and video files (#386)
- Daemon Mode: Added
copaw daemonCLI for managing background service (status, restart, reload-config, version, logs) (#597)
🔄 Changed
- Memory Architecture: Migrated to reme-ai 0.3.0.3 with simplified memory management and token counting (#566)
- Memory Compaction: Improved auto-compaction to better estimate total context size for more accurate memory management (#547)
- Heartbeat Behavior: Updated documentation to encourage context-aware meaningful heartbeat responses instead of mechanical replies (#599)
- Cron Task UI: Redesigned cron job interface with structured sections, tooltips, and help links for better usability (#595)
- Console UI Enhancements:
- Ollama Timeout Management: Added configurable timeouts for Ollama operations to prevent hanging (#427, #634)
- Windows Installation: Improved installation experience with
.batscript and better documentation (#484)
🐛 Fixed
- MCP Client Name Display: Fixed long MCP client names overflowing with ellipsis and tooltip (#540)
- QQ Channel URL Handling: Added URL filtering to prevent QQ API errors when messages contain links (#362)
- Telegram Typing Indicator: Fixed typing indicator to show continuously during agent processing (#640)
- Windows Subprocess Compatibility: Fixed subprocess issues on Windows 11 + Python 3.13 (#622)
- Local File Handling: Fixed local audio/image/video file path handling in agentscope integration (#627)
📚 Documentation
- Japanese README: Added complete Japanese translation with cross-language links (#354)
- Telegram Setup Guide: Added comprehensive Telegram channel documentation covering bot registration, configuration, and proxy settings (#592)
- FAQ Section: Added FAQ page link to all README files (#601)
🔧 CI/CD
- First-Time Contributor Labeling: Added automated workflow to label PRs from first-time contributors (#533)
- Contributing Guidelines: Updated PR template to require pre-commit checks and strengthened contribution guidelines (#421)
👥 Contributors
Special thanks to all new contributors in this release:
@lishengzxc, @pikaxinge, @linshengli, @eltociear, @liuxiaopai-ai, @Leirunlin, @pan-x-c, @garyzhang99, @celestialhorse51D, @wwx814, @nszhsl, @DavdGao, @zhangckcup
Full Changelog: v0.0.5-beta.1...v0.0.5-beta.2