✨ Added
- CJK-Aware Memory Search: Memory search now tokenizes CJK queries at character level while preserving Latin/digit runs (#3811)
- Context Compaction Fallback: When LLM-based context compaction fails or is disabled, the context manager now retries the context split with a raised reserve to keep more recent conversation turns (#3882)
- Adaptive Model Retry: The runtime now learns per-model quirks from API failures and proactively adapts subsequent requests (#3874)
- ACP Agent Rename & Delete: ACP agents can now be renamed and deleted from the WebUI (#3859)
- QQ Voice & ASR Support: QQ channel now detects voice messages by file extension and uses platform ASR transcription when available (#3845)
🔄 Changed
- Agent Statistics Navigation: Moved Agent Statistics page into the Workspace group on the sidebar (#3754)
- Dockerfile Cleanup: Build directory is now removed after
pip installin Dockerfile for a leaner image (#3638) - Chat Component Upgrade: Upgraded
@agentscope-ai/chatwithstopChatfix (#3917)
⚡ Performance
- Config Loading Cache: Root and per-agent config files are now cached with mtime-based invalidation (#3865)
- Skill Manifest Cache: Skill manifest reads are cached by file path and mtime, reducing repeated disk reads on hot paths (#3910)
- Model API Deduplication: Concurrent
listProvidersandgetActiveModelscalls on the chat page now deduplicate their own in-flight requests (#3897) - Console Chat Performance: Chat session list is virtualized with
react-window, search loads sessions progressively with a progress indicator (#3908, #3912)
🐛 Fixed
Channels
- Approval in Channels: Fixed
/approveand/denycommands not working in channels (#3832, #3896) - WeCom @Mention Commands: Fixed slash commands failing in WeCom group chats when the bot is @-mentioned (#3903)
- Feishu Reaction Events: Registered no-op handlers for Feishu message reaction events (#3890)
- QQ WebSocket Reconnect: QQ channel now reconnects on recoverable WebSocket errors (#3872)
Console & UI
- Per-Tab Agent Selection: Fixed agent selection leaking between browser tabs (#3857, #3867)
- Backups Import Icon: Updated the backup import button to use an import icon instead of upload (#3909)
Agent System
- Timezone Normalization: Non-standard timezone names are now mapped to canonical IANA identifiers (#3858)
- ACP Fallback Inheritance: Fallback agent profile now inherits ACP configuration from the main config (#3834)
- MCP Execution Timeout: MCP client timeout is now passed through to tool execution (#3904)
New Contributors
- @LinQi0777 made their first contribution in #3870
- @albert-zen made their first contribution in #3872
- @ideal made their first contribution in #3638
- @CA-mambo made their first contribution in #3890
- @bxy3045134656 made their first contribution in #3845
Full Changelog: v1.1.4...v1.1.5