New Features
- Bot-to-Bot Relay: Forward messages between different messaging platforms via CLI (
cc-connect relay) and internal API; enables cross-platform bot communication - Session Search: Search sessions by name, ID prefix, or summary with
/search <keyword>command - List Pagination:
/listnow supports pagination with--pageand--page-sizeflags for large session counts - Per-Platform Streaming Preview Control: Configure streaming preview per platform via
streaming_previewsetting (Telegram, Discord, Feishu) - Silent Cron Mode: Suppress cron job notification messages with
silent = truein cron job config - Voice Qwen Mode: Voice function now supports Qwen audio model for speech-to-text
- Feishu Three-Tier Rendering: Intelligent markdown rendering strategy — simple text uses plain messages, rich markdown uses Post, code blocks/tables use Card
Improvements
- Status Display: Improved
/statuscommand output with better formatting and Feishu message rendering fixes - Self-Update: Auto-restart after update; added Gitee mirror support for Chinese users
- Windows Self-Update: Full Windows support for in-place binary updates
- Message Splitting: Improved boundary checks for cleaner message chunking
- Platform Startup: Better error handling and logging during platform initialization
- Session Switch i18n: Added translation for session switch success message
Bug Fixes
- Idle Session Timeout: Added timeout for unresponsive agent sessions to prevent hangs
- Streaming Preview: Removed
maxCharscheck that caused premature preview termination - Message Deduplication: Deduplicate messages by process start time to prevent duplicate processing