v1.1.5.post2
agentscope-ai/QwenPawv1.1.5.post2May 6, 2026by xieyxclack
AI Summary
A post-release patch adding Brazilian Portuguese support, CLI skill commands, and documentation updates.
Key Highlights
- Brazilian Portuguese (pt-BR) locale support
- CLI commands for skill install/uninstall
- Async LLM session title generation
New Features
- Generate session titles asynchronously
- Brazilian Portuguese (pt-BR) locale support
- Skill install/uninstall CLI
Full Release Notes
## What's Changed * docs(website): update documentation to v1.1.5 by @xieyxclack in https://github.com/agentscope-ai/QwenPaw/pull/4013 * feat(chat): generate session titles asynchronously via LLM by @ekzhu in https://github.com/agentscope-ai/QwenPaw/pull/3829 * fix(message_processing): return resolved path for file:// URL audio blocks by @karls0r in https://github.com/agentscope-ai/QwenPaw/pull/4021 * Fix(Provider): Increase `max_token` for anthropic compatible models by @pan-x-c in https://github.com/agentscope-ai/QwenPaw/pull/4054 * perf(console): Solve duplicate rendering by @zhaozhuang521 in https://github.com/agentscope-ai/QwenPaw/pull/4052 * fix(mcp): typo fix by @qbc2016 in https://github.com/agentscope-ai/QwenPaw/pull/4058 * fix(mcp): use sse_read_timeout as MCP tool execution_timeout instead of HTTP connect timeout by @qbc2016 in https://github.com/agentscope-ai/QwenPaw/pull/4061 * fix(utils): remove redundant codes by @qbc2016 in https://github.com/agentscope-ai/QwenPaw/pull/4048 * fix(channel): telegram network retry by @Leirunlin in https://github.com/agentscope-ai/QwenPaw/pull/4039 * feat(i18n): add Brazilian Portuguese (pt-BR) locale support by @Jailtonfonseca in https://github.com/agentscope-ai/QwenPaw/pull/4009 * fix(skill): resilient loading for migrated or malformed skill & skill pool entries by @Leirunlin in https://github.com/agentscope-ai/QwenPaw/pull/4016 * fix(approval): /approve shorthand ignores request_id argument by @xieyxclack in https://github.com/agentscope-ai/QwenPaw/pull/4014 * docs(faq): Docs for handling APITimeoutError when running in WSL2 (NAT mode) by @hllqkb in https://github.com/agentscope-ai/QwenPaw/pull/4005 * feat(skill): Add skill install/uninstall cli by @Leirunlin in https://github.com/agentscope-ai/QwenPaw/pull/4053 * chore(version): bumping version to 1.1.5p2 by @xieyxclack in https://github.com/agentscope-ai/QwenPaw/pull/4071 ## New Contributors * @karls0r made their first contribution in https://github.com/agentscope-ai/QwenPaw/pull/4021 * @Jailtonfonseca made their first contribution in https://github.com/agentscope-ai/QwenPaw/pull/4009 * @hllqkb made their first contribution in https://github.com/agentscope-ai/QwenPaw/pull/4005 **Full Changelog**: https://github.com/agentscope-ai/QwenPaw/compare/v1.1.5.post1...v1.1.5.post2