v1.1.5.post1
agentscope-ai/QwenPawv1.1.5.post1Apr 30, 2026by zhijianma
AI Summary
This is a post-release patch focusing on Feishu and WeCom integrations, fixing bugs in channel interactions, and improving console stability.
Key Highlights
- Introduced FeishuCardHandler and upgraded tool-guard approval to interactive buttons.
- Fixed placeholder stream alive issues and double reconnect race conditions in WeCom.
- Fixed CodeMirror line wrapping in tool call input/output blocks.
- Added share_session_in_group toggle for group chats.
New Features
- FeishuCardHandler
- Interactive tool-guard approval cards
- share_session_in_group toggle
- Hint docs link on approval cards
Full Release Notes
## What's Changed * chore(version): update version to 1.1.5.post1 by @zhijianma in https://github.com/agentscope-ai/QwenPaw/pull/3970 * feat(feishu): introduce FeishuCardHandler and upgrade tool_guard approval to interactive buttons by @hongxicheng in https://github.com/agentscope-ai/QwenPaw/pull/3941 * fix(WeCom): keep placeholder stream alive to prevent stuck "Thinking..." by @hongxicheng in https://github.com/agentscope-ai/QwenPaw/pull/3950 * fix(chat): fix CodeMirror line wrapping in tool call input/output blocks by @bowenliang123 in https://github.com/agentscope-ai/QwenPaw/pull/3960 * fix(WeCom): avoid double reconnect race and cross-loop disconnect by @hongxicheng in https://github.com/agentscope-ai/QwenPaw/pull/3963 * feat(WeCom): add share_session_in_group toggle for group chats by @hongxicheng in https://github.com/agentscope-ai/QwenPaw/pull/3948 * feat(app): prevent path traversal by rejecting absolute static file paths by @zhijianma in https://github.com/agentscope-ai/QwenPaw/pull/3973 * feat(feishu): hint docs link on approval card when card.action.trigger is unsubscribed by @hongxicheng in https://github.com/agentscope-ai/QwenPaw/pull/3982 **Full Changelog**: https://github.com/agentscope-ai/QwenPaw/compare/v1.1.5...v1.1.5.post1